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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateTube(ClientTubelineAssemblyContext context) Adds TX tube to the client-side tubeline, depending on whether TX is enabled or not.createTube(ServerTubelineAssemblyContext context) Adds TX tube to the service-side tubeline, depending on whether TX is enabled or not.
-
Constructor Details
-
AtTubeFactory
public AtTubeFactory()Default constructor.
-
-
Method Details
-
createTube
Adds TX tube to the client-side tubeline, depending on whether TX is enabled or not.- Specified by:
createTubein interfaceTubeFactory- Parameters:
context- wsit client tubeline assembler context- Returns:
- new tail of the client-side tubeline
-
createTube
Adds TX tube to the service-side tubeline, depending on whether TX is enabled or not.- Specified by:
createTubein interfaceTubeFactory- Parameters:
context- wsit service tubeline assembler context- Returns:
- new head of the service-side tubeline
-