|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.ws.dump.ActionDumpTubeFactory
public final class ActionDumpTubeFactory
Field Summary | |
---|---|
static java.lang.String |
CLIENT_NAME
|
static java.lang.String |
SERVER_NAME
|
Constructor Summary | |
---|---|
ActionDumpTubeFactory()
|
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 |
Field Detail |
---|
public static final java.lang.String CLIENT_NAME
public static final java.lang.String SERVER_NAME
Constructor Detail |
---|
public ActionDumpTubeFactory()
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 |