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()
PrivateKeyType
public QueryKeyBindingType createQueryKeyBindingType()
QueryKeyBindingType
public KeyBindingType createKeyBindingType()
KeyBindingType
public PendingNotificationType createPendingNotificationType()
PendingNotificationType
public ResultType createResultType()
ResultType
public KeyBindingAuthenticationType createKeyBindingAuthenticationType()
KeyBindingAuthenticationType
public ValidateRequestType createValidateRequestType()
ValidateRequestType
public StatusType createStatusType()
StatusType
public ValidityIntervalType createValidityIntervalType()
ValidityIntervalType
public ProofOfPossessionType createProofOfPossessionType()
ProofOfPossessionType
public ReissueResultType createReissueResultType()
ReissueResultType
public RevokeResultType createRevokeResultType()
RevokeResultType
public LocateRequestType createLocateRequestType()
LocateRequestType
public ReissueRequestType createReissueRequestType()
ReissueRequestType
public TimeInstantType createTimeInstantType()
TimeInstantType
public RevokeRequestType createRevokeRequestType()
RevokeRequestType
public StatusRequestType createStatusRequestType()
StatusRequestType
public CompoundResultType createCompoundResultType()
CompoundResultType
public UseKeyWithType createUseKeyWithType()
UseKeyWithType
public PendingRequestType createPendingRequestType()
PendingRequestType
public RegisterResultType createRegisterResultType()
RegisterResultType
public StatusResultType createStatusResultType()
StatusResultType
public UnverifiedKeyBindingType createUnverifiedKeyBindingType()
UnverifiedKeyBindingType
public RegisterRequestType createRegisterRequestType()
RegisterRequestType
public LocateResultType createLocateResultType()
LocateResultType
public PrototypeKeyBindingType createPrototypeKeyBindingType()
PrototypeKeyBindingType
public ValidateResultType createValidateResultType()
ValidateResultType
public RSAKeyPairType createRSAKeyPairType()
RSAKeyPairType
public NotBoundAuthenticationType createNotBoundAuthenticationType()
NotBoundAuthenticationType
public RecoverRequestType createRecoverRequestType()
RecoverRequestType
public RecoverResultType createRecoverResultType()
RecoverResultType
public AuthenticationType createAuthenticationType()
AuthenticationType
public OpaqueClientDataType createOpaqueClientDataType()
OpaqueClientDataType
public CompoundRequestType createCompoundRequestType()
CompoundRequestType
public 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