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
 javax.xml.bind.JAXBElement<BinarySecurityTokenType> createBinarySecurityToken(BinarySecurityTokenType value)
          Create an instance of JAXBElement<BinarySecurityTokenType>}
 BinarySecurityTokenType createBinarySecurityTokenType()
          Create an instance of BinarySecurityTokenType
 javax.xml.bind.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
 javax.xml.bind.JAXBElement<KeyIdentifierType> createKeyIdentifier(KeyIdentifierType value)
          Create an instance of JAXBElement<KeyIdentifierType>}
 KeyIdentifierType createKeyIdentifierType()
          Create an instance of KeyIdentifierType
 javax.xml.bind.JAXBElement<EncodedString> createNonce(EncodedString value)
          Create an instance of JAXBElement<EncodedString>}
 javax.xml.bind.JAXBElement<PasswordString> createPassword(PasswordString value)
          Create an instance of JAXBElement<PasswordString>}
 PasswordString createPasswordString()
          Create an instance of PasswordString
 javax.xml.bind.JAXBElement<ReferenceType> createReference(ReferenceType value)
          Create an instance of JAXBElement<ReferenceType>}
 ReferenceType createReferenceType()
          Create an instance of ReferenceType
 javax.xml.bind.JAXBElement<SecurityHeaderType> createSecurity(SecurityHeaderType value)
          Create an instance of JAXBElement<SecurityHeaderType>}
 SecurityHeaderType createSecurityHeaderType()
          Create an instance of SecurityHeaderType
 javax.xml.bind.JAXBElement<SecurityTokenReferenceType> createSecurityTokenReference(SecurityTokenReferenceType value)
          Create an instance of JAXBElement<SecurityTokenReferenceType>}
 SecurityTokenReferenceType createSecurityTokenReferenceType()
          Create an instance of SecurityTokenReferenceType
 javax.xml.bind.JAXBElement<TransformationParametersType> createTransformationParameters(TransformationParametersType value)
          Create an instance of JAXBElement<TransformationParametersType>}
 TransformationParametersType createTransformationParametersType()
          Create an instance of TransformationParametersType
 javax.xml.bind.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

createAttributedString

public AttributedString createAttributedString()
Create an instance of AttributedString


createKeyIdentifierType

public KeyIdentifierType createKeyIdentifierType()
Create an instance of KeyIdentifierType


createSecurityTokenReferenceType

public SecurityTokenReferenceType createSecurityTokenReferenceType()
Create an instance of SecurityTokenReferenceType


createEmbeddedType

public EmbeddedType createEmbeddedType()
Create an instance of EmbeddedType


createEncodedString

public EncodedString createEncodedString()
Create an instance of EncodedString


createSecurityHeaderType

public SecurityHeaderType createSecurityHeaderType()
Create an instance of SecurityHeaderType


createTransformationParametersType

public TransformationParametersType createTransformationParametersType()
Create an instance of TransformationParametersType


createReferenceType

public ReferenceType createReferenceType()
Create an instance of ReferenceType


createPasswordString

public PasswordString createPasswordString()
Create an instance of PasswordString


createBinarySecurityTokenType

public BinarySecurityTokenType createBinarySecurityTokenType()
Create an instance of BinarySecurityTokenType


createUsernameTokenType

public UsernameTokenType createUsernameTokenType()
Create an instance of UsernameTokenType


createUsernameToken

public javax.xml.bind.JAXBElement<UsernameTokenType> createUsernameToken(UsernameTokenType value)
Create an instance of JAXBElement<UsernameTokenType>}


createBinarySecurityToken

public javax.xml.bind.JAXBElement<BinarySecurityTokenType> createBinarySecurityToken(BinarySecurityTokenType value)
Create an instance of JAXBElement<BinarySecurityTokenType>}


createSecurity

public javax.xml.bind.JAXBElement<SecurityHeaderType> createSecurity(SecurityHeaderType value)
Create an instance of JAXBElement<SecurityHeaderType>}


createTransformationParameters

public javax.xml.bind.JAXBElement<TransformationParametersType> createTransformationParameters(TransformationParametersType value)
Create an instance of JAXBElement<TransformationParametersType>}


createReference

public javax.xml.bind.JAXBElement<ReferenceType> createReference(ReferenceType value)
Create an instance of JAXBElement<ReferenceType>}


createNonce

public javax.xml.bind.JAXBElement<EncodedString> createNonce(EncodedString value)
Create an instance of JAXBElement<EncodedString>}


createPassword

public javax.xml.bind.JAXBElement<PasswordString> createPassword(PasswordString value)
Create an instance of JAXBElement<PasswordString>}


createKeyIdentifier

public javax.xml.bind.JAXBElement<KeyIdentifierType> createKeyIdentifier(KeyIdentifierType value)
Create an instance of JAXBElement<KeyIdentifierType>}


createEmbedded

public javax.xml.bind.JAXBElement<EmbeddedType> createEmbedded(EmbeddedType value)
Create an instance of JAXBElement<EmbeddedType>}


createSecurityTokenReference

public javax.xml.bind.JAXBElement<SecurityTokenReferenceType> createSecurityTokenReference(SecurityTokenReferenceType value)
Create an instance of JAXBElement<SecurityTokenReferenceType>}


Apache CXF API

Apache CXF