|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Envelope | |
|---|---|
| org.xmlsoap.schemas.soap.envelope | |
| org.xmlsoap.schemas.soap.envelope.impl | |
| Uses of Envelope in org.xmlsoap.schemas.soap.envelope |
|---|
| Methods in org.xmlsoap.schemas.soap.envelope that return Envelope | |
|---|---|
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(java.io.File file)
|
static Envelope |
Envelope.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options)
|
static Envelope |
Envelope.Factory.parse(java.io.InputStream is)
|
static Envelope |
Envelope.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static Envelope |
Envelope.Factory.parse(org.w3c.dom.Node node)
|
static Envelope |
Envelope.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
|
static Envelope |
Envelope.Factory.parse(java.io.Reader r)
|
static Envelope |
Envelope.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static Envelope |
Envelope.Factory.parse(java.lang.String xmlAsString)
|
static Envelope |
Envelope.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static Envelope |
Envelope.Factory.parse(java.net.URL u)
|
static Envelope |
Envelope.Factory.parse(java.net.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(javax.xml.stream.XMLStreamReader sr)
|
static Envelope |
Envelope.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
| Methods in org.xmlsoap.schemas.soap.envelope with parameters of type Envelope | |
|---|---|
void |
EnvelopeDocument.setEnvelope(Envelope envelope)
Sets the "Envelope" element |
| Uses of Envelope in org.xmlsoap.schemas.soap.envelope.impl |
|---|
| Classes in org.xmlsoap.schemas.soap.envelope.impl that implement Envelope | |
|---|---|
class |
EnvelopeImpl
An XML Envelope(@http://schemas.xmlsoap.org/soap/envelope/). |
| Methods in org.xmlsoap.schemas.soap.envelope.impl that return Envelope | |
|---|---|
Envelope |
EnvelopeDocumentImpl.addNewEnvelope()
Appends and returns a new empty "Envelope" element |
Envelope |
EnvelopeDocumentImpl.getEnvelope()
Gets the "Envelope" element |
| Methods in org.xmlsoap.schemas.soap.envelope.impl with parameters of type Envelope | |
|---|---|
void |
EnvelopeDocumentImpl.setEnvelope(Envelope envelope)
Sets the "Envelope" element |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||