Uses of Class
com.sun.xml.ws.security.soap12.Body
-
Packages that use Body Package Description com.sun.xml.ws.security.soap12 -
-
Uses of Body in com.sun.xml.ws.security.soap12
Fields in com.sun.xml.ws.security.soap12 declared as Body Modifier and Type Field Description protected BodyEnvelope. bodyMethods in com.sun.xml.ws.security.soap12 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.soap12 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.soap12 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.
-