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