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  java.util.List<MessagePart> WSDLModelerBase.getMessageParts(SOAPBody body, Message message, boolean isInput)
           
protected  java.lang.String WSDLModelerBase.getRequestNamespaceURI(SOAPBody body)
           
protected  java.lang.String WSDLModelerBase.getResponseNamespaceURI(SOAPBody body)
           
protected  boolean WSDLModeler.setMessagePartsBinding(SOAPBody body, Message message, WSDLModeler.StyleAndUse styleAndUse, boolean isInput)
           
 



Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.