|
RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientInvoker | |
---|---|
org.jboss.resteasy.client | |
org.jboss.resteasy.client.core | |
org.jboss.resteasy.client.core.marshallers |
Uses of ClientInvoker in org.jboss.resteasy.client |
---|
Methods in org.jboss.resteasy.client that return ClientInvoker | ||
---|---|---|
static
|
ProxyFactory.createClientInvoker(Class<T> clazz,
Method method,
URI baseUri,
ClientExecutor executor,
ResteasyProviderFactory providerFactory,
EntityExtractorFactory extractorFactory)
|
|
static
|
ProxyFactory.createClientInvoker(Class<T> clazz,
Method method,
URI baseUri,
ClientExecutor executor,
ResteasyProviderFactory providerFactory,
EntityExtractorFactory extractorFactory,
Map<String,Object> requestAttributes)
|
|
static
|
ProxyFactory.createClientInvoker(Class<T> clazz,
Method method,
URI baseUri,
ProxyConfig config)
|
Uses of ClientInvoker in org.jboss.resteasy.client.core |
---|
Methods in org.jboss.resteasy.client.core with parameters of type ClientInvoker | |
---|---|
void |
ClientInvokerModifier.modify(ClientInvoker invoker)
|
Uses of ClientInvoker in org.jboss.resteasy.client.core.marshallers |
---|
Methods in org.jboss.resteasy.client.core.marshallers that return types with arguments of type ClientInvoker | |
---|---|
Collection<ClientInvoker> |
ResteasyClientProxy.getResteasyClientInvokers()
|
|
RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |