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.ws.security.sts.provider.model.wstrust14
|
public ObjectFactory()
public InteractiveChallengeType createInteractiveChallengeType()
InteractiveChallengeTypepublic TextChallengeType createTextChallengeType()
TextChallengeTypepublic ChoiceChallengeType createChoiceChallengeType()
ChoiceChallengeTypepublic ContextDataType createContextDataType()
ContextDataTypepublic InteractiveChallengeResponseType createInteractiveChallengeResponseType()
InteractiveChallengeResponseTypepublic TextChallengeResponseType createTextChallengeResponseType()
TextChallengeResponseTypepublic ChoiceChallengeResponseType createChoiceChallengeResponseType()
ChoiceChallengeResponseTypepublic ChoiceType createChoiceType()
ChoiceTypepublic ChoiceSelectedType createChoiceSelectedType()
ChoiceSelectedTypepublic JAXBElement<InteractiveChallengeType> createInteractiveChallenge(InteractiveChallengeType value)
value - Java instance representing xml element's value.JAXBElement<InteractiveChallengeType>public JAXBElement<TitleType> createTitle(TitleType value)
value - Java instance representing xml element's value.JAXBElement<TitleType>public JAXBElement<TextChallengeType> createTextChallenge(TextChallengeType value)
value - Java instance representing xml element's value.JAXBElement<TextChallengeType>public JAXBElement<ChoiceChallengeType> createChoiceChallenge(ChoiceChallengeType value)
value - Java instance representing xml element's value.JAXBElement<ChoiceChallengeType>public JAXBElement<ContextDataType> createContextData(ContextDataType value)
value - Java instance representing xml element's value.JAXBElement<ContextDataType>public JAXBElement<InteractiveChallengeResponseType> createInteractiveChallengeResponse(InteractiveChallengeResponseType value)
value - Java instance representing xml element's value.JAXBElement<InteractiveChallengeResponseType>public JAXBElement<TextChallengeResponseType> createTextChallengeResponse(TextChallengeResponseType value)
value - Java instance representing xml element's value.JAXBElement<TextChallengeResponseType>public JAXBElement<ChoiceChallengeResponseType> createChoiceChallengeResponse(ChoiceChallengeResponseType value)
value - Java instance representing xml element's value.JAXBElement<ChoiceChallengeResponseType>public JAXBElement<ActAsType> createActAs(ActAsType value)
value - Java instance representing xml element's value.JAXBElement<ActAsType>Apache CXF