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.entityconfig
|
Modifier and Type | Method and Description |
---|---|
AttributeElement |
createAttributeElement()
Create an instance of AttributeElement
|
AttributeType |
createAttributeType()
Create an instance of AttributeType
|
BaseConfigType |
createBaseConfigType()
Create an instance of BaseConfigType
|
FederationConfigElement |
createFederationConfigElement()
Create an instance of FederationConfigElement
|
FederationConfigType |
createFederationConfigType()
Create an instance of FederationConfigType
|
IDPSSOConfigElement |
createIDPSSOConfigElement()
Create an instance of IDPSSOConfigElement
|
SPSSOConfigElement |
createSPSSOConfigElement()
Create an instance of SPSSOConfigElement
|
ValueElement |
createValueElement()
Create an instance of ValueElement
|
ValueElement |
createValueElement(String value)
Create an instance of ValueElement
|
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 AttributeType createAttributeType() throws JAXBException
JAXBException
- if an error occurspublic AttributeElement createAttributeElement() throws JAXBException
JAXBException
- if an error occurspublic FederationConfigType createFederationConfigType() throws JAXBException
JAXBException
- if an error occurspublic SPSSOConfigElement createSPSSOConfigElement() throws JAXBException
JAXBException
- if an error occurspublic IDPSSOConfigElement createIDPSSOConfigElement() throws JAXBException
JAXBException
- if an error occurspublic FederationConfigElement createFederationConfigElement() throws JAXBException
JAXBException
- if an error occurspublic ValueElement createValueElement() throws JAXBException
JAXBException
- if an error occurspublic ValueElement createValueElement(String value) throws JAXBException
JAXBException
- if an error occurspublic BaseConfigType createBaseConfigType() throws JAXBException
JAXBException
- if an error occursCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.