| java.lang.Object com.sun.xml.ws.tx.common.TxBasePipe com.sun.xml.ws.tx.service.TxServerPipe
TxServerPipe | public class TxServerPipe extends TxBasePipe (Code) | | Process transactional context for incoming message to server.
Supports following WS-Coordination protocols: 2004 WS-Atomic Transaction protocol
version: $Revision: 1.18 $ since: 1.0 |
Constructor Summary | |
public | TxServerPipe(WSDLPort port, WSBinding wsbinding, PolicyMap map, Pipe next) Deployment time computations for WS-Atomic Tranaction processing. |
Method Summary | |
public Pipe | copy(PipeCloner cloner) Creates an identical clone of this Pipe. | public Packet | process(Packet pkt) Process WS-AT transactional context in incoming request message. |
TxServerPipe | public TxServerPipe(WSDLPort port, WSBinding wsbinding, PolicyMap map, Pipe next)(Code) | | Deployment time computations for WS-Atomic Tranaction processing.
Computes WS-Atomic Policy Assertions for all wsdl bound operations for this wsbinding .
Parameters: port - WSDL port for this pipe Parameters: map - PolicyMap Parameters: next - Next pipe to be executed. |
copy | public Pipe copy(PipeCloner cloner)(Code) | | Creates an identical clone of this Pipe.
|
process | public Packet process(Packet pkt)(Code) | | Process WS-AT transactional context in incoming request message.
Transactional context processing is driven by ws-at policy assertions associated with
wsdl:binding/wsdl:operation of parameter pkt .
Parameters: pkt - a packet is an incoming request message with JAX-WS properties processing of pkt by next pipe in pipeline |
|
|