Package | Description |
---|---|
org.jboss.resteasy.client | |
org.jboss.resteasy.client.core | |
org.jboss.resteasy.client.core.marshallers |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
ClientInvokerModifier.modify(ClientInvoker invoker) |
Modifier and Type | Method and Description |
---|---|
Collection<ClientInvoker> |
ResteasyClientProxy.getResteasyClientInvokers() |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.