Package org.apache.wss4j.binding.wss10
Class ObjectFactory
- java.lang.Object
-
- org.apache.wss4j.binding.wss10.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.wss4j.binding.wss10 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
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.wss4j.binding.wss10
-
Method Summary
-
-
-
Method Detail
-
createUsernameTokenType
public UsernameTokenType createUsernameTokenType()
Create an instance ofUsernameTokenType
-
createBinarySecurityTokenType
public BinarySecurityTokenType createBinarySecurityTokenType()
Create an instance ofBinarySecurityTokenType
-
createReferenceType
public ReferenceType createReferenceType()
Create an instance ofReferenceType
-
createEmbeddedType
public EmbeddedType createEmbeddedType()
Create an instance ofEmbeddedType
-
createKeyIdentifierType
public KeyIdentifierType createKeyIdentifierType()
Create an instance ofKeyIdentifierType
-
createSecurityTokenReferenceType
public SecurityTokenReferenceType createSecurityTokenReferenceType()
Create an instance ofSecurityTokenReferenceType
-
createSecurityHeaderType
public SecurityHeaderType createSecurityHeaderType()
Create an instance ofSecurityHeaderType
-
createTransformationParametersType
public TransformationParametersType createTransformationParametersType()
Create an instance ofTransformationParametersType
-
createPasswordString
public PasswordString createPasswordString()
Create an instance ofPasswordString
-
createEncodedString
public EncodedString createEncodedString()
Create an instance ofEncodedString
-
createAttributedString
public AttributedString createAttributedString()
Create an instance ofAttributedString
-
createUsernameToken
public jakarta.xml.bind.JAXBElement<UsernameTokenType> createUsernameToken(UsernameTokenType value)
-
createBinarySecurityToken
public jakarta.xml.bind.JAXBElement<BinarySecurityTokenType> createBinarySecurityToken(BinarySecurityTokenType value)
-
createReference
public jakarta.xml.bind.JAXBElement<ReferenceType> createReference(ReferenceType value)
-
createEmbedded
public jakarta.xml.bind.JAXBElement<EmbeddedType> createEmbedded(EmbeddedType value)
-
createKeyIdentifier
public jakarta.xml.bind.JAXBElement<KeyIdentifierType> createKeyIdentifier(KeyIdentifierType value)
-
createSecurityTokenReference
public jakarta.xml.bind.JAXBElement<SecurityTokenReferenceType> createSecurityTokenReference(SecurityTokenReferenceType value)
-
createSecurity
public jakarta.xml.bind.JAXBElement<SecurityHeaderType> createSecurity(SecurityHeaderType value)
-
createTransformationParameters
public jakarta.xml.bind.JAXBElement<TransformationParametersType> createTransformationParameters(TransformationParametersType value)
-
createPassword
public jakarta.xml.bind.JAXBElement<PasswordString> createPassword(PasswordString value)
-
createNonce
public jakarta.xml.bind.JAXBElement<EncodedString> createNonce(EncodedString value)
-
-