|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.ws.tx.common.TxBasePipe
com.sun.xml.ws.tx.client.TxClientPipe
public class TxClientPipe
This class process transactional context for client outgoing message.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.sun.xml.ws.tx.common.TxBasePipe |
---|
TxBasePipe.OperationATPolicy |
Field Summary |
---|
Fields inherited from class com.sun.xml.ws.tx.common.TxBasePipe |
---|
next, txnMgr |
Constructor Summary | |
---|---|
TxClientPipe(ClientTubelineAssemblyContext context,
com.sun.xml.ws.api.pipe.Pipe next)
Construct a new outbound tx pipe. |
Method Summary | |
---|---|
com.sun.xml.ws.api.pipe.Pipe |
copy(com.sun.xml.ws.api.pipe.PipeCloner cloner)
Creates an identical clone of this Pipe. |
com.sun.xml.ws.api.message.Packet |
process(com.sun.xml.ws.api.message.Packet pkt)
Process transactional context in outgoing message. |
Methods inherited from class com.sun.xml.ws.tx.common.TxBasePipe |
---|
getOperationATPolicy, preDestroy |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TxClientPipe(ClientTubelineAssemblyContext context, com.sun.xml.ws.api.pipe.Pipe next)
pcfg
- ws-policy configurationnext
- the next pipe in the chainMethod Detail |
---|
public com.sun.xml.ws.api.pipe.Pipe copy(com.sun.xml.ws.api.pipe.PipeCloner cloner)
public com.sun.xml.ws.api.message.Packet process(com.sun.xml.ws.api.message.Packet pkt)
pkt
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |