com.sun.xml.ws.tx.runtime
Class TxTubeFactory

java.lang.Object
  extended by com.sun.xml.ws.tx.runtime.TxTubeFactory
All Implemented Interfaces:
TubeFactory

public final class TxTubeFactory
extends java.lang.Object
implements TubeFactory


Constructor Summary
TxTubeFactory()
           
 
Method Summary
 com.sun.xml.ws.api.pipe.Tube createTube(ClientTubelineAssemblyContext context)
          Adds TX tube to the client-side tubeline, depending on whether TX is enabled or not.
 com.sun.xml.ws.api.pipe.Tube createTube(ServerTubelineAssemblyContext context)
          Adds TX tube to the service-side tubeline, depending on whether TX is enabled or not.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TxTubeFactory

public TxTubeFactory()
Method Detail

createTube

public com.sun.xml.ws.api.pipe.Tube createTube(ClientTubelineAssemblyContext context)
Adds TX tube to the client-side tubeline, depending on whether TX is enabled or not.

Specified by:
createTube in interface TubeFactory
Parameters:
context - wsit client tubeline assembler context
Returns:
new tail of the client-side tubeline

createTube

public com.sun.xml.ws.api.pipe.Tube createTube(ServerTubelineAssemblyContext context)
Adds TX tube to the service-side tubeline, depending on whether TX is enabled or not.

Specified by:
createTube in interface TubeFactory
Parameters:
context - wsit service tubeline assembler context
Returns:
new head of the service-side tubeline