Package | Description |
---|---|
com.sun.xml.ws.handler |
Modifier and Type | Class and Description |
---|---|
class |
ClientLogicalHandlerTube |
class |
ClientMessageHandlerTube |
class |
ClientSOAPHandlerTube |
class |
ServerLogicalHandlerTube |
class |
ServerMessageHandlerTube |
class |
ServerSOAPHandlerTube |
Constructor and Description |
---|
ClientLogicalHandlerTube(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(HandlerTube that,
TubeCloner cloner)
Copy constructor for
Tube.copy(TubeCloner) . |
HandlerTube(Tube next,
HandlerTube cousinTube,
WSBinding binding) |
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.
|
Copyright © 2015 Oracle Corporation. All rights reserved.