Package com.sun.xml.ws.security.secext10
Class ObjectFactory
java.lang.Object
com.sun.xml.ws.security.secext10.ObjectFactory
- Direct Known Subclasses:
ObjectFactory
,ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the com.sun.xml.ws.security.secext10 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
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.sun.xml.ws.security.secext10 -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofAttributedString
javax.xml.bind.JAXBElement<BinarySecurityTokenType>
Create an instance ofBinarySecurityTokenType
javax.xml.bind.JAXBElement<EmbeddedType>
createEmbedded
(EmbeddedType value) Create an instance ofEmbeddedType
Create an instance ofEncodedString
javax.xml.bind.JAXBElement<KeyIdentifierType>
Create an instance ofKeyIdentifierType
javax.xml.bind.JAXBElement<EncodedString>
createNonce
(EncodedString value) javax.xml.bind.JAXBElement<PasswordString>
createPassword
(PasswordString value) Create an instance ofPasswordString
javax.xml.bind.JAXBElement<ReferenceType>
createReference
(ReferenceType value) Create an instance ofReferenceType
javax.xml.bind.JAXBElement<SecurityHeaderType>
createSecurity
(SecurityHeaderType value) Create an instance ofSecurityHeaderType
javax.xml.bind.JAXBElement<SecurityTokenReferenceType>
Create an instance ofSecurityTokenReferenceType
javax.xml.bind.JAXBElement<TransformationParametersType>
Create an instance ofTransformationParametersType
javax.xml.bind.JAXBElement<UsernameTokenType>
Create an instance ofUsernameTokenType
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.sun.xml.ws.security.secext10
-
-
Method Details
-
createAttributedString
Create an instance ofAttributedString
-
createPasswordString
Create an instance ofPasswordString
-
createUsernameTokenType
Create an instance ofUsernameTokenType
-
createEncodedString
Create an instance ofEncodedString
-
createEmbeddedType
Create an instance ofEmbeddedType
-
createSecurityTokenReferenceType
Create an instance ofSecurityTokenReferenceType
-
createTransformationParametersType
Create an instance ofTransformationParametersType
-
createBinarySecurityTokenType
Create an instance ofBinarySecurityTokenType
-
createKeyIdentifierType
Create an instance ofKeyIdentifierType
-
createSecurityHeaderType
Create an instance ofSecurityHeaderType
-
createReferenceType
Create an instance ofReferenceType
-
createBinarySecurityToken
public javax.xml.bind.JAXBElement<BinarySecurityTokenType> createBinarySecurityToken(BinarySecurityTokenType value) -
createKeyIdentifier
-
createUsernameToken
-
createSecurity
-
createTransformationParameters
public javax.xml.bind.JAXBElement<TransformationParametersType> createTransformationParameters(TransformationParametersType value) -
createReference
-
createNonce
-
createPassword
-
createEmbedded
-
createSecurityTokenReference
public javax.xml.bind.JAXBElement<SecurityTokenReferenceType> createSecurityTokenReference(SecurityTokenReferenceType value)
-