com.sun.xml.ws.assembler.jaxws
Class HandlerTubeFactory

java.lang.Object
  extended by com.sun.xml.ws.assembler.jaxws.HandlerTubeFactory
All Implemented Interfaces:
TubeFactory

public final class HandlerTubeFactory
extends java.lang.Object
implements TubeFactory

TubeFactory implementation creating one of the standard JAX-WS RI tubes

Author:
Marek Potociar (marek.potociar at sun.com)

Constructor Summary
HandlerTubeFactory()
           
 
Method Summary
 com.sun.xml.ws.api.pipe.Tube createTube(ClientTubelineAssemblyContext context)
           
 com.sun.xml.ws.api.pipe.Tube createTube(ServerTubelineAssemblyContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandlerTubeFactory

public HandlerTubeFactory()
Method Detail

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-2011 Oracle Corporation. All Rights Reserved.