| com.sun.xml.ws.rm.jaxws.runtime.TubeBase
TubeBase | abstract public class TubeBase extends AbstractFilterTubeImpl (Code) | | BaseClass for RMClientTube and RMServerTube . Tube
methods are implemented in the subclasses. The base class contains common code used
by the JAX-WS runtime to communicate with the RM Providers.
|
Constructor Summary | |
protected | TubeBase(PROVIDER provider, Tube nextTube) | protected | TubeBase(PROVIDER provider, TubeBase that, TubeCloner cloner) |
provider | public PROVIDER provider(Code) | | Either RMSource or RMDestination
|
TubeBase | protected TubeBase(PROVIDER provider, Tube nextTube)(Code) | | |
TubeBase | protected TubeBase(PROVIDER provider, TubeBase that, TubeCloner cloner)(Code) | | |
handleInboundMessage | protected com.sun.xml.ws.rm.Message handleInboundMessage(Packet packet) throws RMException(Code) | | Use methods of RMProvider field to store and write headers to
inbound message.
Parameters: packet - Packet containing Outbound message The wrapped message |
handleOutboundMessage | protected com.sun.xml.ws.rm.Message handleOutboundMessage(OUTBOUND outboundSequence, Packet packet) throws RMException(Code) | | Use methods of OutboundSequence field to store and write headers to
outbound message.
Parameters: packet - Packet containing Outbound message The wrapped message |
|
|