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