Package com.sun.xml.ws.assembler.dev
Interface TubeFactory
-
- All Known Implementing Classes:
AddressingTubeFactory,AtTubeFactory,BasicTransportTubeFactory,HandlerTubeFactory,McTubeFactory,MessageDumpingTubeFactory,MonitoringTubeFactory,MustUnderstandTubeFactory,RmTubeFactory,SecurityTubeFactory,TerminalTubeFactory,TransportTubeFactory,ValidationTubeFactory
public interface TubeFactory- Author:
- Marek Potociar (marek.potociar at sun.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TubecreateTube(ClientTubelineAssemblyContext context)Adds RM tube to the client-side tubeline, depending on whether RM is enabled or not.TubecreateTube(ServerTubelineAssemblyContext context)Adds RM tube to the service-side tubeline, depending on whether RM is enabled or not.
-
-
-
Method Detail
-
createTube
Tube createTube(ClientTubelineAssemblyContext context) throws javax.xml.ws.WebServiceException
Adds RM tube to the client-side tubeline, depending on whether RM is enabled or not.- Parameters:
context- wsit client tubeline assembler context- Returns:
- new tail of the client-side tubeline
- Throws:
javax.xml.ws.WebServiceException
-
createTube
Tube createTube(ServerTubelineAssemblyContext context) throws javax.xml.ws.WebServiceException
Adds RM tube to the service-side tubeline, depending on whether RM is enabled or not.- Parameters:
context- wsit service tubeline assembler context- Returns:
- new head of the service-side tubeline
- Throws:
javax.xml.ws.WebServiceException
-
-