Uses of Interface
org.w3.x2003.x05.soapEnvelope.Body
-
Packages that use Body Package Description org.w3.x2003.x05.soapEnvelope org.w3.x2003.x05.soapEnvelope.impl -
-
Uses of Body in org.w3.x2003.x05.soapEnvelope
Methods in org.w3.x2003.x05.soapEnvelope that return Body Modifier and Type Method Description BodyBodyDocument. addNewBody()Appends and returns a new empty "Body" elementBodyEnvelope. addNewBody()Appends and returns a new empty "Body" elementBodyBodyDocument. getBody()Gets the "Body" elementBodyEnvelope. getBody()Gets the "Body" elementstatic BodyBody.Factory. newInstance()static BodyBody.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static BodyBody.Factory. parse(File file)static BodyBody.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static BodyBody.Factory. parse(InputStream is)static BodyBody.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static BodyBody.Factory. parse(Reader r)static BodyBody.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static BodyBody.Factory. parse(String xmlAsString)static BodyBody.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static BodyBody.Factory. parse(URL u)static BodyBody.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static BodyBody.Factory. parse(XMLStreamReader sr)static BodyBody.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static BodyBody.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic BodyBody.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic BodyBody.Factory. parse(Node node)static BodyBody.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.w3.x2003.x05.soapEnvelope with parameters of type Body Modifier and Type Method Description voidBodyDocument. setBody(Body body)Sets the "Body" elementvoidEnvelope. setBody(Body body)Sets the "Body" element -
Uses of Body in org.w3.x2003.x05.soapEnvelope.impl
Classes in org.w3.x2003.x05.soapEnvelope.impl that implement Body Modifier and Type Class Description classBodyImplAn XML Body(@http://www.w3.org/2003/05/soap-envelope).Methods in org.w3.x2003.x05.soapEnvelope.impl that return Body Modifier and Type Method Description BodyBodyDocumentImpl. addNewBody()Appends and returns a new empty "Body" elementBodyEnvelopeImpl. addNewBody()Appends and returns a new empty "Body" elementBodyBodyDocumentImpl. getBody()Gets the "Body" elementBodyEnvelopeImpl. getBody()Gets the "Body" elementMethods in org.w3.x2003.x05.soapEnvelope.impl with parameters of type Body Modifier and Type Method Description voidBodyDocumentImpl. setBody(Body body)Sets the "Body" elementvoidEnvelopeImpl. setBody(Body body)Sets the "Body" element
-