public class ObjectFactory extends Object
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: be.e_contract.mycarenet.jaxb.xkms
|
public ObjectFactory()
public RevokeResultType createRevokeResultType()
RevokeResultTypepublic RecoverType createRecoverType()
RecoverTypepublic RegisterResultType createRegisterResultType()
RegisterResultTypepublic ValidateType createValidateType()
ValidateTypepublic RegisterType createRegisterType()
RegisterTypepublic RevokeType createRevokeType()
RevokeTypepublic ValidateResultType createValidateResultType()
ValidateResultTypepublic RecoverResultType createRecoverResultType()
RecoverResultTypepublic KeyInfoType createKeyInfoType()
KeyInfoTypepublic KeyBindingType createKeyBindingType()
KeyBindingTypepublic ValidateResultAnswerType createValidateResultAnswerType()
ValidateResultAnswerTypepublic AuthServerInfoType createAuthServerInfoType()
AuthServerInfoTypepublic ErrorInfoType createErrorInfoType()
ErrorInfoTypepublic AuthUserInfoType createAuthUserInfoType()
AuthUserInfoTypepublic ErrorDetailType createErrorDetailType()
ErrorDetailTypepublic AuthInfoType createAuthInfoType()
AuthInfoTypepublic KeyBindingAuthType createKeyBindingAuthType()
KeyBindingAuthTypepublic ProofOfPossessionType createProofOfPossessionType()
ProofOfPossessionTypepublic ProcessInfoType createProcessInfoType()
ProcessInfoTypepublic ValidityIntervalType createValidityIntervalType()
ValidityIntervalTypepublic RegisterResultAnswerType createRegisterResultAnswerType()
RegisterResultAnswerTypepublic RespondType createRespondType()
RespondTypepublic PrivateType createPrivateType()
PrivateTypepublic JAXBElement<RevokeType> createRevoke(RevokeType value)
public JAXBElement<ValidateResultType> createValidateResult(ValidateResultType value)
public JAXBElement<RecoverResultType> createRecoverResult(RecoverResultType value)
public JAXBElement<RevokeResultType> createRevokeResult(RevokeResultType value)
public JAXBElement<RegisterType> createRegister(RegisterType value)
public JAXBElement<RecoverType> createRecover(RecoverType value)
public JAXBElement<RegisterResultType> createRegisterResult(RegisterResultType value)
public JAXBElement<ValidateType> createValidate(ValidateType value)
Copyright © 2012-2014 e-Contract.be. All Rights Reserved.