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