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 ofAttributedStringCreate an instance ofBinarySecurityTokenTypecreateEmbedded(EmbeddedType value) Create an instance ofEmbeddedTypeCreate an instance ofEncodedStringCreate an instance ofKeyIdentifierTypecreateNonce(EncodedString value) createPassword(PasswordString value) Create an instance ofPasswordStringcreateReference(ReferenceType value) Create an instance ofReferenceTypecreateSecurity(SecurityHeaderType value) Create an instance ofSecurityHeaderTypeCreate an instance ofSecurityTokenReferenceTypeCreate an instance ofTransformationParametersTypeCreate 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 JAXBElement<BinarySecurityTokenType> createBinarySecurityToken(BinarySecurityTokenType value) -
createKeyIdentifier
-
createUsernameToken
-
createSecurity
-
createTransformationParameters
public JAXBElement<TransformationParametersType> createTransformationParameters(TransformationParametersType value) -
createReference
-
createNonce
-
createPassword
-
createEmbedded
-
createSecurityTokenReference
public JAXBElement<SecurityTokenReferenceType> createSecurityTokenReference(SecurityTokenReferenceType value)
-