Package com.sun.xml.ws.assembler.jaxws
Class TransportTubeFactory
- java.lang.Object
-
- com.sun.xml.ws.assembler.jaxws.TransportTubeFactory
-
- All Implemented Interfaces:
TubeFactory
@Deprecated public final class TransportTubeFactory extends Object implements TubeFactory
Deprecated.Usecom.sun.xml.ws.assembler.metro.jaxws.TransportTubeFactoryprovided by metro-wsit instead.
-
-
Constructor Summary
Constructors Constructor Description TransportTubeFactory()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description TubecreateTube(ClientTubelineAssemblyContext context)Deprecated.Adds RM tube to the client-side tubeline, depending on whether RM is enabled or not.TubecreateTube(ServerTubelineAssemblyContext context)Deprecated.Adds RM tube to the service-side tubeline, depending on whether RM is enabled or not.
-
-
-
Method Detail
-
createTube
public Tube createTube(ClientTubelineAssemblyContext context) throws jakarta.xml.ws.WebServiceException
Deprecated.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:
jakarta.xml.ws.WebServiceException
-
createTube
public Tube createTube(ServerTubelineAssemblyContext context) throws jakarta.xml.ws.WebServiceException
Deprecated.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:
jakarta.xml.ws.WebServiceException
-
-