|
||||||||||
| 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<Invoker>
com.sun.xml.ws.server.InvokerTube<javax.xml.ws.Provider<T>>
com.sun.xml.ws.server.provider.ProviderInvokerTube<T>
public abstract class ProviderInvokerTube<T>
This Tube is used to invoke the Provider and AsyncProvider endpoints.
| Field Summary | |
|---|---|
protected ProviderArgumentsBuilder<T> |
argsBuilder
|
| Fields inherited from class com.sun.xml.ws.server.sei.InvokerTube |
|---|
invoker |
| Method Summary | ||
|---|---|---|
static
|
create(java.lang.Class<T> implType,
WSBinding binding,
Invoker invoker,
Container container)
|
|
| Methods inherited from class com.sun.xml.ws.server.InvokerTube |
|---|
copy, getCurrentPacket, getEndpoint, getInvoker, preDestroy, setEndpoint |
| Methods inherited from class com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl |
|---|
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 |
|---|
processException, processRequest, processResponse |
| Field Detail |
|---|
protected ProviderArgumentsBuilder<T> argsBuilder
| Method Detail |
|---|
public static <T> ProviderInvokerTube<T> create(java.lang.Class<T> implType,
WSBinding binding,
Invoker invoker,
Container container)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||