|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.api.pipe.helper.AbstractTubeImpl
com.sun.xml.ws.server.sei.InvokerTube<T>
public abstract class InvokerTube<T extends Invoker>
Base class for InvokerTube restored
to allow for containers to specify alternate implementations of SEI-based
invoking.
| Field Summary | |
|---|---|
protected T |
invoker
|
| Constructor Summary | |
|---|---|
protected |
InvokerTube(InvokerTube<T> that,
TubeCloner cloner)
Copy constructor. |
protected |
InvokerTube(T invoker)
|
| Method Summary | |
|---|---|
T |
getInvoker(Packet request)
Returns the Invoker object that serves the request. |
| Methods inherited from class com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl |
|---|
copy, copy, doInvoke, doInvokeAndForget, doReturnWith, doSuspend, doSuspend, doSuspend, doSuspend, doThrow, doThrow, process |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.sun.xml.ws.api.pipe.Tube |
|---|
preDestroy, processException, processRequest, processResponse |
| Methods inherited from interface com.sun.xml.ws.api.pipe.Pipe |
|---|
preDestroy |
| Field Detail |
|---|
protected final T extends Invoker invoker
| Constructor Detail |
|---|
protected InvokerTube(T invoker)
protected InvokerTube(InvokerTube<T> that,
TubeCloner cloner)
| Method Detail |
|---|
@NotNull public T getInvoker(Packet request)
Invoker object that serves the request.
getInvoker in interface InvokerSource<T extends Invoker>request - Packet for request
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||