Uses of Class
org.w3._2003._05.soap_envelope.Body

Packages that use Body
org.w3._2003._05.soap_envelope   
 

Uses of Body in org.w3._2003._05.soap_envelope
 

Methods in org.w3._2003._05.soap_envelope that return Body
 Body ObjectFactory.createBody()
          Create an instance of Body
 Body Envelope.getBody()
          Gets the value of the body property.
 

Methods in org.w3._2003._05.soap_envelope that return types with arguments of type Body
 javax.xml.bind.JAXBElement<Body> ObjectFactory.createBody(Body value)
          Create an instance of JAXBElement<Body>}
 

Methods in org.w3._2003._05.soap_envelope with parameters of type Body
 javax.xml.bind.JAXBElement<Body> ObjectFactory.createBody(Body value)
          Create an instance of JAXBElement<Body>}
 void Envelope.setBody(Body value)
          Sets the value of the body property.