Uses of Class
com.sun.tools.ws.wsdl.document.soap.SOAPBody
-
Packages that use SOAPBody Package Description com.sun.tools.ws.processor.modeler.wsdl -
-
Uses of SOAPBody in com.sun.tools.ws.processor.modeler.wsdl
Methods in com.sun.tools.ws.processor.modeler.wsdl that return SOAPBody Modifier and Type Method Description protected SOAPBodyWSDLModelerBase. getSOAPRequestBody()protected SOAPBodyWSDLModelerBase. getSOAPResponseBody()Methods in com.sun.tools.ws.processor.modeler.wsdl with parameters of type SOAPBody Modifier and Type Method Description protected List<MessagePart>WSDLModelerBase. getMessageParts(SOAPBody body, Message message, boolean isInput)protected StringWSDLModelerBase. getRequestNamespaceURI(SOAPBody body)protected StringWSDLModelerBase. getResponseNamespaceURI(SOAPBody body)protected booleanWSDLModeler. setMessagePartsBinding(SOAPBody body, Message message, WSDLModeler.StyleAndUse styleAndUse, boolean isInput)
-