Package org.apache.cxf.xkms.model.xkms
Class ObjectFactory
- java.lang.Object
-
- org.apache.cxf.xkms.model.xkms.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the org.apache.cxf.xkms.model.xkms package.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 Summary
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.cxf.xkms.model.xkms
-
Method Summary
-
-
-
Method Detail
-
createOpaqueClientDataType
public OpaqueClientDataType createOpaqueClientDataType()
Create an instance ofOpaqueClientDataType
-
createPendingNotificationType
public PendingNotificationType createPendingNotificationType()
Create an instance ofPendingNotificationType
-
createPendingRequestType
public PendingRequestType createPendingRequestType()
Create an instance ofPendingRequestType
-
createResultType
public ResultType createResultType()
Create an instance ofResultType
-
createCompoundRequestType
public CompoundRequestType createCompoundRequestType()
Create an instance ofCompoundRequestType
-
createCompoundResultType
public CompoundResultType createCompoundResultType()
Create an instance ofCompoundResultType
-
createStatusRequestType
public StatusRequestType createStatusRequestType()
Create an instance ofStatusRequestType
-
createStatusResultType
public StatusResultType createStatusResultType()
Create an instance ofStatusResultType
-
createUnverifiedKeyBindingType
public UnverifiedKeyBindingType createUnverifiedKeyBindingType()
Create an instance ofUnverifiedKeyBindingType
-
createKeyBindingType
public KeyBindingType createKeyBindingType()
Create an instance ofKeyBindingType
-
createUseKeyWithType
public UseKeyWithType createUseKeyWithType()
Create an instance ofUseKeyWithType
-
createStatusType
public StatusType createStatusType()
Create an instance ofStatusType
-
createValidityIntervalType
public ValidityIntervalType createValidityIntervalType()
Create an instance ofValidityIntervalType
-
createQueryKeyBindingType
public QueryKeyBindingType createQueryKeyBindingType()
Create an instance ofQueryKeyBindingType
-
createTimeInstantType
public TimeInstantType createTimeInstantType()
Create an instance ofTimeInstantType
-
createPrototypeKeyBindingType
public PrototypeKeyBindingType createPrototypeKeyBindingType()
Create an instance ofPrototypeKeyBindingType
-
createLocateRequestType
public LocateRequestType createLocateRequestType()
Create an instance ofLocateRequestType
-
createLocateResultType
public LocateResultType createLocateResultType()
Create an instance ofLocateResultType
-
createValidateRequestType
public ValidateRequestType createValidateRequestType()
Create an instance ofValidateRequestType
-
createValidateResultType
public ValidateResultType createValidateResultType()
Create an instance ofValidateResultType
-
createAuthenticationType
public AuthenticationType createAuthenticationType()
Create an instance ofAuthenticationType
-
createKeyBindingAuthenticationType
public KeyBindingAuthenticationType createKeyBindingAuthenticationType()
Create an instance ofKeyBindingAuthenticationType
-
createNotBoundAuthenticationType
public NotBoundAuthenticationType createNotBoundAuthenticationType()
Create an instance ofNotBoundAuthenticationType
-
createProofOfPossessionType
public ProofOfPossessionType createProofOfPossessionType()
Create an instance ofProofOfPossessionType
-
createPrivateKeyType
public PrivateKeyType createPrivateKeyType()
Create an instance ofPrivateKeyType
-
createRegisterRequestType
public RegisterRequestType createRegisterRequestType()
Create an instance ofRegisterRequestType
-
createRegisterResultType
public RegisterResultType createRegisterResultType()
Create an instance ofRegisterResultType
-
createReissueRequestType
public ReissueRequestType createReissueRequestType()
Create an instance ofReissueRequestType
-
createReissueResultType
public ReissueResultType createReissueResultType()
Create an instance ofReissueResultType
-
createRevokeRequestType
public RevokeRequestType createRevokeRequestType()
Create an instance ofRevokeRequestType
-
createRevokeResultType
public RevokeResultType createRevokeResultType()
Create an instance ofRevokeResultType
-
createRecoverRequestType
public RecoverRequestType createRecoverRequestType()
Create an instance ofRecoverRequestType
-
createRecoverResultType
public RecoverResultType createRecoverResultType()
Create an instance ofRecoverResultType
-
createRSAKeyPairType
public RSAKeyPairType createRSAKeyPairType()
Create an instance ofRSAKeyPairType
-
createMessageExtension
public javax.xml.bind.JAXBElement<MessageExtensionAbstractType> createMessageExtension(MessageExtensionAbstractType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<MessageExtensionAbstractType>
-
createOpaqueClientData
public javax.xml.bind.JAXBElement<OpaqueClientDataType> createOpaqueClientData(OpaqueClientDataType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<OpaqueClientDataType>
-
createOpaqueData
public javax.xml.bind.JAXBElement<byte[]> createOpaqueData(byte[] value)
Create an instance ofJAXBElement<byte>- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<byte>
-
createResponseMechanism
public javax.xml.bind.JAXBElement<String> createResponseMechanism(String value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createRespondWith
public javax.xml.bind.JAXBElement<String> createRespondWith(String value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createPendingNotification
public javax.xml.bind.JAXBElement<PendingNotificationType> createPendingNotification(PendingNotificationType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<PendingNotificationType>
-
createPendingRequest
public javax.xml.bind.JAXBElement<PendingRequestType> createPendingRequest(PendingRequestType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<PendingRequestType>
-
createResult
public javax.xml.bind.JAXBElement<ResultType> createResult(ResultType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ResultType>
-
createRequestSignatureValue
public javax.xml.bind.JAXBElement<SignatureValueType> createRequestSignatureValue(SignatureValueType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SignatureValueType>
-
createCompoundRequest
public javax.xml.bind.JAXBElement<CompoundRequestType> createCompoundRequest(CompoundRequestType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CompoundRequestType>
-
createCompoundResult
public javax.xml.bind.JAXBElement<CompoundResultType> createCompoundResult(CompoundResultType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CompoundResultType>
-
createStatusRequest
public javax.xml.bind.JAXBElement<StatusRequestType> createStatusRequest(StatusRequestType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<StatusRequestType>
-
createStatusResult
public javax.xml.bind.JAXBElement<StatusResultType> createStatusResult(StatusResultType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<StatusResultType>
-
createUnverifiedKeyBinding
public javax.xml.bind.JAXBElement<UnverifiedKeyBindingType> createUnverifiedKeyBinding(UnverifiedKeyBindingType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<UnverifiedKeyBindingType>
-
createKeyBinding
public javax.xml.bind.JAXBElement<KeyBindingType> createKeyBinding(KeyBindingType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<KeyBindingType>
-
createKeyUsage
public javax.xml.bind.JAXBElement<KeyUsageEnum> createKeyUsage(KeyUsageEnum value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<KeyUsageEnum>
-
createUseKeyWith
public javax.xml.bind.JAXBElement<UseKeyWithType> createUseKeyWith(UseKeyWithType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<UseKeyWithType>
-
createStatus
public javax.xml.bind.JAXBElement<StatusType> createStatus(StatusType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<StatusType>
-
createValidReason
public javax.xml.bind.JAXBElement<String> createValidReason(String value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createInvalidReason
public javax.xml.bind.JAXBElement<String> createInvalidReason(String value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createIndeterminateReason
public javax.xml.bind.JAXBElement<String> createIndeterminateReason(String value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createValidityInterval
public javax.xml.bind.JAXBElement<ValidityIntervalType> createValidityInterval(ValidityIntervalType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ValidityIntervalType>
-
createQueryKeyBinding
public javax.xml.bind.JAXBElement<QueryKeyBindingType> createQueryKeyBinding(QueryKeyBindingType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<QueryKeyBindingType>
-
createTimeInstant
public javax.xml.bind.JAXBElement<TimeInstantType> createTimeInstant(TimeInstantType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TimeInstantType>
-
createPrototypeKeyBinding
public javax.xml.bind.JAXBElement<PrototypeKeyBindingType> createPrototypeKeyBinding(PrototypeKeyBindingType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<PrototypeKeyBindingType>
-
createRevocationCodeIdentifier
public javax.xml.bind.JAXBElement<byte[]> createRevocationCodeIdentifier(byte[] value)
Create an instance ofJAXBElement<byte>- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<byte>
-
createLocateRequest
public javax.xml.bind.JAXBElement<LocateRequestType> createLocateRequest(LocateRequestType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<LocateRequestType>
-
createLocateResult
public javax.xml.bind.JAXBElement<LocateResultType> createLocateResult(LocateResultType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<LocateResultType>
-
createValidateRequest
public javax.xml.bind.JAXBElement<ValidateRequestType> createValidateRequest(ValidateRequestType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ValidateRequestType>
-
createValidateResult
public javax.xml.bind.JAXBElement<ValidateResultType> createValidateResult(ValidateResultType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ValidateResultType>
-
createAuthentication
public javax.xml.bind.JAXBElement<AuthenticationType> createAuthentication(AuthenticationType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AuthenticationType>
-
createKeyBindingAuthentication
public javax.xml.bind.JAXBElement<KeyBindingAuthenticationType> createKeyBindingAuthentication(KeyBindingAuthenticationType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<KeyBindingAuthenticationType>
-
createNotBoundAuthentication
public javax.xml.bind.JAXBElement<NotBoundAuthenticationType> createNotBoundAuthentication(NotBoundAuthenticationType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<NotBoundAuthenticationType>
-
createProofOfPossession
public javax.xml.bind.JAXBElement<ProofOfPossessionType> createProofOfPossession(ProofOfPossessionType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ProofOfPossessionType>
-
createPrivateKey
public javax.xml.bind.JAXBElement<PrivateKeyType> createPrivateKey(PrivateKeyType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<PrivateKeyType>
-
createRegisterRequest
public javax.xml.bind.JAXBElement<RegisterRequestType> createRegisterRequest(RegisterRequestType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RegisterRequestType>
-
createRegisterResult
public javax.xml.bind.JAXBElement<RegisterResultType> createRegisterResult(RegisterResultType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RegisterResultType>
-
createReissueRequest
public javax.xml.bind.JAXBElement<ReissueRequestType> createReissueRequest(ReissueRequestType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ReissueRequestType>
-
createReissueKeyBinding
public javax.xml.bind.JAXBElement<KeyBindingType> createReissueKeyBinding(KeyBindingType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<KeyBindingType>
-
createReissueResult
public javax.xml.bind.JAXBElement<ReissueResultType> createReissueResult(ReissueResultType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ReissueResultType>
-
createRevokeRequest
public javax.xml.bind.JAXBElement<RevokeRequestType> createRevokeRequest(RevokeRequestType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RevokeRequestType>
-
createRevokeKeyBinding
public javax.xml.bind.JAXBElement<KeyBindingType> createRevokeKeyBinding(KeyBindingType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<KeyBindingType>
-
createRevocationCode
public javax.xml.bind.JAXBElement<byte[]> createRevocationCode(byte[] value)
Create an instance ofJAXBElement<byte>- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<byte>
-
createRevokeResult
public javax.xml.bind.JAXBElement<RevokeResultType> createRevokeResult(RevokeResultType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RevokeResultType>
-
createRecoverRequest
public javax.xml.bind.JAXBElement<RecoverRequestType> createRecoverRequest(RecoverRequestType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RecoverRequestType>
-
createRecoverKeyBinding
public javax.xml.bind.JAXBElement<KeyBindingType> createRecoverKeyBinding(KeyBindingType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<KeyBindingType>
-
createRecoverResult
public javax.xml.bind.JAXBElement<RecoverResultType> createRecoverResult(RecoverResultType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RecoverResultType>
-
createRSAKeyPair
public javax.xml.bind.JAXBElement<RSAKeyPairType> createRSAKeyPair(RSAKeyPairType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RSAKeyPairType>
-
createModulus
public javax.xml.bind.JAXBElement<byte[]> createModulus(byte[] value)
Create an instance ofJAXBElement<byte>- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<byte>
-
createExponent
public javax.xml.bind.JAXBElement<byte[]> createExponent(byte[] value)
Create an instance ofJAXBElement<byte>- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<byte>
-
createP
public javax.xml.bind.JAXBElement<byte[]> createP(byte[] value)
Create an instance ofJAXBElement<byte>- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<byte>
-
createQ
public javax.xml.bind.JAXBElement<byte[]> createQ(byte[] value)
Create an instance ofJAXBElement<byte>- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<byte>
-
createDP
public javax.xml.bind.JAXBElement<byte[]> createDP(byte[] value)
Create an instance ofJAXBElement<byte>- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<byte>
-
createDQ
public javax.xml.bind.JAXBElement<byte[]> createDQ(byte[] value)
Create an instance ofJAXBElement<byte>- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<byte>
-
createInverseQ
public javax.xml.bind.JAXBElement<byte[]> createInverseQ(byte[] value)
Create an instance ofJAXBElement<byte>- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<byte>
-
createD
public javax.xml.bind.JAXBElement<byte[]> createD(byte[] value)
Create an instance ofJAXBElement<byte>- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<byte>
-
-