com.sun.xml.ws.assembler.jaxws
Class DumpTubeFactory
java.lang.Object
com.sun.xml.ws.assembler.jaxws.DumpTubeFactory
- All Implemented Interfaces:
- TubeFactory
public final class DumpTubeFactory
- extends java.lang.Object
- implements TubeFactory
TubeFactory implementation creating one of the standard JAX-WS RI tubes
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PREFIX
public static final java.lang.String PREFIX
- See Also:
- Constant Field Values
CLIENT_PREFIX
public static final java.lang.String CLIENT_PREFIX
- See Also:
- Constant Field Values
SERVER_PREFIX
public static final java.lang.String SERVER_PREFIX
- See Also:
- Constant Field Values
DumpTubeFactory
public DumpTubeFactory()
DumpTubeFactory
public DumpTubeFactory(java.lang.String name)
createTube
public com.sun.xml.ws.api.pipe.Tube createTube(ClientTubelineAssemblyContext context)
throws javax.xml.ws.WebServiceException
- Description copied from interface:
TubeFactory
- Adds RM tube to the client-side tubeline, depending on whether RM is enabled or not.
- Specified by:
createTube
in interface TubeFactory
- Parameters:
context
- wsit client tubeline assembler context
- Returns:
- new tail of the client-side tubeline
- Throws:
javax.xml.ws.WebServiceException
createTube
public com.sun.xml.ws.api.pipe.Tube createTube(ServerTubelineAssemblyContext context)
throws javax.xml.ws.WebServiceException
- Description copied from interface:
TubeFactory
- Adds RM tube to the service-side tubeline, depending on whether RM is enabled or not.
- Specified by:
createTube
in interface TubeFactory
- Parameters:
context
- wsit service tubeline assembler context
- Returns:
- new head of the service-side tubeline
- Throws:
javax.xml.ws.WebServiceException