Uses of Interface
com.sun.xml.ws.server.sei.InvokerSource

Packages that use InvokerSource
com.sun.xml.ws.server.provider   
com.sun.xml.ws.server.sei   
 

Uses of InvokerSource in com.sun.xml.ws.server.provider
 

Classes in com.sun.xml.ws.server.provider that implement InvokerSource
 class AsyncProviderInvokerTube<T>
          This Tube is used to invoke the AsyncProvider endpoints.
 class ProviderInvokerTube<T>
          This Tube is used to invoke the Provider and AsyncProvider endpoints.
 class SyncProviderInvokerTube<T>
          This tube is used to invoke the Provider endpoints.
 

Uses of InvokerSource in com.sun.xml.ws.server.sei
 

Classes in com.sun.xml.ws.server.sei that implement InvokerSource
 class InvokerTube<T extends Invoker>
          Base class for InvokerTube restored to allow for containers to specify alternate implementations of SEI-based invoking.
 class SEIInvokerTube
          This pipe is used to invoke SEI based endpoints.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.