Package | Description |
---|---|
org.xmlsoap.schemas.wsdl.mime | |
org.xmlsoap.schemas.wsdl.mime.impl |
Modifier and Type | Method and Description |
---|---|
TMimeXml |
MimeXmlDocument.addNewMimeXml()
Appends and returns a new empty "mimeXml" element
|
TMimeXml |
MimeXmlDocument.getMimeXml()
Gets the "mimeXml" element
|
static TMimeXml |
TMimeXml.Factory.newInstance() |
static TMimeXml |
TMimeXml.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static TMimeXml |
TMimeXml.Factory.parse(File file) |
static TMimeXml |
TMimeXml.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static TMimeXml |
TMimeXml.Factory.parse(InputStream is) |
static TMimeXml |
TMimeXml.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static TMimeXml |
TMimeXml.Factory.parse(Node node) |
static TMimeXml |
TMimeXml.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static TMimeXml |
TMimeXml.Factory.parse(Reader r) |
static TMimeXml |
TMimeXml.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static TMimeXml |
TMimeXml.Factory.parse(String xmlAsString) |
static TMimeXml |
TMimeXml.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static TMimeXml |
TMimeXml.Factory.parse(URL u) |
static TMimeXml |
TMimeXml.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static TMimeXml |
TMimeXml.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static TMimeXml |
TMimeXml.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static TMimeXml |
TMimeXml.Factory.parse(XMLStreamReader sr) |
static TMimeXml |
TMimeXml.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
MimeXmlDocument.setMimeXml(TMimeXml mimeXml)
Sets the "mimeXml" element
|
Modifier and Type | Class and Description |
---|---|
class |
TMimeXmlImpl
An XML tMimeXml(@http://schemas.xmlsoap.org/wsdl/mime/).
|
Modifier and Type | Method and Description |
---|---|
TMimeXml |
MimeXmlDocumentImpl.addNewMimeXml()
Appends and returns a new empty "mimeXml" element
|
TMimeXml |
MimeXmlDocumentImpl.getMimeXml()
Gets the "mimeXml" element
|
Modifier and Type | Method and Description |
---|---|
void |
MimeXmlDocumentImpl.setMimeXml(TMimeXml mimeXml)
Sets the "mimeXml" element
|
Copyright © 2019. All Rights Reserved.