Class ObjectFactory
java.lang.Object
org.apache.cxf.ws.security.sts.provider.model.wstrust14.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.apache.cxf.ws.security.sts.provider.model.wstrust14 package.
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 Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.cxf.ws.security.sts.provider.model.wstrust14 -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<ActAsType>createActAs(ActAsType value) Create an instance ofActAsTypejakarta.xml.bind.JAXBElement<ChoiceChallengeType>jakarta.xml.bind.JAXBElement<ChoiceChallengeResponseType>Create an instance ofChoiceChallengeResponseTypeCreate an instance ofChoiceChallengeTypeCreate an instance ofChoiceSelectedTypeCreate an instance ofChoiceTypejakarta.xml.bind.JAXBElement<ContextDataType>createContextData(ContextDataType value) Create an instance ofContextDataTypeCreate an instance ofImageTypejakarta.xml.bind.JAXBElement<InteractiveChallengeType>jakarta.xml.bind.JAXBElement<InteractiveChallengeResponseType>Create an instance ofInteractiveChallengeResponseTypeCreate an instance ofInteractiveChallengeTypejakarta.xml.bind.JAXBElement<TextChallengeType>jakarta.xml.bind.JAXBElement<TextChallengeResponseType>Create an instance ofTextChallengeResponseTypeCreate an instance ofTextChallengeTypejakarta.xml.bind.JAXBElement<TitleType>createTitle(TitleType value) Create an instance ofTitleType
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.cxf.ws.security.sts.provider.model.wstrust14
-
-
Method Details
-
createInteractiveChallengeType
Create an instance ofInteractiveChallengeType -
createTitleType
Create an instance ofTitleType -
createTextChallengeType
Create an instance ofTextChallengeType -
createChoiceChallengeType
Create an instance ofChoiceChallengeType -
createContextDataType
Create an instance ofContextDataType -
createInteractiveChallengeResponseType
Create an instance ofInteractiveChallengeResponseType -
createTextChallengeResponseType
Create an instance ofTextChallengeResponseType -
createChoiceChallengeResponseType
Create an instance ofChoiceChallengeResponseType -
createActAsType
Create an instance ofActAsType -
createImageType
Create an instance ofImageType -
createChoiceType
Create an instance ofChoiceType -
createChoiceSelectedType
Create an instance ofChoiceSelectedType -
createInteractiveChallenge
public jakarta.xml.bind.JAXBElement<InteractiveChallengeType> createInteractiveChallenge(InteractiveChallengeType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<InteractiveChallengeType>
-
createTitle
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TitleType>
-
createTextChallenge
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TextChallengeType>
-
createChoiceChallenge
public jakarta.xml.bind.JAXBElement<ChoiceChallengeType> createChoiceChallenge(ChoiceChallengeType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ChoiceChallengeType>
-
createContextData
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ContextDataType>
-
createInteractiveChallengeResponse
public jakarta.xml.bind.JAXBElement<InteractiveChallengeResponseType> createInteractiveChallengeResponse(InteractiveChallengeResponseType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<InteractiveChallengeResponseType>
-
createTextChallengeResponse
public jakarta.xml.bind.JAXBElement<TextChallengeResponseType> createTextChallengeResponse(TextChallengeResponseType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TextChallengeResponseType>
-
createChoiceChallengeResponse
public jakarta.xml.bind.JAXBElement<ChoiceChallengeResponseType> createChoiceChallengeResponse(ChoiceChallengeResponseType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ChoiceChallengeResponseType>
-
createActAs
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ActAsType>
-