Uses of Class
org.xmlsoap.schemas.soap.envelope.Body
-
Packages that use Body Package Description org.xmlsoap.schemas.soap.envelope -
-
Uses of Body in org.xmlsoap.schemas.soap.envelope
Fields in org.xmlsoap.schemas.soap.envelope declared as Body Modifier and Type Field Description protected Body
Envelope. body
Methods in org.xmlsoap.schemas.soap.envelope that return Body Modifier and Type Method Description Body
ObjectFactory. createBody()
Create an instance ofBody
Body
Envelope. getBody()
Gets the value of the body property.Body
Body. withAny(Object... values)
Body
Body. withAny(Collection<Object> values)
Methods in org.xmlsoap.schemas.soap.envelope that return types with arguments of type Body Modifier and Type Method Description JAXBElement<Body>
ObjectFactory. createBody(Body value)
Methods in org.xmlsoap.schemas.soap.envelope with parameters of type Body Modifier and Type Method Description JAXBElement<Body>
ObjectFactory. createBody(Body value)
void
Envelope. setBody(Body value)
Sets the value of the body property.Envelope
Envelope. withBody(Body value)
-