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