Uses of Class
org.w3.soap.Body
-
Packages that use Body Package Description org.w3.soap -
-
Uses of Body in org.w3.soap
Fields in org.w3.soap declared as Body Modifier and Type Field Description protected BodyEnvelope. bodyMethods in org.w3.soap that return Body Modifier and Type Method Description BodyObjectFactory. createBody()Create an instance ofBodyBodyEnvelope. getBody()Gets the value of the body property.Methods in org.w3.soap that return types with arguments of type Body Modifier and Type Method Description jakarta.xml.bind.JAXBElement<Body>ObjectFactory. createBody(Body value)Methods in org.w3.soap with parameters of type Body Modifier and Type Method Description jakarta.xml.bind.JAXBElement<Body>ObjectFactory. createBody(Body value)voidEnvelope. setBody(Body value)Sets the value of the body property.
-