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()
ContextDataType
public ChoiceChallengeResponseType createChoiceChallengeResponseType()
ChoiceChallengeResponseType
public ChoiceChallengeType createChoiceChallengeType()
ChoiceChallengeType
public TextChallengeType createTextChallengeType()
TextChallengeType
public InteractiveChallengeType createInteractiveChallengeType()
InteractiveChallengeType
public InteractiveChallengeResponseType createInteractiveChallengeResponseType()
InteractiveChallengeResponseType
public TextChallengeResponseType createTextChallengeResponseType()
TextChallengeResponseType
public ChoiceSelectedType createChoiceSelectedType()
ChoiceSelectedType
public ChoiceType createChoiceType()
ChoiceType
public 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