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