public abstract class InvokerTube<T extends Invoker> extends AbstractTubeImpl implements InvokerSource<T>
InvokerTube
restored
to allow for containers to specify alternate implementations of SEI-based
invoking.Modifier | Constructor and Description |
---|---|
protected |
InvokerTube(InvokerTube<T> that,
TubeCloner cloner)
Copy constructor.
|
protected |
InvokerTube(T invoker) |
Modifier and Type | Method and Description |
---|---|
T |
getInvoker(com.sun.xml.ws.api.message.Packet request)
Returns the
Invoker object that serves the request. |
copy, copy, doInvoke, doInvokeAndForget, doReturnWith, doSuspend, doSuspend, doSuspend, doSuspend, doThrow, doThrow, process
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
preDestroy, processException, processRequest, processResponse
preDestroy
protected InvokerTube(T invoker)
protected InvokerTube(InvokerTube<T> that, TubeCloner cloner)
@NotNull public T getInvoker(com.sun.xml.ws.api.message.Packet request)
Invoker
object that serves the request.getInvoker
in interface InvokerSource<T extends Invoker>
request
- Packet for requestCopyright © 2015 Oracle Corporation. All rights reserved.