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 BodyEnvelope. bodyMethods in org.xmlsoap.schemas.soap.envelope 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.xmlsoap.schemas.soap.envelope 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.xmlsoap.schemas.soap.envelope 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.
-