Uses of Class
com.sun.xml.ws.handler.HandlerTube
Packages that use HandlerTube
-
Uses of HandlerTube in com.sun.xml.ws.handler
Subclasses of HandlerTube in com.sun.xml.ws.handlerModifier and TypeClassDescriptionclassclassclassclassclassclassConstructors in com.sun.xml.ws.handler with parameters of type HandlerTubeModifierConstructorDescriptionClientLogicalHandlerTube(WSBinding binding, SEIModel seiModel, Tube next, HandlerTube cousinTube) This constructor is used on client-side where, SOAPHandlerTube is created first and then a LogicalHandlerTube is created with a handler to that SOAPHandlerTube.ClientSOAPHandlerTube(WSBinding binding, Tube next, HandlerTube cousinTube) This constructor is used on client-side where, LogicalHandlerTube is created first and then a SOAPHandlerTube is created with a handler to that LogicalHandlerTube.HandlerTube(Tube next, HandlerTube cousinTube, WSBinding binding) protectedHandlerTube(HandlerTube that, TubeCloner cloner) Copy constructor forTube.copy(TubeCloner).ServerLogicalHandlerTube(WSBinding binding, SEIModel seiModel, Tube next, HandlerTube cousinTube) This constructor is used on client-side where, SOAPHandlerTube is created first and then a LogicalHandlerTube is created with a handler to that SOAPHandlerTube.ServerMessageHandlerTube(SEIModel seiModel, WSBinding binding, Tube next, HandlerTube cousinTube) ServerSOAPHandlerTube(WSBinding binding, Tube next, HandlerTube cousinTube) This constructor is used on client-side where, LogicalHandlerTube is created first and then a SOAPHandlerTube is created with a handler to that LogicalHandlerTube.