Package com.sun.xml.ws.tx.at.runtime
Class AtTubeFactory
- java.lang.Object
-
- com.sun.xml.ws.tx.at.runtime.AtTubeFactory
-
- All Implemented Interfaces:
TubeFactory
public final class AtTubeFactory extends Object implements TubeFactory
-
-
Constructor Summary
Constructors Constructor Description AtTubeFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tube
createTube(ClientTubelineAssemblyContext context)
Adds TX tube to the client-side tubeline, depending on whether TX is enabled or not.Tube
createTube(ServerTubelineAssemblyContext context)
Adds TX tube to the service-side tubeline, depending on whether TX is enabled or not.
-
-
-
Method Detail
-
createTube
public Tube createTube(ClientTubelineAssemblyContext context)
Adds TX tube to the client-side tubeline, depending on whether TX is enabled or not.- Specified by:
createTube
in interfaceTubeFactory
- Parameters:
context
- wsit client tubeline assembler context- Returns:
- new tail of the client-side tubeline
-
createTube
public Tube createTube(ServerTubelineAssemblyContext context)
Adds TX tube to the service-side tubeline, depending on whether TX is enabled or not.- Specified by:
createTube
in interfaceTubeFactory
- Parameters:
context
- wsit service tubeline assembler context- Returns:
- new head of the service-side tubeline
-
-