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