| java.lang.Object com.sun.xml.ws.tx.common.TxBasePipe com.sun.xml.ws.tx.client.TxClientPipe
TxClientPipe | public class TxClientPipe extends TxBasePipe (Code) | | This class process transactional context for client outgoing message.
author: Ryan.Shoemaker@Sun.COM version: $Revision: 1.12 $ since: 1.0 |
Method Summary | |
public Pipe | copy(PipeCloner cloner) Creates an identical clone of this Pipe. | public Packet | process(Packet pkt) Process transactional context in outgoing message. |
TxClientPipe | public TxClientPipe(ClientPipeConfiguration pcfg, Pipe next)(Code) | | Construct a new outbound tx pipe.
Parameters: pcfg - ws-policy configuration Parameters: next - the next pipe in the chainparam spctx security context |
copy | public Pipe copy(PipeCloner cloner)(Code) | | Creates an identical clone of this Pipe.
|
process | public Packet process(Packet pkt)(Code) | | Process transactional context in outgoing message.
Transactional context is only flowed if the following conditions are met:
- current JTA Transaction
- wsdl:binding/wsdl:operation of this packet has wsat:ATAssertion
Parameters: pkt - null |
|
|