public class ObjectFactory extends DefaultJAXBContextImpl
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.
Modifier and Type | Field and Description |
---|---|
static GrammarInfo |
grammarInfo |
static Class |
version |
JAXB_CONTEXT_FACTORY
Constructor and Description |
---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.sun.identity.wsfederation.jaxb.wsaddr
|
Modifier and Type | Method and Description |
---|---|
ActionElement |
createActionElement()
Create an instance of ActionElement
|
AttributedQNameType |
createAttributedQNameType()
Create an instance of AttributedQNameType
|
AttributedUnsignedLongType |
createAttributedUnsignedLongType()
Create an instance of AttributedUnsignedLongType
|
AttributedURIType |
createAttributedURIType()
Create an instance of AttributedURIType
|
EndpointReferenceElement |
createEndpointReferenceElement()
Create an instance of EndpointReferenceElement
|
EndpointReferenceType |
createEndpointReferenceType()
Create an instance of EndpointReferenceType
|
FaultToElement |
createFaultToElement()
Create an instance of FaultToElement
|
FromElement |
createFromElement()
Create an instance of FromElement
|
MessageIDElement |
createMessageIDElement()
Create an instance of MessageIDElement
|
MetadataElement |
createMetadataElement()
Create an instance of MetadataElement
|
MetadataType |
createMetadataType()
Create an instance of MetadataType
|
ProblemActionElement |
createProblemActionElement()
Create an instance of ProblemActionElement
|
ProblemActionType |
createProblemActionType()
Create an instance of ProblemActionType
|
ProblemHeaderQNameElement |
createProblemHeaderQNameElement()
Create an instance of ProblemHeaderQNameElement
|
ProblemIRIElement |
createProblemIRIElement()
Create an instance of ProblemIRIElement
|
ReferenceParametersElement |
createReferenceParametersElement()
Create an instance of ReferenceParametersElement
|
ReferenceParametersType |
createReferenceParametersType()
Create an instance of ReferenceParametersType
|
RelatesToElement |
createRelatesToElement()
Create an instance of RelatesToElement
|
RelatesToType |
createRelatesToType()
Create an instance of RelatesToType
|
ReplyToElement |
createReplyToElement()
Create an instance of ReplyToElement
|
RetryAfterElement |
createRetryAfterElement()
Create an instance of RetryAfterElement
|
ToElement |
createToElement()
Create an instance of ToElement
|
Object |
getProperty(String name)
Get the specified property.
|
Object |
newInstance(Class javaContentInterface)
Create an instance of the specified Java content interface.
|
void |
setProperty(String name,
Object value)
Set the specified property.
|
createMarshaller, createUnmarshaller, createValidator, getGrammar, getGrammarInfo
createBinder, createBinder, createJAXBIntrospector, generateSchema, newInstance, newInstance, newInstance, newInstance, newInstance
public static final GrammarInfo grammarInfo
public static final Class version
public ObjectFactory()
public Object newInstance(Class javaContentInterface) throws JAXBException
newInstance
in class DefaultJAXBContextImpl
javaContentInterface
- the Class object of the javacontent interface to instantiateJAXBException
- if an error occurspublic Object getProperty(String name) throws PropertyException
getProperty
in class DefaultJAXBContextImpl
name
- the name of the property to retrievePropertyException
- when there is an error retrieving the given property or valuepublic void setProperty(String name, Object value) throws PropertyException
setProperty
in class DefaultJAXBContextImpl
name
- the name of the property to retrievevalue
- the value of the property to be setPropertyException
- when there is an error processing the given property or valuepublic ProblemActionType createProblemActionType() throws JAXBException
JAXBException
- if an error occurspublic MessageIDElement createMessageIDElement() throws JAXBException
JAXBException
- if an error occurspublic ReplyToElement createReplyToElement() throws JAXBException
JAXBException
- if an error occurspublic MetadataType createMetadataType() throws JAXBException
JAXBException
- if an error occurspublic RelatesToElement createRelatesToElement() throws JAXBException
JAXBException
- if an error occurspublic MetadataElement createMetadataElement() throws JAXBException
JAXBException
- if an error occurspublic ReferenceParametersType createReferenceParametersType() throws JAXBException
JAXBException
- if an error occurspublic FromElement createFromElement() throws JAXBException
JAXBException
- if an error occurspublic ReferenceParametersElement createReferenceParametersElement() throws JAXBException
JAXBException
- if an error occurspublic RetryAfterElement createRetryAfterElement() throws JAXBException
JAXBException
- if an error occurspublic ProblemIRIElement createProblemIRIElement() throws JAXBException
JAXBException
- if an error occurspublic EndpointReferenceType createEndpointReferenceType() throws JAXBException
JAXBException
- if an error occurspublic AttributedQNameType createAttributedQNameType() throws JAXBException
JAXBException
- if an error occurspublic RelatesToType createRelatesToType() throws JAXBException
JAXBException
- if an error occurspublic AttributedURIType createAttributedURIType() throws JAXBException
JAXBException
- if an error occurspublic ProblemActionElement createProblemActionElement() throws JAXBException
JAXBException
- if an error occurspublic FaultToElement createFaultToElement() throws JAXBException
JAXBException
- if an error occurspublic ToElement createToElement() throws JAXBException
JAXBException
- if an error occurspublic AttributedUnsignedLongType createAttributedUnsignedLongType() throws JAXBException
JAXBException
- if an error occurspublic ProblemHeaderQNameElement createProblemHeaderQNameElement() throws JAXBException
JAXBException
- if an error occurspublic EndpointReferenceElement createEndpointReferenceElement() throws JAXBException
JAXBException
- if an error occurspublic ActionElement createActionElement() throws JAXBException
JAXBException
- if an error occursCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.