Package | Description |
---|---|
org.w3.x2003.x05.soapEnvelope | |
org.w3.x2003.x05.soapEnvelope.impl |
Modifier and Type | Method and Description |
---|---|
Envelope |
EnvelopeDocument.addNewEnvelope()
Appends and returns a new empty "Envelope" element
|
Envelope |
EnvelopeDocument.getEnvelope()
Gets the "Envelope" element
|
static Envelope |
Envelope.Factory.newInstance() |
static Envelope |
Envelope.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static Envelope |
Envelope.Factory.parse(File file) |
static Envelope |
Envelope.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static Envelope |
Envelope.Factory.parse(InputStream is) |
static Envelope |
Envelope.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static Envelope |
Envelope.Factory.parse(Node node) |
static Envelope |
Envelope.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static Envelope |
Envelope.Factory.parse(Reader r) |
static Envelope |
Envelope.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static Envelope |
Envelope.Factory.parse(String xmlAsString) |
static Envelope |
Envelope.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static Envelope |
Envelope.Factory.parse(URL u) |
static Envelope |
Envelope.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static Envelope |
Envelope.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static Envelope |
Envelope.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static Envelope |
Envelope.Factory.parse(XMLStreamReader sr) |
static Envelope |
Envelope.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
EnvelopeDocument.setEnvelope(Envelope envelope)
Sets the "Envelope" element
|
Modifier and Type | Class and Description |
---|---|
class |
EnvelopeImpl
An XML Envelope(@http://www.w3.org/2003/05/soap-envelope).
|
Modifier and Type | Method and Description |
---|---|
Envelope |
EnvelopeDocumentImpl.addNewEnvelope()
Appends and returns a new empty "Envelope" element
|
Envelope |
EnvelopeDocumentImpl.getEnvelope()
Gets the "Envelope" element
|
Modifier and Type | Method and Description |
---|---|
void |
EnvelopeDocumentImpl.setEnvelope(Envelope envelope)
Sets the "Envelope" element
|
Copyright © 2019. All Rights Reserved.