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 GrammarInfogrammarInfostatic Classversion-
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 ActionElementcreateActionElement()Create an instance of ActionElementAttributedQNameTypecreateAttributedQNameType()Create an instance of AttributedQNameTypeAttributedUnsignedLongTypecreateAttributedUnsignedLongType()Create an instance of AttributedUnsignedLongTypeAttributedURITypecreateAttributedURIType()Create an instance of AttributedURITypeEndpointReferenceElementcreateEndpointReferenceElement()Create an instance of EndpointReferenceElementEndpointReferenceTypecreateEndpointReferenceType()Create an instance of EndpointReferenceTypeFaultToElementcreateFaultToElement()Create an instance of FaultToElementFromElementcreateFromElement()Create an instance of FromElementMessageIDElementcreateMessageIDElement()Create an instance of MessageIDElementMetadataElementcreateMetadataElement()Create an instance of MetadataElementMetadataTypecreateMetadataType()Create an instance of MetadataTypeProblemActionElementcreateProblemActionElement()Create an instance of ProblemActionElementProblemActionTypecreateProblemActionType()Create an instance of ProblemActionTypeProblemHeaderQNameElementcreateProblemHeaderQNameElement()Create an instance of ProblemHeaderQNameElementProblemIRIElementcreateProblemIRIElement()Create an instance of ProblemIRIElementReferenceParametersElementcreateReferenceParametersElement()Create an instance of ReferenceParametersElementReferenceParametersTypecreateReferenceParametersType()Create an instance of ReferenceParametersTypeRelatesToElementcreateRelatesToElement()Create an instance of RelatesToElementRelatesToTypecreateRelatesToType()Create an instance of RelatesToTypeReplyToElementcreateReplyToElement()Create an instance of ReplyToElementRetryAfterElementcreateRetryAfterElement()Create an instance of RetryAfterElementToElementcreateToElement()Create an instance of ToElementObjectgetProperty(String name)Get the specified property.ObjectnewInstance(Class javaContentInterface)Create an instance of the specified Java content interface.voidsetProperty(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:
newInstancein 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:
getPropertyin 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:
setPropertyin 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
-
-