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: org.apache.cxf.xkms.model.xkms
|
public ObjectFactory()
public PrivateKeyType createPrivateKeyType()
PrivateKeyTypepublic QueryKeyBindingType createQueryKeyBindingType()
QueryKeyBindingTypepublic KeyBindingType createKeyBindingType()
KeyBindingTypepublic PendingNotificationType createPendingNotificationType()
PendingNotificationTypepublic ResultType createResultType()
ResultTypepublic KeyBindingAuthenticationType createKeyBindingAuthenticationType()
KeyBindingAuthenticationTypepublic ValidateRequestType createValidateRequestType()
ValidateRequestTypepublic StatusType createStatusType()
StatusTypepublic ValidityIntervalType createValidityIntervalType()
ValidityIntervalTypepublic ProofOfPossessionType createProofOfPossessionType()
ProofOfPossessionTypepublic ReissueResultType createReissueResultType()
ReissueResultTypepublic RevokeResultType createRevokeResultType()
RevokeResultTypepublic LocateRequestType createLocateRequestType()
LocateRequestTypepublic ReissueRequestType createReissueRequestType()
ReissueRequestTypepublic TimeInstantType createTimeInstantType()
TimeInstantTypepublic RevokeRequestType createRevokeRequestType()
RevokeRequestTypepublic StatusRequestType createStatusRequestType()
StatusRequestTypepublic CompoundResultType createCompoundResultType()
CompoundResultTypepublic UseKeyWithType createUseKeyWithType()
UseKeyWithTypepublic PendingRequestType createPendingRequestType()
PendingRequestTypepublic RegisterResultType createRegisterResultType()
RegisterResultTypepublic StatusResultType createStatusResultType()
StatusResultTypepublic UnverifiedKeyBindingType createUnverifiedKeyBindingType()
UnverifiedKeyBindingTypepublic RegisterRequestType createRegisterRequestType()
RegisterRequestTypepublic LocateResultType createLocateResultType()
LocateResultTypepublic PrototypeKeyBindingType createPrototypeKeyBindingType()
PrototypeKeyBindingTypepublic ValidateResultType createValidateResultType()
ValidateResultTypepublic RSAKeyPairType createRSAKeyPairType()
RSAKeyPairTypepublic NotBoundAuthenticationType createNotBoundAuthenticationType()
NotBoundAuthenticationTypepublic RecoverRequestType createRecoverRequestType()
RecoverRequestTypepublic RecoverResultType createRecoverResultType()
RecoverResultTypepublic AuthenticationType createAuthenticationType()
AuthenticationTypepublic OpaqueClientDataType createOpaqueClientDataType()
OpaqueClientDataTypepublic CompoundRequestType createCompoundRequestType()
CompoundRequestTypepublic JAXBElement<byte[]> createInverseQ(byte[] value)
public JAXBElement<PrivateKeyType> createPrivateKey(PrivateKeyType value)
public JAXBElement<QueryKeyBindingType> createQueryKeyBinding(QueryKeyBindingType value)
public JAXBElement<KeyUsageEnum> createKeyUsage(KeyUsageEnum value)
public JAXBElement<byte[]> createDP(byte[] value)
public JAXBElement<byte[]> createDQ(byte[] value)
public JAXBElement<KeyBindingType> createRecoverKeyBinding(KeyBindingType value)
public JAXBElement<PendingNotificationType> createPendingNotification(PendingNotificationType value)
public JAXBElement<ResultType> createResult(ResultType value)
public JAXBElement<KeyBindingAuthenticationType> createKeyBindingAuthentication(KeyBindingAuthenticationType value)
public JAXBElement<ValidateRequestType> createValidateRequest(ValidateRequestType value)
public JAXBElement<String> createResponseMechanism(String value)
public JAXBElement<byte[]> createRevocationCodeIdentifier(byte[] value)
public JAXBElement<StatusType> createStatus(StatusType value)
public JAXBElement<ValidityIntervalType> createValidityInterval(ValidityIntervalType value)
public JAXBElement<ProofOfPossessionType> createProofOfPossession(ProofOfPossessionType value)
public JAXBElement<ReissueResultType> createReissueResult(ReissueResultType value)
public JAXBElement<RevokeResultType> createRevokeResult(RevokeResultType value)
public JAXBElement<LocateRequestType> createLocateRequest(LocateRequestType value)
public JAXBElement<ReissueRequestType> createReissueRequest(ReissueRequestType value)
public JAXBElement<MessageExtensionAbstractType> createMessageExtension(MessageExtensionAbstractType value)
public JAXBElement<byte[]> createModulus(byte[] value)
public JAXBElement<KeyBindingType> createReissueKeyBinding(KeyBindingType value)
public JAXBElement<String> createValidReason(String value)
public JAXBElement<TimeInstantType> createTimeInstant(TimeInstantType value)
public JAXBElement<String> createInvalidReason(String value)
public JAXBElement<RevokeRequestType> createRevokeRequest(RevokeRequestType value)
public JAXBElement<StatusRequestType> createStatusRequest(StatusRequestType value)
public JAXBElement<byte[]> createExponent(byte[] value)
public JAXBElement<byte[]> createD(byte[] value)
public JAXBElement<CompoundResultType> createCompoundResult(CompoundResultType value)
public JAXBElement<UseKeyWithType> createUseKeyWith(UseKeyWithType value)
public JAXBElement<PendingRequestType> createPendingRequest(PendingRequestType value)
public JAXBElement<byte[]> createP(byte[] value)
public JAXBElement<byte[]> createQ(byte[] value)
public JAXBElement<RegisterResultType> createRegisterResult(RegisterResultType value)
public JAXBElement<StatusResultType> createStatusResult(StatusResultType value)
public JAXBElement<String> createIndeterminateReason(String value)
public JAXBElement<UnverifiedKeyBindingType> createUnverifiedKeyBinding(UnverifiedKeyBindingType value)
public JAXBElement<byte[]> createRevocationCode(byte[] value)
public JAXBElement<RegisterRequestType> createRegisterRequest(RegisterRequestType value)
public JAXBElement<LocateResultType> createLocateResult(LocateResultType value)
public JAXBElement<PrototypeKeyBindingType> createPrototypeKeyBinding(PrototypeKeyBindingType value)
public JAXBElement<ValidateResultType> createValidateResult(ValidateResultType value)
public JAXBElement<RSAKeyPairType> createRSAKeyPair(RSAKeyPairType value)
public JAXBElement<byte[]> createOpaqueData(byte[] value)
public JAXBElement<KeyBindingType> createRevokeKeyBinding(KeyBindingType value)
public JAXBElement<NotBoundAuthenticationType> createNotBoundAuthentication(NotBoundAuthenticationType value)
public JAXBElement<RecoverRequestType> createRecoverRequest(RecoverRequestType value)
public JAXBElement<KeyBindingType> createKeyBinding(KeyBindingType value)
public JAXBElement<RecoverResultType> createRecoverResult(RecoverResultType value)
public JAXBElement<String> createRespondWith(String value)
public JAXBElement<SignatureValueType> createRequestSignatureValue(SignatureValueType value)
public JAXBElement<AuthenticationType> createAuthentication(AuthenticationType value)
public JAXBElement<OpaqueClientDataType> createOpaqueClientData(OpaqueClientDataType value)
public JAXBElement<CompoundRequestType> createCompoundRequest(CompoundRequestType value)
Apache CXF