Uses of Class
org.w3.soap.Body

Packages that use Body
org.w3.soap   
 

Uses of Body in org.w3.soap
 

Fields in org.w3.soap declared as Body
protected  Body Envelope.body
           
 

Methods in org.w3.soap that return Body
 Body ObjectFactory.createBody()
          Create an instance of Body
 Body Envelope.getBody()
          Gets the value of the body property.
 Body Body.withAnies(Collection<Object> values)
           
 Body Body.withAnies(List<Object> value)
           
 Body Body.withAnies(Object... values)
           
 

Methods in org.w3.soap with parameters of type Body
 void Envelope.setBody(Body value)
          Sets the value of the body property.
 Envelope Envelope.withBody(Body value)
           
 

Constructors in org.w3.soap with parameters of type Body
Envelope(Header header, Body body, Map<QName,String> otherAttributes)
          Fully-initialising value constructor
 



Copyright © 2014 Digipost Open Source. All Rights Reserved.