|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.ws.rm.runtime.RxTubeFactory
public final class RxTubeFactory
This factory class is responsible for instantiating RX tubes based on the actual configuration of RX-related web services features.
ReliableMessagingFeature
,
MakeConnectionSupportedFeature
Constructor Summary | |
---|---|
RxTubeFactory()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RxTubeFactory()
Method Detail |
---|
public com.sun.xml.ws.api.pipe.Tube createTube(ClientTubelineAssemblyContext context) throws javax.xml.ws.WebServiceException
createTube
in interface TubeFactory
context
- wsit client tubeline assembler context
javax.xml.ws.WebServiceException
public com.sun.xml.ws.api.pipe.Tube createTube(ServerTubelineAssemblyContext context) throws javax.xml.ws.WebServiceException
createTube
in interface TubeFactory
context
- wsit service tubeline assembler context
javax.xml.ws.WebServiceException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |