com.sun.xml.ws.assembler.jaxws
Class TransportTubeFactory
java.lang.Object
com.sun.xml.ws.assembler.jaxws.TransportTubeFactory
- All Implemented Interfaces:
- TubeFactory
public final class TransportTubeFactory
- 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 |
TransportTubeFactory
public TransportTubeFactory()
createTube
public com.sun.xml.ws.api.pipe.Tube createTube(ClientTubelineAssemblyContext context)
throws WebServiceException
- Specified by:
createTube in interface TubeFactory
- Throws:
WebServiceException
createTube
public com.sun.xml.ws.api.pipe.Tube createTube(ServerTubelineAssemblyContext context)
throws WebServiceException
- Specified by:
createTube in interface TubeFactory
- Throws:
WebServiceException
Copyright © 2005-2012 Oracle Corporation. All Rights Reserved.