Uses of Interface
org.w3.x2003.x05.soapEnvelope.Envelope
-
Packages that use Envelope Package Description org.w3.x2003.x05.soapEnvelope org.w3.x2003.x05.soapEnvelope.impl -
-
Uses of Envelope in org.w3.x2003.x05.soapEnvelope
Methods in org.w3.x2003.x05.soapEnvelope that return Envelope Modifier and Type Method Description EnvelopeEnvelopeDocument. addNewEnvelope()Appends and returns a new empty "Envelope" elementEnvelopeEnvelopeDocument. getEnvelope()Gets the "Envelope" elementstatic EnvelopeEnvelope.Factory. newInstance()static EnvelopeEnvelope.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static EnvelopeEnvelope.Factory. parse(File file)static EnvelopeEnvelope.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static EnvelopeEnvelope.Factory. parse(InputStream is)static EnvelopeEnvelope.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static EnvelopeEnvelope.Factory. parse(Reader r)static EnvelopeEnvelope.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static EnvelopeEnvelope.Factory. parse(String xmlAsString)static EnvelopeEnvelope.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static EnvelopeEnvelope.Factory. parse(URL u)static EnvelopeEnvelope.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static EnvelopeEnvelope.Factory. parse(XMLStreamReader sr)static EnvelopeEnvelope.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static EnvelopeEnvelope.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic EnvelopeEnvelope.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic EnvelopeEnvelope.Factory. parse(Node node)static EnvelopeEnvelope.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.w3.x2003.x05.soapEnvelope with parameters of type Envelope Modifier and Type Method Description voidEnvelopeDocument. setEnvelope(Envelope envelope)Sets the "Envelope" element -
Uses of Envelope in org.w3.x2003.x05.soapEnvelope.impl
Classes in org.w3.x2003.x05.soapEnvelope.impl that implement Envelope Modifier and Type Class Description classEnvelopeImplAn XML Envelope(@http://www.w3.org/2003/05/soap-envelope).Methods in org.w3.x2003.x05.soapEnvelope.impl that return Envelope Modifier and Type Method Description EnvelopeEnvelopeDocumentImpl. addNewEnvelope()Appends and returns a new empty "Envelope" elementEnvelopeEnvelopeDocumentImpl. getEnvelope()Gets the "Envelope" elementMethods in org.w3.x2003.x05.soapEnvelope.impl with parameters of type Envelope Modifier and Type Method Description voidEnvelopeDocumentImpl. setEnvelope(Envelope envelope)Sets the "Envelope" element
-