Class EncryptWithDocument.Factory
java.lang.Object
org.oasisOpen.docs.wsSx.wsTrust.x200512.EncryptWithDocument.Factory
- Enclosing interface:
- EncryptWithDocument
A factory class with static methods for creating instances
of this type.
-
Method Summary
Modifier and TypeMethodDescriptionstatic EncryptWithDocumentstatic EncryptWithDocumentnewInstance(XmlOptions options) static org.apache.xmlbeans.xml.stream.XMLInputStreamnewValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) Deprecated.static org.apache.xmlbeans.xml.stream.XMLInputStreamnewValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options) Deprecated.XMLInputStreamstatic EncryptWithDocumentstatic EncryptWithDocumentparse(File file, XmlOptions options) static EncryptWithDocumentparse(InputStream is) static EncryptWithDocumentparse(InputStream is, XmlOptions options) static EncryptWithDocumentstatic EncryptWithDocumentparse(Reader r, XmlOptions options) static EncryptWithDocumentstatic EncryptWithDocumentparse(String xmlAsString, XmlOptions options) static EncryptWithDocumentstatic EncryptWithDocumentparse(URL u, XmlOptions options) static EncryptWithDocumentparse(XMLStreamReader sr) static EncryptWithDocumentparse(XMLStreamReader sr, XmlOptions options) static EncryptWithDocumentparse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) Deprecated.XMLInputStreamstatic EncryptWithDocumentparse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options) Deprecated.XMLInputStreamstatic EncryptWithDocumentstatic EncryptWithDocumentparse(Node node, XmlOptions options)
-
Method Details
-
newInstance
-
newInstance
-
parse
- Parameters:
xmlAsString- the string value to parse- Throws:
XmlException
-
parse
- Throws:
XmlException
-
parse
- Parameters:
file- the file from which to load an xml document- Throws:
XmlExceptionIOException
-
parse
public static EncryptWithDocument parse(File file, XmlOptions options) throws XmlException, IOException - Throws:
XmlExceptionIOException
-
parse
- Throws:
XmlExceptionIOException
-
parse
- Throws:
XmlExceptionIOException
-
parse
- Throws:
XmlExceptionIOException
-
parse
public static EncryptWithDocument parse(InputStream is, XmlOptions options) throws XmlException, IOException - Throws:
XmlExceptionIOException
-
parse
- Throws:
XmlExceptionIOException
-
parse
public static EncryptWithDocument parse(Reader r, XmlOptions options) throws XmlException, IOException - Throws:
XmlExceptionIOException
-
parse
- Throws:
XmlException
-
parse
- Throws:
XmlException
-
parse
- Throws:
XmlException
-
parse
- Throws:
XmlException
-
parse
public static EncryptWithDocument 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 EncryptWithDocument 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.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, XmlOptions options) throws XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException Deprecated.XMLInputStream- Throws:
XmlExceptionorg.apache.xmlbeans.xml.stream.XMLStreamException
-
XMLInputStream