Uses of Class
com.sun.xml.rpc.wsdl.document.soap.SOAPBody
-
Packages that use SOAPBody Package Description com.sun.xml.rpc.processor.modeler.j2ee com.sun.xml.rpc.processor.modeler.wsdl -
-
Uses of SOAPBody in com.sun.xml.rpc.processor.modeler.j2ee
Methods in com.sun.xml.rpc.processor.modeler.j2ee that return SOAPBody Modifier and Type Method Description SOAPBodyJ2EEModeler111. getSuperSOAPRequestBody()SOAPBodyJ2EEModeler112. getSuperSOAPRequestBody()SOAPBodyJ2EEModelerIf. getSuperSOAPRequestBody()SOAPBodyJ2EEModeler111. getSuperSOAPResponseBody()SOAPBodyJ2EEModeler112. getSuperSOAPResponseBody()SOAPBodyJ2EEModelerIf. getSuperSOAPResponseBody() -
Uses of SOAPBody in com.sun.xml.rpc.processor.modeler.wsdl
Methods in com.sun.xml.rpc.processor.modeler.wsdl that return SOAPBody Modifier and Type Method Description protected SOAPBodyWSDLModelerBase. getSOAPRequestBody()protected SOAPBodyWSDLModelerBase. getSOAPResponseBody()Methods in com.sun.xml.rpc.processor.modeler.wsdl with parameters of type SOAPBody Modifier and Type Method Description protected ListWSDLModeler101. getMessageParts(SOAPBody body, Message message, boolean isInput)JAXRPC 1.0.1 doesn't support optional parts in a WSDL documentprotected ListWSDLModelerBase. getMessageParts(SOAPBody body, Message message, boolean isInput)protected StringWSDLModelerBase. getRequestNamespaceURI(SOAPBody body)protected StringWSDLModelerBase. getResponseNamespaceURI(SOAPBody body)
-