|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.ws.assembler.jaxws.MustUnderstandTubeFactory
public final class MustUnderstandTubeFactory
TubeFactory implementation creating one of the standard JAX-WS RI tubes
Constructor Summary | |
---|---|
MustUnderstandTubeFactory()
|
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 MustUnderstandTubeFactory()
Method Detail |
---|
public com.sun.xml.ws.api.pipe.Tube createTube(ClientTubelineAssemblyContext context) throws javax.xml.ws.WebServiceException
TubeFactory
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
TubeFactory
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 |