public final class McTubeFactory extends Object implements TubeFactory
ReliableMessagingFeature,
MakeConnectionSupportedFeature| Constructor and Description |
|---|
McTubeFactory() |
| Modifier and Type | Method and Description |
|---|---|
com.sun.xml.ws.api.pipe.Tube |
createTube(ClientTubelineAssemblyContext context)
Adds RM tube to the client-side tubeline, depending on whether RM is enabled or not.
|
com.sun.xml.ws.api.pipe.Tube |
createTube(ServerTubelineAssemblyContext context)
Adds RM tube to the service-side tubeline, depending on whether RM is enabled or not.
|
public com.sun.xml.ws.api.pipe.Tube createTube(ClientTubelineAssemblyContext context) throws WebServiceException
createTube in interface TubeFactorycontext - Metro client tubeline assembler contextWebServiceExceptionpublic com.sun.xml.ws.api.pipe.Tube createTube(ServerTubelineAssemblyContext context) throws WebServiceException
createTube in interface TubeFactorycontext - Metro service tubeline assembler contextWebServiceExceptionCopyright © 2005–2018 Oracle Corporation. All rights reserved.