Uses of Class
com.sun.xml.ws.server.sei.InvokerTube
Packages that use InvokerTube
Package
Description
This document describes the architecture of server side
JAX-WS 2.0.1 runtime.
-
Uses of InvokerTube in com.sun.xml.ws.server
Subclasses of InvokerTube in com.sun.xml.ws.serverModifier and TypeClassDescriptionclassInvokerTube<T>Base code forProviderInvokerTubeandSEIInvokerTube. -
Uses of InvokerTube in com.sun.xml.ws.server.provider
Subclasses of InvokerTube in com.sun.xml.ws.server.providerModifier and TypeClassDescriptionclassThisTubeis used to invoke theAsyncProviderendpoints.classclassThis tube is used to invoke theProviderendpoints. -
Uses of InvokerTube in com.sun.xml.ws.server.sei
Subclasses of InvokerTube in com.sun.xml.ws.server.seiModifier and TypeClassDescriptionclassThis pipe is used to invoke SEI based endpoints.Constructors in com.sun.xml.ws.server.sei with parameters of type InvokerTubeModifierConstructorDescriptionprotectedInvokerTube(InvokerTube<T> that, TubeCloner cloner) Copy constructor.