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: oasis.names.tc.saml._2_0.protocol
|
public ObjectFactory()
public ExtensionsType createExtensionsType()
ExtensionsType
public StatusCode createStatusCode()
StatusCode
public StatusDetail createStatusDetail()
StatusDetail
public AssertionIDRequest createAssertionIDRequest()
AssertionIDRequest
public AuthnQuery createAuthnQuery()
AuthnQuery
public RequestedAuthnContext createRequestedAuthnContext()
RequestedAuthnContext
public AttributeQuery createAttributeQuery()
AttributeQuery
public AuthzDecisionQuery createAuthzDecisionQuery()
AuthzDecisionQuery
public AuthnRequest createAuthnRequest()
AuthnRequest
public NameIDPolicy createNameIDPolicy()
NameIDPolicy
public StatusResponseType createStatusResponseType()
StatusResponseType
public ArtifactResolve createArtifactResolve()
ArtifactResolve
public ArtifactResponse createArtifactResponse()
ArtifactResponse
public ManageNameIDRequest createManageNameIDRequest()
ManageNameIDRequest
public LogoutRequest createLogoutRequest()
LogoutRequest
public NameIDMappingRequest createNameIDMappingRequest()
NameIDMappingRequest
public NameIDMappingResponse createNameIDMappingResponse()
NameIDMappingResponse
public JAXBElement<ExtensionsType> createExtensions(ExtensionsType value)
public JAXBElement<String> createStatusMessage(String value)
public JAXBElement<SubjectQueryAbstractType> createSubjectQuery(SubjectQueryAbstractType value)
public JAXBElement<String> createGetComplete(String value)
public JAXBElement<String> createRequesterID(String value)
public JAXBElement<String> createArtifact(String value)
public JAXBElement<EncryptedElementType> createNewEncryptedID(EncryptedElementType value)
public JAXBElement<String> createNewID(String value)
public JAXBElement<StatusResponseType> createManageNameIDResponse(StatusResponseType value)
public JAXBElement<String> createSessionIndex(String value)
public JAXBElement<StatusResponseType> createLogoutResponse(StatusResponseType value)
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.