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 ChoiceChallengeResponseType createChoiceChallengeResponseType()
ChoiceChallengeResponseTypepublic ChoiceType createChoiceType()
ChoiceTypepublic InteractiveChallengeType createInteractiveChallengeType()
InteractiveChallengeTypepublic ChoiceChallengeType createChoiceChallengeType()
ChoiceChallengeTypepublic ContextDataType createContextDataType()
ContextDataTypepublic ChoiceSelectedType createChoiceSelectedType()
ChoiceSelectedTypepublic TextChallengeResponseType createTextChallengeResponseType()
TextChallengeResponseTypepublic TextChallengeType createTextChallengeType()
TextChallengeTypepublic InteractiveChallengeResponseType createInteractiveChallengeResponseType()
InteractiveChallengeResponseTypepublic javax.xml.bind.JAXBElement<ActAsType> createActAs(ActAsType value)
public javax.xml.bind.JAXBElement<ContextDataType> createContextData(ContextDataType value)
public javax.xml.bind.JAXBElement<InteractiveChallengeResponseType> createInteractiveChallengeResponse(InteractiveChallengeResponseType value)
public javax.xml.bind.JAXBElement<TitleType> createTitle(TitleType value)
public javax.xml.bind.JAXBElement<TextChallengeResponseType> createTextChallengeResponse(TextChallengeResponseType value)
public javax.xml.bind.JAXBElement<InteractiveChallengeType> createInteractiveChallenge(InteractiveChallengeType value)
public javax.xml.bind.JAXBElement<TextChallengeType> createTextChallenge(TextChallengeType value)
public javax.xml.bind.JAXBElement<ChoiceChallengeType> createChoiceChallenge(ChoiceChallengeType value)
public javax.xml.bind.JAXBElement<ChoiceChallengeResponseType> createChoiceChallengeResponse(ChoiceChallengeResponseType value)
Apache CXF