public abstract class ProviderInvokerTube<T> extends InvokerTube<Provider<T>>
Modifier and Type | Field and Description |
---|---|
protected ProviderArgumentsBuilder<T> |
argsBuilder |
invoker
Modifier and Type | Method and Description |
---|---|
static <T> ProviderInvokerTube<T> |
create(Class<T> implType,
WSBinding binding,
Invoker invoker,
Container container) |
copy, getCurrentPacket, getEndpoint, getInvoker, preDestroy, setEndpoint
copy, doInvoke, doInvokeAndForget, doReturnWith, doSuspend, doSuspend, doSuspend, doSuspend, doThrow, doThrow, process
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
processException, processRequest, processResponse
protected ProviderArgumentsBuilder<T> argsBuilder
public static <T> ProviderInvokerTube<T> create(Class<T> implType, WSBinding binding, Invoker invoker, Container container)
Copyright © 2015 Oracle Corporation. All rights reserved.