Class DelegateToType.Factory
- java.lang.Object
-
- org.oasisOpen.docs.wsSx.wsTrust.x200512.DelegateToType.Factory
-
- Enclosing interface:
- DelegateToType
public static final class DelegateToType.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 DelegateToTypenewInstance()static DelegateToTypenewInstance(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, XmlOptions options)Deprecated.XMLInputStreamstatic DelegateToTypeparse(File file)static DelegateToTypeparse(File file, XmlOptions options)static DelegateToTypeparse(InputStream is)static DelegateToTypeparse(InputStream is, XmlOptions options)static DelegateToTypeparse(Reader r)static DelegateToTypeparse(Reader r, XmlOptions options)static DelegateToTypeparse(String xmlAsString)static DelegateToTypeparse(String xmlAsString, XmlOptions options)static DelegateToTypeparse(URL u)static DelegateToTypeparse(URL u, XmlOptions options)static DelegateToTypeparse(XMLStreamReader sr)static DelegateToTypeparse(XMLStreamReader sr, XmlOptions options)static DelegateToTypeparse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DelegateToTypeparse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic DelegateToTypeparse(Node node)static DelegateToTypeparse(Node node, XmlOptions options)
-
-
-
Method Detail
-
newInstance
public static DelegateToType newInstance()
-
newInstance
public static DelegateToType newInstance(XmlOptions options)
-
parse
public static DelegateToType parse(String xmlAsString) throws XmlException
- Parameters:
xmlAsString- the string value to parse- Throws:
XmlException
-
parse
public static DelegateToType parse(String xmlAsString, XmlOptions options) throws XmlException
- Throws:
XmlException
-
parse
public static DelegateToType parse(File file) throws XmlException, IOException
- Parameters:
file- the file from which to load an xml document- Throws:
XmlExceptionIOException
-
parse
public static DelegateToType parse(File file, XmlOptions options) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static DelegateToType parse(URL u) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static DelegateToType parse(URL u, XmlOptions options) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static DelegateToType parse(InputStream is) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static DelegateToType parse(InputStream is, XmlOptions options) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static DelegateToType parse(Reader r) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static DelegateToType parse(Reader r, XmlOptions options) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static DelegateToType parse(XMLStreamReader sr) throws XmlException
- Throws:
XmlException
-
parse
public static DelegateToType parse(XMLStreamReader sr, XmlOptions options) throws XmlException
- Throws:
XmlException
-
parse
public static DelegateToType parse(Node node) throws XmlException
- Throws:
XmlException
-
parse
public static DelegateToType parse(Node node, XmlOptions options) throws XmlException
- Throws:
XmlException
-
parse
public static DelegateToType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
Deprecated.XMLInputStream- Throws:
XmlExceptionorg.apache.xmlbeans.xml.stream.XMLStreamException
-
parse
public static DelegateToType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options) throws XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
Deprecated.XMLInputStream- Throws:
XmlExceptionorg.apache.xmlbeans.xml.stream.XMLStreamException
-
newValidatingXMLInputStream
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws XmlException, org.apache.xmlbeans.xml.stream.XMLStreamExceptionDeprecated.XMLInputStream- Throws:
XmlExceptionorg.apache.xmlbeans.xml.stream.XMLStreamException
-
newValidatingXMLInputStream
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options) throws XmlException, org.apache.xmlbeans.xml.stream.XMLStreamExceptionDeprecated.XMLInputStream- Throws:
XmlExceptionorg.apache.xmlbeans.xml.stream.XMLStreamException
-
-