Searched refs:ServerSOAPHandlerTube (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/handler/
H A DServerSOAPHandlerTube.java51 public class ServerSOAPHandlerTube extends HandlerTube { class in inherits:HandlerTube
59 public ServerSOAPHandlerTube(WSBinding binding, WSDLPort port, Tube next) { method in class:ServerSOAPHandlerTube
77 public ServerSOAPHandlerTube(WSBinding binding, Tube next, HandlerTube cousinTube) { method in class:ServerSOAPHandlerTube
86 private ServerSOAPHandlerTube(ServerSOAPHandlerTube that, TubeCloner cloner) { method in class:ServerSOAPHandlerTube
95 return new ServerSOAPHandlerTube(this, cloner);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/
H A DServerTubeAssemblerContext.java43 import com.sun.xml.internal.ws.handler.ServerSOAPHandlerTube;
156 next = cousin = new ServerSOAPHandlerTube(binding, next, cousin);

Completed in 31 milliseconds