Class ObjectFactory
- java.lang.Object
-
- org.apache.cxf.ws.security.sts.provider.model.wstrust14.ObjectFactory
-
public class ObjectFactory extends Object
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
Constructors Constructor Description 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 Summary
-
-
-
Method Detail
-
createInteractiveChallengeType
public InteractiveChallengeType createInteractiveChallengeType()
Create an instance ofInteractiveChallengeType
-
createTextChallengeType
public TextChallengeType createTextChallengeType()
Create an instance ofTextChallengeType
-
createChoiceChallengeType
public ChoiceChallengeType createChoiceChallengeType()
Create an instance ofChoiceChallengeType
-
createContextDataType
public ContextDataType createContextDataType()
Create an instance ofContextDataType
-
createInteractiveChallengeResponseType
public InteractiveChallengeResponseType createInteractiveChallengeResponseType()
Create an instance ofInteractiveChallengeResponseType
-
createTextChallengeResponseType
public TextChallengeResponseType createTextChallengeResponseType()
Create an instance ofTextChallengeResponseType
-
createChoiceChallengeResponseType
public ChoiceChallengeResponseType createChoiceChallengeResponseType()
Create an instance ofChoiceChallengeResponseType
-
createChoiceType
public ChoiceType createChoiceType()
Create an instance ofChoiceType
-
createChoiceSelectedType
public ChoiceSelectedType createChoiceSelectedType()
Create an instance ofChoiceSelectedType
-
createInteractiveChallenge
public javax.xml.bind.JAXBElement<InteractiveChallengeType> createInteractiveChallenge(InteractiveChallengeType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<InteractiveChallengeType>
-
createTitle
public javax.xml.bind.JAXBElement<TitleType> createTitle(TitleType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TitleType>
-
createTextChallenge
public javax.xml.bind.JAXBElement<TextChallengeType> createTextChallenge(TextChallengeType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TextChallengeType>
-
createChoiceChallenge
public javax.xml.bind.JAXBElement<ChoiceChallengeType> createChoiceChallenge(ChoiceChallengeType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ChoiceChallengeType>
-
createContextData
public javax.xml.bind.JAXBElement<ContextDataType> createContextData(ContextDataType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ContextDataType>
-
createInteractiveChallengeResponse
public javax.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 javax.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 javax.xml.bind.JAXBElement<ChoiceChallengeResponseType> createChoiceChallengeResponse(ChoiceChallengeResponseType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ChoiceChallengeResponseType>
-
-