public interface TubeFactory
- Author:
- Marek Potociar
-
Method Summary
Modifier and TypeMethodDescriptioncreateTube(ClientTubelineAssemblyContext context) Adds RM tube to the client-side tubeline, depending on whether RM is enabled or not.createTube(ServerTubelineAssemblyContext context) Adds RM tube to the service-side tubeline, depending on whether RM is enabled or not.
-
Method Details
-
createTube
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:
jakarta.xml.ws.WebServiceException
-
createTube
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:
jakarta.xml.ws.WebServiceException
-