Uses of Class
com.sun.tools.ws.wsdl.document.soap.SOAPBody

Packages that use SOAPBody
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
protected  SOAPBody WSDLModelerBase.getSOAPRequestBody()
           
protected  SOAPBody WSDLModelerBase.getSOAPResponseBody()
           
 

Methods in com.sun.tools.ws.processor.modeler.wsdl with parameters of type SOAPBody
protected  List<MessagePart> WSDLModelerBase.getMessageParts(SOAPBody body, Message message, boolean isInput)
           
protected  String WSDLModelerBase.getRequestNamespaceURI(SOAPBody body)
           
protected  String WSDLModelerBase.getResponseNamespaceURI(SOAPBody body)
           
protected  boolean WSDLModeler.setMessagePartsBinding(SOAPBody body, Message message, WSDLModeler.StyleAndUse styleAndUse, boolean isInput)