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 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