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()
RevokeResultType
public RecoverType createRecoverType()
RecoverType
public RegisterResultType createRegisterResultType()
RegisterResultType
public ValidateType createValidateType()
ValidateType
public RegisterType createRegisterType()
RegisterType
public RevokeType createRevokeType()
RevokeType
public ValidateResultType createValidateResultType()
ValidateResultType
public RecoverResultType createRecoverResultType()
RecoverResultType
public KeyInfoType createKeyInfoType()
KeyInfoType
public KeyBindingType createKeyBindingType()
KeyBindingType
public ValidateResultAnswerType createValidateResultAnswerType()
ValidateResultAnswerType
public AuthServerInfoType createAuthServerInfoType()
AuthServerInfoType
public ErrorInfoType createErrorInfoType()
ErrorInfoType
public AuthUserInfoType createAuthUserInfoType()
AuthUserInfoType
public ErrorDetailType createErrorDetailType()
ErrorDetailType
public AuthInfoType createAuthInfoType()
AuthInfoType
public KeyBindingAuthType createKeyBindingAuthType()
KeyBindingAuthType
public ProofOfPossessionType createProofOfPossessionType()
ProofOfPossessionType
public ProcessInfoType createProcessInfoType()
ProcessInfoType
public ValidityIntervalType createValidityIntervalType()
ValidityIntervalType
public RegisterResultAnswerType createRegisterResultAnswerType()
RegisterResultAnswerType
public RespondType createRespondType()
RespondType
public PrivateType createPrivateType()
PrivateType
public 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.