public class ObjectFactory extends Object
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 and Description |
---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.wss4j.binding.wssc200502
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<DerivedKeyTokenType> |
createDerivedKeyToken(DerivedKeyTokenType value)
|
DerivedKeyTokenType |
createDerivedKeyTokenType()
Create an instance of
DerivedKeyTokenType |
JAXBElement<String> |
createIdentifier(String value)
|
JAXBElement<String> |
createInstance(String value)
|
JAXBElement<String> |
createLabel(String value)
|
JAXBElement<String> |
createName(String value)
|
JAXBElement<byte[]> |
createNonce(byte[] value)
|
PropertiesType |
createPropertiesType()
Create an instance of
PropertiesType |
JAXBElement<SecurityContextTokenType> |
createSecurityContextToken(SecurityContextTokenType value)
|
SecurityContextTokenType |
createSecurityContextTokenType()
Create an instance of
SecurityContextTokenType |
public ObjectFactory()
public DerivedKeyTokenType createDerivedKeyTokenType()
DerivedKeyTokenType
public SecurityContextTokenType createSecurityContextTokenType()
SecurityContextTokenType
public PropertiesType createPropertiesType()
PropertiesType
public JAXBElement<byte[]> createNonce(byte[] value)
public JAXBElement<String> createLabel(String value)
public JAXBElement<DerivedKeyTokenType> createDerivedKeyToken(DerivedKeyTokenType value)
public JAXBElement<String> createName(String value)
public JAXBElement<String> createIdentifier(String value)
public JAXBElement<SecurityContextTokenType> createSecurityContextToken(SecurityContextTokenType value)
public JAXBElement<String> createInstance(String value)
Copyright © 2017 JBoss by Red Hat. All rights reserved.