Class 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 Detail

      • grammarInfo

        public static final GrammarInfo grammarInfo
      • version

        public static final Class version
    • Constructor Detail

      • ObjectFactory

        public 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 Detail

      • newInstance

        public Object newInstance​(Class javaContentInterface)
                           throws JAXBException
        Create an instance of the specified Java content interface.
        Overrides:
        newInstance in class DefaultJAXBContextImpl
        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 class DefaultJAXBContextImpl
        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 class DefaultJAXBContextImpl
        Parameters:
        name - the name of the property to retrieve
        value - 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