Class ClientInvoker
java.lang.Object
org.jboss.resteasy.client.jaxrs.internal.proxy.ClientInvoker
- All Implemented Interfaces:
MethodInvoker
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected jakarta.ws.rs.core.MediaType[]protected Class<?> protected DefaultEntityExtractorFactoryprotected EntityExtractorprotected booleanprotected Stringprotected ClientConfigurationprotected Methodprotected Object[]protected jakarta.ws.rs.client.RxInvokerProvider<?> protected jakarta.ws.rs.client.SyncInvokerprotected ResteasyWebTarget -
Constructor Summary
ConstructorsConstructorDescriptionClientInvoker(ResteasyWebTarget parent, Class<?> declaring, Method method, ProxyConfig config) -
Method Summary
Modifier and TypeMethodDescriptionprotected ClientInvocationcreateRequest(Object[] args) voidjakarta.ws.rs.core.MediaType[]Class<?> jakarta.ws.rs.client.SyncInvokerprotected ObjectinvokeAsync(Object[] args) protected ObjectinvokeSync(Object[] args) booleanvoidsetFollowRedirects(boolean followRedirects) voidsetHttpMethod(String httpMethod) voidsetSyncInvoker(jakarta.ws.rs.client.SyncInvoker syncInvoker)
-
Field Details
-
httpMethod
-
method
-
declaring
-
accepts
protected jakarta.ws.rs.core.MediaType[] accepts -
processors
-
webTarget
-
followRedirects
protected boolean followRedirects -
extractor
-
entityExtractorFactory
-
invokerConfig
-
rxInvokerProvider
protected jakarta.ws.rs.client.RxInvokerProvider<?> rxInvokerProvider -
syncInvoker
protected jakarta.ws.rs.client.SyncInvoker syncInvoker
-
-
Constructor Details
-
ClientInvoker
public ClientInvoker(ResteasyWebTarget parent, Class<?> declaring, Method method, ProxyConfig config)
-
-
Method Details
-
getAccepts
public jakarta.ws.rs.core.MediaType[] getAccepts() -
getMethod
-
getDeclaring
-
invoke
- Specified by:
invokein interfaceMethodInvoker
-
invokeAsync
-
invokeSync
-
createRequest
-
getHttpMethod
-
setHttpMethod
-
isFollowRedirects
public boolean isFollowRedirects() -
setFollowRedirects
public void setFollowRedirects(boolean followRedirects) -
followRedirects
public void followRedirects() -
getSyncInvoker
public jakarta.ws.rs.client.SyncInvoker getSyncInvoker() -
setSyncInvoker
public void setSyncInvoker(jakarta.ws.rs.client.SyncInvoker syncInvoker)
-