Package org.oasisOpen.docs.wsn.b2
Class MultipleTopicsSpecifiedFaultType.Factory
- java.lang.Object
-
- org.oasisOpen.docs.wsn.b2.MultipleTopicsSpecifiedFaultType.Factory
-
- Enclosing interface:
- MultipleTopicsSpecifiedFaultType
public static final class MultipleTopicsSpecifiedFaultType.Factory extends Object
A factory class with static methods for creating instances of this type.
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static MultipleTopicsSpecifiedFaultTypenewInstance()static MultipleTopicsSpecifiedFaultTypenewInstance(org.apache.xmlbeans.XmlOptions options)static org.apache.xmlbeans.xml.stream.XMLInputStreamnewValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic org.apache.xmlbeans.xml.stream.XMLInputStreamnewValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic MultipleTopicsSpecifiedFaultTypeparse(File file)static MultipleTopicsSpecifiedFaultTypeparse(File file, org.apache.xmlbeans.XmlOptions options)static MultipleTopicsSpecifiedFaultTypeparse(InputStream is)static MultipleTopicsSpecifiedFaultTypeparse(InputStream is, org.apache.xmlbeans.XmlOptions options)static MultipleTopicsSpecifiedFaultTypeparse(Reader r)static MultipleTopicsSpecifiedFaultTypeparse(Reader r, org.apache.xmlbeans.XmlOptions options)static MultipleTopicsSpecifiedFaultTypeparse(String xmlAsString)static MultipleTopicsSpecifiedFaultTypeparse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static MultipleTopicsSpecifiedFaultTypeparse(URL u)static MultipleTopicsSpecifiedFaultTypeparse(URL u, org.apache.xmlbeans.XmlOptions options)static MultipleTopicsSpecifiedFaultTypeparse(XMLStreamReader sr)static MultipleTopicsSpecifiedFaultTypeparse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static MultipleTopicsSpecifiedFaultTypeparse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic MultipleTopicsSpecifiedFaultTypeparse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic MultipleTopicsSpecifiedFaultTypeparse(Node node)static MultipleTopicsSpecifiedFaultTypeparse(Node node, org.apache.xmlbeans.XmlOptions options)
-
-
-
Method Detail
-
newInstance
public static MultipleTopicsSpecifiedFaultType newInstance()
-
newInstance
public static MultipleTopicsSpecifiedFaultType newInstance(org.apache.xmlbeans.XmlOptions options)
-
parse
public static MultipleTopicsSpecifiedFaultType parse(String xmlAsString) throws org.apache.xmlbeans.XmlException
- Parameters:
xmlAsString- the string value to parse- Throws:
org.apache.xmlbeans.XmlException
-
parse
public static MultipleTopicsSpecifiedFaultType parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException
- Throws:
org.apache.xmlbeans.XmlException
-
parse
public static MultipleTopicsSpecifiedFaultType parse(File file) throws org.apache.xmlbeans.XmlException, IOException
- Parameters:
file- the file from which to load an xml document- Throws:
org.apache.xmlbeans.XmlExceptionIOException
-
parse
public static MultipleTopicsSpecifiedFaultType parse(File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
- Throws:
org.apache.xmlbeans.XmlExceptionIOException
-
parse
public static MultipleTopicsSpecifiedFaultType parse(URL u) throws org.apache.xmlbeans.XmlException, IOException
- Throws:
org.apache.xmlbeans.XmlExceptionIOException
-
parse
public static MultipleTopicsSpecifiedFaultType parse(URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
- Throws:
org.apache.xmlbeans.XmlExceptionIOException
-
parse
public static MultipleTopicsSpecifiedFaultType parse(InputStream is) throws org.apache.xmlbeans.XmlException, IOException
- Throws:
org.apache.xmlbeans.XmlExceptionIOException
-
parse
public static MultipleTopicsSpecifiedFaultType parse(InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
- Throws:
org.apache.xmlbeans.XmlExceptionIOException
-
parse
public static MultipleTopicsSpecifiedFaultType parse(Reader r) throws org.apache.xmlbeans.XmlException, IOException
- Throws:
org.apache.xmlbeans.XmlExceptionIOException
-
parse
public static MultipleTopicsSpecifiedFaultType parse(Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
- Throws:
org.apache.xmlbeans.XmlExceptionIOException
-
parse
public static MultipleTopicsSpecifiedFaultType parse(XMLStreamReader sr) throws org.apache.xmlbeans.XmlException
- Throws:
org.apache.xmlbeans.XmlException
-
parse
public static MultipleTopicsSpecifiedFaultType parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException
- Throws:
org.apache.xmlbeans.XmlException
-
parse
public static MultipleTopicsSpecifiedFaultType parse(Node node) throws org.apache.xmlbeans.XmlException
- Throws:
org.apache.xmlbeans.XmlException
-
parse
public static MultipleTopicsSpecifiedFaultType parse(Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException
- Throws:
org.apache.xmlbeans.XmlException
-
parse
public static MultipleTopicsSpecifiedFaultType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
Deprecated.XMLInputStream- Throws:
org.apache.xmlbeans.XmlExceptionorg.apache.xmlbeans.xml.stream.XMLStreamException
-
parse
public static MultipleTopicsSpecifiedFaultType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
Deprecated.XMLInputStream- Throws:
org.apache.xmlbeans.XmlExceptionorg.apache.xmlbeans.xml.stream.XMLStreamException
-
newValidatingXMLInputStream
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamExceptionDeprecated.XMLInputStream- Throws:
org.apache.xmlbeans.XmlExceptionorg.apache.xmlbeans.xml.stream.XMLStreamException
-
newValidatingXMLInputStream
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamExceptionDeprecated.XMLInputStream- Throws:
org.apache.xmlbeans.XmlExceptionorg.apache.xmlbeans.xml.stream.XMLStreamException
-
-