Apache CXF API

org.apache.cxf.ws.security.sts.provider.model.wstrust14
Class ObjectFactory

java.lang.Object
  extended by org.apache.cxf.ws.security.sts.provider.model.wstrust14.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.apache.cxf.ws.security.sts.provider.model.wstrust14 package.

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 Summary
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
 
Method Summary
 JAXBElement<ActAsType> createActAs(ActAsType value)
          Create an instance of JAXBElement<ActAsType>}
 ActAsType createActAsType()
          Create an instance of ActAsType
 JAXBElement<ChoiceChallengeType> createChoiceChallenge(ChoiceChallengeType value)
          Create an instance of JAXBElement<ChoiceChallengeType>}
 JAXBElement<ChoiceChallengeResponseType> createChoiceChallengeResponse(ChoiceChallengeResponseType value)
          Create an instance of JAXBElement<ChoiceChallengeResponseType>}
 ChoiceChallengeResponseType createChoiceChallengeResponseType()
          Create an instance of ChoiceChallengeResponseType
 ChoiceChallengeType createChoiceChallengeType()
          Create an instance of ChoiceChallengeType
 ChoiceSelectedType createChoiceSelectedType()
          Create an instance of ChoiceSelectedType
 ChoiceType createChoiceType()
          Create an instance of ChoiceType
 JAXBElement<ContextDataType> createContextData(ContextDataType value)
          Create an instance of JAXBElement<ContextDataType>}
 ContextDataType createContextDataType()
          Create an instance of ContextDataType
 ImageType createImageType()
          Create an instance of ImageType
 JAXBElement<InteractiveChallengeType> createInteractiveChallenge(InteractiveChallengeType value)
          Create an instance of JAXBElement<InteractiveChallengeType>}
 JAXBElement<InteractiveChallengeResponseType> createInteractiveChallengeResponse(InteractiveChallengeResponseType value)
          Create an instance of JAXBElement<InteractiveChallengeResponseType>}
 InteractiveChallengeResponseType createInteractiveChallengeResponseType()
          Create an instance of InteractiveChallengeResponseType
 InteractiveChallengeType createInteractiveChallengeType()
          Create an instance of InteractiveChallengeType
 JAXBElement<TextChallengeType> createTextChallenge(TextChallengeType value)
          Create an instance of JAXBElement<TextChallengeType>}
 JAXBElement<TextChallengeResponseType> createTextChallengeResponse(TextChallengeResponseType value)
          Create an instance of JAXBElement<TextChallengeResponseType>}
 TextChallengeResponseType createTextChallengeResponseType()
          Create an instance of TextChallengeResponseType
 TextChallengeType createTextChallengeType()
          Create an instance of TextChallengeType
 JAXBElement<TitleType> createTitle(TitleType value)
          Create an instance of JAXBElement<TitleType>}
 TitleType createTitleType()
          Create an instance of TitleType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public 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

Method Detail

createInteractiveChallengeResponseType

public InteractiveChallengeResponseType createInteractiveChallengeResponseType()
Create an instance of InteractiveChallengeResponseType


createTextChallengeResponseType

public TextChallengeResponseType createTextChallengeResponseType()
Create an instance of TextChallengeResponseType


createChoiceChallengeType

public ChoiceChallengeType createChoiceChallengeType()
Create an instance of ChoiceChallengeType


createTitleType

public TitleType createTitleType()
Create an instance of TitleType


createTextChallengeType

public TextChallengeType createTextChallengeType()
Create an instance of TextChallengeType


createContextDataType

public ContextDataType createContextDataType()
Create an instance of ContextDataType


createChoiceSelectedType

public ChoiceSelectedType createChoiceSelectedType()
Create an instance of ChoiceSelectedType


createActAsType

public ActAsType createActAsType()
Create an instance of ActAsType


createImageType

public ImageType createImageType()
Create an instance of ImageType


createChoiceType

public ChoiceType createChoiceType()
Create an instance of ChoiceType


createInteractiveChallengeType

public InteractiveChallengeType createInteractiveChallengeType()
Create an instance of InteractiveChallengeType


createChoiceChallengeResponseType

public ChoiceChallengeResponseType createChoiceChallengeResponseType()
Create an instance of ChoiceChallengeResponseType


createActAs

public JAXBElement<ActAsType> createActAs(ActAsType value)
Create an instance of JAXBElement<ActAsType>}


createContextData

public JAXBElement<ContextDataType> createContextData(ContextDataType value)
Create an instance of JAXBElement<ContextDataType>}


createInteractiveChallengeResponse

public JAXBElement<InteractiveChallengeResponseType> createInteractiveChallengeResponse(InteractiveChallengeResponseType value)
Create an instance of JAXBElement<InteractiveChallengeResponseType>}


createTitle

public JAXBElement<TitleType> createTitle(TitleType value)
Create an instance of JAXBElement<TitleType>}


createTextChallengeResponse

public JAXBElement<TextChallengeResponseType> createTextChallengeResponse(TextChallengeResponseType value)
Create an instance of JAXBElement<TextChallengeResponseType>}


createInteractiveChallenge

public JAXBElement<InteractiveChallengeType> createInteractiveChallenge(InteractiveChallengeType value)
Create an instance of JAXBElement<InteractiveChallengeType>}


createTextChallenge

public JAXBElement<TextChallengeType> createTextChallenge(TextChallengeType value)
Create an instance of JAXBElement<TextChallengeType>}


createChoiceChallenge

public JAXBElement<ChoiceChallengeType> createChoiceChallenge(ChoiceChallengeType value)
Create an instance of JAXBElement<ChoiceChallengeType>}


createChoiceChallengeResponse

public JAXBElement<ChoiceChallengeResponseType> createChoiceChallengeResponse(ChoiceChallengeResponseType value)
Create an instance of JAXBElement<ChoiceChallengeResponseType>}


Apache CXF API

Apache CXF