Package com.sun.xml.ws.assembler.jaxws
Class HandlerTubeFactory
java.lang.Object
com.sun.xml.ws.assembler.jaxws.HandlerTubeFactory
- All Implemented Interfaces:
TubeFactory
TubeFactory implementation creating one of the standard JAX-WS RI tubes
- Author:
- Marek Potociar
-
Constructor Summary
Constructors -
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.
-
Constructor Details
-
HandlerTubeFactory
public HandlerTubeFactory()
-
-
Method Details
-
createTube
Description copied from interface:TubeFactoryAdds RM tube to the client-side tubeline, depending on whether RM is enabled or not.- Specified by:
createTubein interfaceTubeFactory- Parameters:
context- wsit client tubeline assembler context- Returns:
- new tail of the client-side tubeline
- Throws:
WebServiceException
-
createTube
Description copied from interface:TubeFactoryAdds RM tube to the service-side tubeline, depending on whether RM is enabled or not.- Specified by:
createTubein interfaceTubeFactory- Parameters:
context- wsit service tubeline assembler context- Returns:
- new head of the service-side tubeline
- Throws:
WebServiceException
-