Uses of Class
org.xmlsoap.schemas.soap.envelope.Body

Packages that use Body
org.xmlsoap.schemas.soap.envelope   
 

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

Fields in org.xmlsoap.schemas.soap.envelope declared as Body
protected  Body Envelope.body
           
 

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

Methods in org.xmlsoap.schemas.soap.envelope that return types with arguments of type Body
 JAXBElement<Body> ObjectFactory.createBody(Body value)
          Create an instance of JAXBElement<Body>}
 

Methods in org.xmlsoap.schemas.soap.envelope with parameters of type Body
 JAXBElement<Body> ObjectFactory.createBody(Body value)
          Create an instance of JAXBElement<Body>}
 void Envelope.setBody(Body value)
          Sets the value of the body property.
 Envelope Envelope.withBody(Body value)
           
 



Apache Camel