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._1_0.protocol
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<String> |
createAssertionArtifact(String value)
|
AttributeQuery |
createAttributeQuery()
Create an instance of
AttributeQuery |
AuthenticationQuery |
createAuthenticationQuery()
Create an instance of
AuthenticationQuery |
AuthorizationDecisionQuery |
createAuthorizationDecisionQuery()
Create an instance of
AuthorizationDecisionQuery |
JAXBElement<QueryAbstractType> |
createQuery(QueryAbstractType value)
|
Request |
createRequest()
Create an instance of
Request |
JAXBElement<QName> |
createRespondWith(QName value)
|
Response |
createResponse()
Create an instance of
Response |
Status |
createStatus()
Create an instance of
Status |
StatusCode |
createStatusCode()
Create an instance of
StatusCode |
StatusDetail |
createStatusDetail()
Create an instance of
StatusDetail |
JAXBElement<String> |
createStatusMessage(String value)
|
JAXBElement<SubjectQueryAbstractType> |
createSubjectQuery(SubjectQueryAbstractType value)
|
public ObjectFactory()
public AuthorizationDecisionQuery createAuthorizationDecisionQuery()
AuthorizationDecisionQuery
public AttributeQuery createAttributeQuery()
AttributeQuery
public AuthenticationQuery createAuthenticationQuery()
AuthenticationQuery
public StatusCode createStatusCode()
StatusCode
public StatusDetail createStatusDetail()
StatusDetail
public JAXBElement<QName> createRespondWith(QName value)
value
- Java instance representing xml element's value.JAXBElement
<
QName
>
public JAXBElement<String> createAssertionArtifact(String value)
value
- Java instance representing xml element's value.JAXBElement
<
String
>
public JAXBElement<SubjectQueryAbstractType> createSubjectQuery(SubjectQueryAbstractType value)
value
- Java instance representing xml element's value.JAXBElement
<
SubjectQueryAbstractType
>
public JAXBElement<QueryAbstractType> createQuery(QueryAbstractType value)
value
- Java instance representing xml element's value.JAXBElement
<
QueryAbstractType
>
public JAXBElement<String> createStatusMessage(String value)
value
- Java instance representing xml element's value.JAXBElement
<
String
>
Connector Packaging TECHNICAL 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.