java.lang .Object com.sun.xml.ws.rm.jaxws.runtime.client .ProtocolMessageHelper ProtocolMessageHelper public class ProtocolMessageHelper (Code) ProtocolMessageHelper is used to execute synchronous protocol message exchanges using
the asynchronous Tubeline architecture.
Method Summary public Packetprocess (Packet request) Synchronously executes the protocol exchange.
ProtocolMessageHelper public ProtocolMessageHelper(Tube tube)(Code)
process public Packet process(Packet request) throws RMException (Code) Synchronously executes the protocol exchange. The implementation sends
the request through a clone of the stored Tubeline and blocks until a
response is received.