Class EncryptWithDocument.Factory
- java.lang.Object
-
- org.oasisOpen.docs.wsSx.wsTrust.x200512.EncryptWithDocument.Factory
-
- Enclosing interface:
- EncryptWithDocument
public static final class EncryptWithDocument.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 EncryptWithDocumentnewInstance()static EncryptWithDocumentnewInstance(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 EncryptWithDocumentparse(File file)static EncryptWithDocumentparse(File file, XmlOptions options)static EncryptWithDocumentparse(InputStream is)static EncryptWithDocumentparse(InputStream is, XmlOptions options)static EncryptWithDocumentparse(Reader r)static EncryptWithDocumentparse(Reader r, XmlOptions options)static EncryptWithDocumentparse(String xmlAsString)static EncryptWithDocumentparse(String xmlAsString, XmlOptions options)static EncryptWithDocumentparse(URL u)static 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 EncryptWithDocumentparse(Node node)static EncryptWithDocumentparse(Node node, XmlOptions options)
-
-
-
Method Detail
-
newInstance
public static EncryptWithDocument newInstance()
-
newInstance
public static EncryptWithDocument newInstance(XmlOptions options)
-
parse
public static EncryptWithDocument parse(String xmlAsString) throws XmlException
- Parameters:
xmlAsString- the string value to parse- Throws:
XmlException
-
parse
public static EncryptWithDocument parse(String xmlAsString, XmlOptions options) throws XmlException
- Throws:
XmlException
-
parse
public static EncryptWithDocument parse(File file) throws XmlException, IOException
- 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
public static EncryptWithDocument parse(URL u) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static EncryptWithDocument parse(URL u, XmlOptions options) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static EncryptWithDocument parse(InputStream is) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static EncryptWithDocument parse(InputStream is, XmlOptions options) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static EncryptWithDocument parse(Reader r) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static EncryptWithDocument parse(Reader r, XmlOptions options) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static EncryptWithDocument parse(XMLStreamReader sr) throws XmlException
- Throws:
XmlException
-
parse
public static EncryptWithDocument parse(XMLStreamReader sr, XmlOptions options) throws XmlException
- Throws:
XmlException
-
parse
public static EncryptWithDocument parse(Node node) throws XmlException
- Throws:
XmlException
-
parse
public static EncryptWithDocument parse(Node node, XmlOptions options) throws XmlException
- 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.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
-
-