com.sun.xml.ws.assembler.jaxws
Class HandlerTubeFactory
java.lang.Object
com.sun.xml.ws.assembler.jaxws.HandlerTubeFactory
- All Implemented Interfaces:
- TubeFactory
public final class HandlerTubeFactory
- extends Object
- implements TubeFactory
TubeFactory implementation creating one of the standard JAX-WS RI tubes
- Author:
- Marek Potociar (marek.potociar at sun.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HandlerTubeFactory
public HandlerTubeFactory()
createTube
public com.sun.xml.ws.api.pipe.Tube createTube(ClientTubelineAssemblyContext context)
throws javax.xml.ws.WebServiceException
- Specified by:
createTube in interface TubeFactory
- Throws:
javax.xml.ws.WebServiceException
createTube
public com.sun.xml.ws.api.pipe.Tube createTube(ServerTubelineAssemblyContext context)
throws javax.xml.ws.WebServiceException
- Specified by:
createTube in interface TubeFactory
- Throws:
javax.xml.ws.WebServiceException
Copyright © 2005-2012 Oracle Corporation. All Rights Reserved.