Uses of Class
org.somda.sdc.dpws.soap.model.Body
-
Packages that use Body Package Description org.somda.sdc.dpws.soap.model -
-
Uses of Body in org.somda.sdc.dpws.soap.model
Fields in org.somda.sdc.dpws.soap.model declared as Body Modifier and Type Field Description protected BodyEnvelope. bodyMethods in org.somda.sdc.dpws.soap.model 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.somda.sdc.dpws.soap.model that return types with arguments of type Body Modifier and Type Method Description javax.xml.bind.JAXBElement<Body>ObjectFactory. createBody(Body value)Methods in org.somda.sdc.dpws.soap.model 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.
-