Uses of Class
com.sun.xml.rpc.soap.message.InternalSOAPMessage
-
Packages that use InternalSOAPMessage Package Description com.sun.xml.rpc.client com.sun.xml.rpc.server -
-
Uses of InternalSOAPMessage in com.sun.xml.rpc.client
Methods in com.sun.xml.rpc.client that return InternalSOAPMessage Modifier and Type Method Description InternalSOAPMessageStreamingSenderState. getRequest()InternalSOAPMessageStreamingSenderState. getResponse() -
Uses of InternalSOAPMessage in com.sun.xml.rpc.server
Methods in com.sun.xml.rpc.server that return InternalSOAPMessage Modifier and Type Method Description InternalSOAPMessageStreamingHandlerState. getRequest()InternalSOAPMessageStreamingHandlerState. getResponse()InternalSOAPMessageStreamingHandlerState. resetResponse()Methods in com.sun.xml.rpc.server with parameters of type InternalSOAPMessage Modifier and Type Method Description voidStreamingHandlerState. setResponse(InternalSOAPMessage msg)
-