Searched refs:InvokerTube (Results 1 - 4 of 4) sorted by relevance

/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/server/sei/
H A DInvokerTube.java34 * Base class for {@link com.sun.xml.internal.ws.server.InvokerTube} restored
38 public abstract class InvokerTube<T extends Invoker> class in inherits:AbstractTubeImpl,InvokerSource
43 protected InvokerTube(T invoker) { method in class:InvokerTube
50 protected InvokerTube(InvokerTube<T> that, TubeCloner cloner) { method in class:InvokerTube
H A DSEIInvokerTube.java37 import com.sun.xml.internal.ws.server.InvokerTube;
46 public class SEIInvokerTube extends InvokerTube {
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/server/provider/
H A DProviderInvokerTube.java35 import com.sun.xml.internal.ws.server.InvokerTube;
44 public abstract class ProviderInvokerTube<T> extends InvokerTube<Provider<T>> {
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/server/
H A DInvokerTube.java52 public abstract class InvokerTube<T> extends com.sun.xml.internal.ws.server.sei.InvokerTube<Invoker> implements EndpointAwareTube { class in inherits:com.sun.xml.internal.ws.server.sei.InvokerTube,EndpointAwareTube
56 protected InvokerTube(Invoker invoker) { method in class:InvokerTube
94 * while processing the request. {@link InvokerTube} is stateless and terminal,

Completed in 50 milliseconds