Uses of Interface
com.sun.xml.ws.server.sei.InvokerSource
-
Packages that use InvokerSource Package Description com.sun.xml.ws.server This document describes the architecture of server side JAX-WS 2.0.1 runtime.com.sun.xml.ws.server.provider com.sun.xml.ws.server.sei -
-
Uses of InvokerSource in com.sun.xml.ws.server
Classes in com.sun.xml.ws.server that implement InvokerSource Modifier and Type Class Description classInvokerTube<T>Base code forProviderInvokerTubeandSEIInvokerTube. -
Uses of InvokerSource in com.sun.xml.ws.server.provider
Classes in com.sun.xml.ws.server.provider that implement InvokerSource Modifier and Type Class Description classAsyncProviderInvokerTube<T>ThisTubeis used to invoke theAsyncProviderendpoints.classProviderInvokerTube<T>classSyncProviderInvokerTube<T>This tube is used to invoke theProviderendpoints. -
Uses of InvokerSource in com.sun.xml.ws.server.sei
Classes in com.sun.xml.ws.server.sei that implement InvokerSource Modifier and Type Class Description classInvokerTube<T extends Invoker>Base class forInvokerTuberestored to allow for containers to specify alternate implementations of SEI-based invoking.classSEIInvokerTubeThis pipe is used to invoke SEI based endpoints.
-