Uses of Class
com.sun.xml.ws.server.sei.Invoker
-
Packages that use Invoker Package Description com.sun.xml.ws.api.server APIs for hosting JAX-WS services.com.sun.xml.ws.server.sei -
-
Uses of Invoker in com.sun.xml.ws.api.server
Subclasses of Invoker in com.sun.xml.ws.api.server Modifier and Type Class Description classInvokerHides the detail of calling into application endpoint implementation. -
Uses of Invoker in com.sun.xml.ws.server.sei
Classes in com.sun.xml.ws.server.sei with type parameters of type Invoker Modifier and Type Interface Description interfaceInvokerSource<T extends Invoker>Interface for determining Invoker for a given requestclassInvokerTube<T extends Invoker>Base class forInvokerTuberestored to allow for containers to specify alternate implementations of SEI-based invoking.Fields in com.sun.xml.ws.server.sei declared as Invoker Modifier and Type Field Description protected TInvokerTube. invoker
-