Searched refs:cousinTube (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/handler/
H A DHandlerTube.java46 HandlerTube cousinTube; field in class:HandlerTube
51 // flag used to decide whether to call close on cousinTube
63 public HandlerTube(Tube next, HandlerTube cousinTube) { argument
65 this.cousinTube = cousinTube;
66 if(cousinTube != null) {
67 this.port = cousinTube.port;
78 if(that.cousinTube != null) {
79 this.cousinTube = cloner.copy(that.cousinTube);
[all...]
H A DClientLogicalHandlerTube.java69 public ClientLogicalHandlerTube(WSBinding binding, SEIModel seiModel, Tube next, HandlerTube cousinTube) { argument
70 super(next, cousinTube);
H A DClientSOAPHandlerTube.java76 public ClientSOAPHandlerTube(WSBinding binding, Tube next, HandlerTube cousinTube) { argument
77 super(next, cousinTube);
H A DServerLogicalHandlerTube.java74 public ServerLogicalHandlerTube(WSBinding binding, SEIModel seiModel, Tube next, HandlerTube cousinTube) { argument
75 super(next, cousinTube);
H A DServerMessageHandlerTube.java55 public ServerMessageHandlerTube(SEIModel seiModel, WSBinding binding, Tube next, HandlerTube cousinTube) { argument
56 super(next, cousinTube);
H A DServerSOAPHandlerTube.java77 public ServerSOAPHandlerTube(WSBinding binding, Tube next, HandlerTube cousinTube) { argument
78 super(next, cousinTube);

Completed in 34 milliseconds