public abstract class ProviderInvokerTube<T> extends InvokerTube<Provider<T>>
Modifier and Type | Field and Description |
---|---|
protected ProviderArgumentsBuilder<T> |
argsBuilder |
invoker
Constructor and Description |
---|
ProviderInvokerTube(Invoker invoker,
ProviderArgumentsBuilder<T> argsBuilder) |
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, process
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
processException, processRequest, processResponse
protected ProviderArgumentsBuilder<T> argsBuilder
ProviderInvokerTube(Invoker invoker, ProviderArgumentsBuilder<T> argsBuilder)
public static <T> ProviderInvokerTube<T> create(Class<T> implType, WSBinding binding, Invoker invoker, Container container)
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.