|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HandlerTube | |
---|---|
com.sun.xml.ws.handler |
Uses of HandlerTube in com.sun.xml.ws.handler |
---|
Subclasses of HandlerTube in com.sun.xml.ws.handler | |
---|---|
class |
ClientLogicalHandlerTube
|
class |
ClientMessageHandlerTube
|
class |
ClientSOAPHandlerTube
|
class |
ServerLogicalHandlerTube
|
class |
ServerMessageHandlerTube
|
class |
ServerSOAPHandlerTube
|
Fields in com.sun.xml.ws.handler declared as HandlerTube | |
---|---|
(package private) HandlerTube |
HandlerTube.cousinTube
handle hold reference to other Tube for inter-tube communication |
Constructors in com.sun.xml.ws.handler with parameters of type HandlerTube | |
---|---|
ClientLogicalHandlerTube(WSBinding binding,
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. |
|
HandlerProcessor(HandlerTube owner,
WSBinding binding,
List<? extends javax.xml.ws.handler.Handler> chain)
The handlers that are passed in will be sorted into logical and soap handlers. |
|
HandlerTube(HandlerTube that,
TubeCloner cloner)
Copy constructor for Tube.copy(TubeCloner) . |
|
HandlerTube(Tube next,
HandlerTube cousinTube)
|
|
ServerLogicalHandlerTube(WSBinding binding,
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. |
|
SOAPHandlerProcessor(boolean isClient,
HandlerTube owner,
WSBinding binding,
List<? extends javax.xml.ws.handler.Handler> chain)
Creates a new instance of SOAPHandlerProcessor |
|
XMLHandlerProcessor(HandlerTube owner,
WSBinding binding,
List<? extends javax.xml.ws.handler.Handler> chain)
Creates a new instance of LogicalHandlerProcessor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |