Uses of Class
org.w3._2003._05.soap_envelope.Body
-
Packages that use Body Package Description org.w3._2003._05.soap_envelope -
-
Uses of Body in org.w3._2003._05.soap_envelope
Fields in org.w3._2003._05.soap_envelope declared as Body Modifier and Type Field Description protected BodyEnvelope. bodyMethods in org.w3._2003._05.soap_envelope that return Body Modifier and Type Method Description BodyObjectFactory. createBody()Create an instance ofBodyBodyEnvelope. getBody()Gets the value of the body property.BodyBody. withAny(Object... values)BodyBody. withAny(Collection<Object> values)Methods in org.w3._2003._05.soap_envelope that return types with arguments of type Body Modifier and Type Method Description JAXBElement<Body>ObjectFactory. createBody(Body value)Methods in org.w3._2003._05.soap_envelope with parameters of type Body Modifier and Type Method Description JAXBElement<Body>ObjectFactory. createBody(Body value)voidEnvelope. setBody(Body value)Sets the value of the body property.EnvelopeEnvelope. withBody(Body value)
-