Uses of Interface
org.xmlsoap.schemas.soap.envelope.EnvelopeDocument

Packages that use EnvelopeDocument
org.xmlsoap.schemas.soap.envelope   
org.xmlsoap.schemas.soap.envelope.impl   
 

Uses of EnvelopeDocument in org.xmlsoap.schemas.soap.envelope
 

Methods in org.xmlsoap.schemas.soap.envelope that return EnvelopeDocument
static EnvelopeDocument EnvelopeDocument.Factory.newInstance()
           
static EnvelopeDocument EnvelopeDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static EnvelopeDocument EnvelopeDocument.Factory.parse(java.io.File file)
           
static EnvelopeDocument EnvelopeDocument.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static EnvelopeDocument EnvelopeDocument.Factory.parse(java.io.InputStream is)
           
static EnvelopeDocument EnvelopeDocument.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static EnvelopeDocument EnvelopeDocument.Factory.parse(org.w3c.dom.Node node)
           
static EnvelopeDocument EnvelopeDocument.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static EnvelopeDocument EnvelopeDocument.Factory.parse(java.io.Reader r)
           
static EnvelopeDocument EnvelopeDocument.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static EnvelopeDocument EnvelopeDocument.Factory.parse(java.lang.String xmlAsString)
           
static EnvelopeDocument EnvelopeDocument.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static EnvelopeDocument EnvelopeDocument.Factory.parse(java.net.URL u)
           
static EnvelopeDocument EnvelopeDocument.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static EnvelopeDocument EnvelopeDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static EnvelopeDocument EnvelopeDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static EnvelopeDocument EnvelopeDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static EnvelopeDocument EnvelopeDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of EnvelopeDocument in org.xmlsoap.schemas.soap.envelope.impl
 

Classes in org.xmlsoap.schemas.soap.envelope.impl that implement EnvelopeDocument
 class EnvelopeDocumentImpl
          A document containing one Envelope(@http://schemas.xmlsoap.org/soap/envelope/) element.
 



Copyright © 2009. All Rights Reserved.