com.sun.xml.ws.rx.mc.runtime
Class McTubeFactory
java.lang.Object
com.sun.xml.ws.rx.mc.runtime.McTubeFactory
- All Implemented Interfaces:
- TubeFactory
public final class McTubeFactory
- extends Object
- implements TubeFactory
This factory class is responsible for instantiating RX tubes based on
the actual configuration of RX-related web services features.
- Author:
- Marek Potociar (marek.potociar at sun.com)
- See Also:
ReliableMessagingFeature,
MakeConnectionSupportedFeature
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
McTubeFactory
public McTubeFactory()
createTube
public Tube createTube(ClientTubelineAssemblyContext context)
throws WebServiceException
- Adds RM tube to the client-side tubeline, depending on whether RM is enabled or not.
- Specified by:
createTube in interface TubeFactory
- Parameters:
context - Metro client tubeline assembler context
- Returns:
- new tail of the client-side tubeline
- Throws:
WebServiceException
createTube
public Tube createTube(ServerTubelineAssemblyContext context)
throws WebServiceException
- Adds RM tube to the service-side tubeline, depending on whether RM is enabled or not.
- Specified by:
createTube in interface TubeFactory
- Parameters:
context - Metro service tubeline assembler context
- Returns:
- new head of the service-side tubeline
- Throws:
WebServiceException
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.