Class ObjectFactory
- java.lang.Object
-
- javax.xml.bind.JAXBContext
-
- com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.DefaultJAXBContextImpl
-
- com.sun.identity.wsfederation.jaxb.wsaddr.ObjectFactory
-
public class ObjectFactory extends DefaultJAXBContextImpl
This object contains factory methods for each Java content interface and Java element interface generated in the com.sun.identity.wsfederation.jaxb.wsaddr 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.
-
-
Field Summary
Fields Modifier and Type Field Description static GrammarInfo
grammarInfo
static Class
version
-
Fields inherited from class javax.xml.bind.JAXBContext
JAXB_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor 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
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionElement
createActionElement()
Create an instance of ActionElementAttributedQNameType
createAttributedQNameType()
Create an instance of AttributedQNameTypeAttributedUnsignedLongType
createAttributedUnsignedLongType()
Create an instance of AttributedUnsignedLongTypeAttributedURIType
createAttributedURIType()
Create an instance of AttributedURITypeEndpointReferenceElement
createEndpointReferenceElement()
Create an instance of EndpointReferenceElementEndpointReferenceType
createEndpointReferenceType()
Create an instance of EndpointReferenceTypeFaultToElement
createFaultToElement()
Create an instance of FaultToElementFromElement
createFromElement()
Create an instance of FromElementMessageIDElement
createMessageIDElement()
Create an instance of MessageIDElementMetadataElement
createMetadataElement()
Create an instance of MetadataElementMetadataType
createMetadataType()
Create an instance of MetadataTypeProblemActionElement
createProblemActionElement()
Create an instance of ProblemActionElementProblemActionType
createProblemActionType()
Create an instance of ProblemActionTypeProblemHeaderQNameElement
createProblemHeaderQNameElement()
Create an instance of ProblemHeaderQNameElementProblemIRIElement
createProblemIRIElement()
Create an instance of ProblemIRIElementReferenceParametersElement
createReferenceParametersElement()
Create an instance of ReferenceParametersElementReferenceParametersType
createReferenceParametersType()
Create an instance of ReferenceParametersTypeRelatesToElement
createRelatesToElement()
Create an instance of RelatesToElementRelatesToType
createRelatesToType()
Create an instance of RelatesToTypeReplyToElement
createReplyToElement()
Create an instance of ReplyToElementRetryAfterElement
createRetryAfterElement()
Create an instance of RetryAfterElementToElement
createToElement()
Create an instance of ToElementObject
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.-
Methods inherited from class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.DefaultJAXBContextImpl
createMarshaller, createUnmarshaller, createValidator, getGrammar, getGrammarInfo
-
Methods inherited from class javax.xml.bind.JAXBContext
createBinder, createBinder, createJAXBIntrospector, generateSchema, newInstance, newInstance, newInstance, newInstance, newInstance
-
-
-
-
Field Detail
-
grammarInfo
public static final GrammarInfo grammarInfo
-
version
public static final Class version
-
-
Method Detail
-
newInstance
public Object newInstance(Class javaContentInterface) throws JAXBException
Create an instance of the specified Java content interface.- Overrides:
newInstance
in classDefaultJAXBContextImpl
- Parameters:
javaContentInterface
- the Class object of the javacontent interface to instantiate- Returns:
- a new instance
- Throws:
JAXBException
- if an error occurs
-
getProperty
public Object getProperty(String name) throws PropertyException
Get the specified property. This method can only be used to get provider specific properties. Attempting to get an undefined property will result in a PropertyException being thrown.- Overrides:
getProperty
in classDefaultJAXBContextImpl
- Parameters:
name
- the name of the property to retrieve- Returns:
- the value of the requested property
- Throws:
PropertyException
- when there is an error retrieving the given property or value
-
setProperty
public void setProperty(String name, Object value) throws PropertyException
Set the specified property. This method can only be used to set provider specific properties. Attempting to set an undefined property will result in a PropertyException being thrown.- Overrides:
setProperty
in classDefaultJAXBContextImpl
- Parameters:
name
- the name of the property to retrievevalue
- the value of the property to be set- Throws:
PropertyException
- when there is an error processing the given property or value
-
createProblemActionType
public ProblemActionType createProblemActionType() throws JAXBException
Create an instance of ProblemActionType- Throws:
JAXBException
- if an error occurs
-
createMessageIDElement
public MessageIDElement createMessageIDElement() throws JAXBException
Create an instance of MessageIDElement- Throws:
JAXBException
- if an error occurs
-
createReplyToElement
public ReplyToElement createReplyToElement() throws JAXBException
Create an instance of ReplyToElement- Throws:
JAXBException
- if an error occurs
-
createMetadataType
public MetadataType createMetadataType() throws JAXBException
Create an instance of MetadataType- Throws:
JAXBException
- if an error occurs
-
createRelatesToElement
public RelatesToElement createRelatesToElement() throws JAXBException
Create an instance of RelatesToElement- Throws:
JAXBException
- if an error occurs
-
createMetadataElement
public MetadataElement createMetadataElement() throws JAXBException
Create an instance of MetadataElement- Throws:
JAXBException
- if an error occurs
-
createReferenceParametersType
public ReferenceParametersType createReferenceParametersType() throws JAXBException
Create an instance of ReferenceParametersType- Throws:
JAXBException
- if an error occurs
-
createFromElement
public FromElement createFromElement() throws JAXBException
Create an instance of FromElement- Throws:
JAXBException
- if an error occurs
-
createReferenceParametersElement
public ReferenceParametersElement createReferenceParametersElement() throws JAXBException
Create an instance of ReferenceParametersElement- Throws:
JAXBException
- if an error occurs
-
createRetryAfterElement
public RetryAfterElement createRetryAfterElement() throws JAXBException
Create an instance of RetryAfterElement- Throws:
JAXBException
- if an error occurs
-
createProblemIRIElement
public ProblemIRIElement createProblemIRIElement() throws JAXBException
Create an instance of ProblemIRIElement- Throws:
JAXBException
- if an error occurs
-
createEndpointReferenceType
public EndpointReferenceType createEndpointReferenceType() throws JAXBException
Create an instance of EndpointReferenceType- Throws:
JAXBException
- if an error occurs
-
createAttributedQNameType
public AttributedQNameType createAttributedQNameType() throws JAXBException
Create an instance of AttributedQNameType- Throws:
JAXBException
- if an error occurs
-
createRelatesToType
public RelatesToType createRelatesToType() throws JAXBException
Create an instance of RelatesToType- Throws:
JAXBException
- if an error occurs
-
createAttributedURIType
public AttributedURIType createAttributedURIType() throws JAXBException
Create an instance of AttributedURIType- Throws:
JAXBException
- if an error occurs
-
createProblemActionElement
public ProblemActionElement createProblemActionElement() throws JAXBException
Create an instance of ProblemActionElement- Throws:
JAXBException
- if an error occurs
-
createFaultToElement
public FaultToElement createFaultToElement() throws JAXBException
Create an instance of FaultToElement- Throws:
JAXBException
- if an error occurs
-
createToElement
public ToElement createToElement() throws JAXBException
Create an instance of ToElement- Throws:
JAXBException
- if an error occurs
-
createAttributedUnsignedLongType
public AttributedUnsignedLongType createAttributedUnsignedLongType() throws JAXBException
Create an instance of AttributedUnsignedLongType- Throws:
JAXBException
- if an error occurs
-
createProblemHeaderQNameElement
public ProblemHeaderQNameElement createProblemHeaderQNameElement() throws JAXBException
Create an instance of ProblemHeaderQNameElement- Throws:
JAXBException
- if an error occurs
-
createEndpointReferenceElement
public EndpointReferenceElement createEndpointReferenceElement() throws JAXBException
Create an instance of EndpointReferenceElement- Throws:
JAXBException
- if an error occurs
-
createActionElement
public ActionElement createActionElement() throws JAXBException
Create an instance of ActionElement- Throws:
JAXBException
- if an error occurs
-
-