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.BodyBody. withAnies(Object... values)BodyBody. withAnies(Collection<Object> values)BodyBody. withAnies(List<Object> value)Methods in org.xmlsoap.schemas.soap.envelope with parameters of type Body Modifier and Type Method Description voidEnvelope. setBody(Body value)Sets the value of the body property.EnvelopeEnvelope. withBody(Body value)Constructors in org.xmlsoap.schemas.soap.envelope with parameters of type Body Constructor Description Envelope(Header header, Body body, List<Object> anies, Map<QName,String> otherAttributes)Fully-initialising value constructor
-