|
||||||||||
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 | |
---|---|
Tube |
createTube(ClientTubelineAssemblyContext context)
Adds RM tube to the client-side tubeline, depending on whether RM is enabled or not. |
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 Tube createTube(ClientTubelineAssemblyContext context) throws WebServiceException
TubeFactory
createTube
in interface TubeFactory
context
- wsit client tubeline assembler context
WebServiceException
public Tube createTube(ServerTubelineAssemblyContext context) throws WebServiceException
TubeFactory
createTube
in interface TubeFactory
context
- wsit service tubeline assembler context
WebServiceException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |