Uses of Class
eu.europa.esig.soap.jaxb.envelope.Body
Package | Description |
---|---|
eu.europa.esig.soap.jaxb.envelope |
-
Uses of Body in eu.europa.esig.soap.jaxb.envelope
Fields in eu.europa.esig.soap.jaxb.envelope declared as Body Modifier and Type Field Description protected Body
Envelope. body
Methods in eu.europa.esig.soap.jaxb.envelope that return Body Modifier and Type Method Description Body
ObjectFactory. createBody()
Create an instance ofBody
Body
Envelope. getBody()
Gets the value of the body property.Methods in eu.europa.esig.soap.jaxb.envelope that return types with arguments of type Body Modifier and Type Method Description JAXBElement<Body>
ObjectFactory. createBody(Body value)
Methods in eu.europa.esig.soap.jaxb.envelope with parameters of type Body Modifier and Type Method Description JAXBElement<Body>
ObjectFactory. createBody(Body value)
void
Envelope. setBody(Body value)
Sets the value of the body property.