com.sun.xml.ws.rm.jaxws.runtime |
|
Java Source File Name | Type | Comment |
InboundMessageProcessor.java | Class | InboundMessageProcessor examines the headers of inbound Messages and
based on the sequence id's and types of the headers, dispatches them to
appropriate ClientInboundSequence or ClientOutboundSequence
methods. |
InboundSequence.java | Class | An InboundSequence represents a sequence of incoming messages. |
Messages.java | enum | |
OutboundSequence.java | Class | |
PipeBase.java | Class | BaseClass for RMClientPipe and RMServerPipe . |
RMProvider.java | Class | RMProvider is a base class for RMSource and
RMDestination that provides storage for Lists of
InboundSequences and OutboundSequences and
handles the processing of messages coming from the network. |
SequenceConfig.java | Class | SequenceConfig stores settings read from a WS-RM Policy Assertion in a Web Service's
metadata and is used enable/disable and configure reliable messaging on bindings
to which the policy assertion is attached. |
Session.java | Class | Base class for ClientSession and ServerSession, which
expose RM Sequences in proxies and endpoints, respectively. |
TubeBase.java | Class | BaseClass for RMClientTube and RMServerTube . |