Apache CXF API

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

java.lang.Object
  extended by org.apache.cxf.ws.security.sts.provider.model.secext.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.secext 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.secext
 
Method Summary
 AttributedString createAttributedString()
          Create an instance of AttributedString
 JAXBElement<BinarySecurityTokenType> createBinarySecurityToken(BinarySecurityTokenType value)
          Create an instance of JAXBElement<BinarySecurityTokenType>}
 BinarySecurityTokenType createBinarySecurityTokenType()
          Create an instance of BinarySecurityTokenType
 JAXBElement<EmbeddedType> createEmbedded(EmbeddedType value)
          Create an instance of JAXBElement<EmbeddedType>}
 EmbeddedType createEmbeddedType()
          Create an instance of EmbeddedType
 EncodedString createEncodedString()
          Create an instance of EncodedString
 JAXBElement<KeyIdentifierType> createKeyIdentifier(KeyIdentifierType value)
          Create an instance of JAXBElement<KeyIdentifierType>}
 KeyIdentifierType createKeyIdentifierType()
          Create an instance of KeyIdentifierType
 JAXBElement<EncodedString> createNonce(EncodedString value)
          Create an instance of JAXBElement<EncodedString>}
 JAXBElement<PasswordString> createPassword(PasswordString value)
          Create an instance of JAXBElement<PasswordString>}
 PasswordString createPasswordString()
          Create an instance of PasswordString
 JAXBElement<ReferenceType> createReference(ReferenceType value)
          Create an instance of JAXBElement<ReferenceType>}
 ReferenceType createReferenceType()
          Create an instance of ReferenceType
 JAXBElement<SecurityHeaderType> createSecurity(SecurityHeaderType value)
          Create an instance of JAXBElement<SecurityHeaderType>}
 SecurityHeaderType createSecurityHeaderType()
          Create an instance of SecurityHeaderType
 JAXBElement<SecurityTokenReferenceType> createSecurityTokenReference(SecurityTokenReferenceType value)
          Create an instance of JAXBElement<SecurityTokenReferenceType>}
 SecurityTokenReferenceType createSecurityTokenReferenceType()
          Create an instance of SecurityTokenReferenceType
 JAXBElement<TransformationParametersType> createTransformationParameters(TransformationParametersType value)
          Create an instance of JAXBElement<TransformationParametersType>}
 TransformationParametersType createTransformationParametersType()
          Create an instance of TransformationParametersType
 JAXBElement<UsernameTokenType> createUsernameToken(UsernameTokenType value)
          Create an instance of JAXBElement<UsernameTokenType>}
 UsernameTokenType createUsernameTokenType()
          Create an instance of UsernameTokenType
 
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.secext

Method Detail

createEncodedString

public EncodedString createEncodedString()
Create an instance of EncodedString


createSecurityTokenReferenceType

public SecurityTokenReferenceType createSecurityTokenReferenceType()
Create an instance of SecurityTokenReferenceType


createSecurityHeaderType

public SecurityHeaderType createSecurityHeaderType()
Create an instance of SecurityHeaderType


createAttributedString

public AttributedString createAttributedString()
Create an instance of AttributedString


createTransformationParametersType

public TransformationParametersType createTransformationParametersType()
Create an instance of TransformationParametersType


createPasswordString

public PasswordString createPasswordString()
Create an instance of PasswordString


createKeyIdentifierType

public KeyIdentifierType createKeyIdentifierType()
Create an instance of KeyIdentifierType


createUsernameTokenType

public UsernameTokenType createUsernameTokenType()
Create an instance of UsernameTokenType


createEmbeddedType

public EmbeddedType createEmbeddedType()
Create an instance of EmbeddedType


createReferenceType

public ReferenceType createReferenceType()
Create an instance of ReferenceType


createBinarySecurityTokenType

public BinarySecurityTokenType createBinarySecurityTokenType()
Create an instance of BinarySecurityTokenType


createNonce

public JAXBElement<EncodedString> createNonce(EncodedString value)
Create an instance of JAXBElement<EncodedString>}


createEmbedded

public JAXBElement<EmbeddedType> createEmbedded(EmbeddedType value)
Create an instance of JAXBElement<EmbeddedType>}


createPassword

public JAXBElement<PasswordString> createPassword(PasswordString value)
Create an instance of JAXBElement<PasswordString>}


createReference

public JAXBElement<ReferenceType> createReference(ReferenceType value)
Create an instance of JAXBElement<ReferenceType>}


createSecurity

public JAXBElement<SecurityHeaderType> createSecurity(SecurityHeaderType value)
Create an instance of JAXBElement<SecurityHeaderType>}


createSecurityTokenReference

public JAXBElement<SecurityTokenReferenceType> createSecurityTokenReference(SecurityTokenReferenceType value)
Create an instance of JAXBElement<SecurityTokenReferenceType>}


createBinarySecurityToken

public JAXBElement<BinarySecurityTokenType> createBinarySecurityToken(BinarySecurityTokenType value)
Create an instance of JAXBElement<BinarySecurityTokenType>}


createKeyIdentifier

public JAXBElement<KeyIdentifierType> createKeyIdentifier(KeyIdentifierType value)
Create an instance of JAXBElement<KeyIdentifierType>}


createTransformationParameters

public JAXBElement<TransformationParametersType> createTransformationParameters(TransformationParametersType value)
Create an instance of JAXBElement<TransformationParametersType>}


createUsernameToken

public JAXBElement<UsernameTokenType> createUsernameToken(UsernameTokenType value)
Create an instance of JAXBElement<UsernameTokenType>}


Apache CXF API

Apache CXF