Uses of Class
com.sun.tools.ws.wsdl.document.soap.SOAPBody
Packages that use SOAPBody
-
Uses of SOAPBody in com.sun.tools.ws.processor.modeler.wsdl
Methods in com.sun.tools.ws.processor.modeler.wsdl that return SOAPBodyModifier and TypeMethodDescriptionprotected SOAPBodyWSDLModelerBase.getSOAPRequestBody()protected SOAPBodyWSDLModelerBase.getSOAPResponseBody()Methods in com.sun.tools.ws.processor.modeler.wsdl with parameters of type SOAPBodyModifier and TypeMethodDescriptionprotected 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)