RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

Uses of Class
org.jboss.resteasy.client.core.ClientInvoker

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
<T> ClientInvoker
ProxyFactory.createClientInvoker(Class<T> clazz, Method method, URI baseUri, ClientExecutor executor, ResteasyProviderFactory providerFactory, EntityExtractorFactory extractorFactory)
           
static
<T> ClientInvoker
ProxyFactory.createClientInvoker(Class<T> clazz, Method method, URI baseUri, ClientExecutor executor, ResteasyProviderFactory providerFactory, EntityExtractorFactory extractorFactory, Map<String,Object> requestAttributes)
           
static
<T> ClientInvoker
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

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.