Class ClientInvoker
java.lang.Object
org.jboss.resteasy.client.jaxrs.internal.proxy.ClientInvoker
- All Implemented Interfaces:
MethodInvoker
- Version:
- $Revision: 1 $
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected javax.ws.rs.core.MediaType
protected Class
<?> protected DefaultEntityExtractorFactory
protected EntityExtractor
protected boolean
protected String
protected ClientConfiguration
protected Method
protected Object[]
protected ResteasyWebTarget
-
Constructor Summary
ConstructorsConstructorDescriptionClientInvoker
(ResteasyWebTarget parent, Class<?> declaring, Method method, ProxyConfig config) -
Method Summary
Modifier and TypeMethodDescriptionprotected ClientInvocation
createRequest
(Object[] args) void
javax.ws.rs.core.MediaType
Class
<?> boolean
void
setFollowRedirects
(boolean followRedirects) void
setHttpMethod
(String httpMethod)
-
Field Details
-
httpMethod
-
method
-
declaring
-
accepts
protected javax.ws.rs.core.MediaType accepts -
processors
-
webTarget
-
followRedirects
protected boolean followRedirects -
extractor
-
entityExtractorFactory
-
invokerConfig
-
-
Constructor Details
-
ClientInvoker
public ClientInvoker(ResteasyWebTarget parent, Class<?> declaring, Method method, ProxyConfig config)
-
-
Method Details
-
getAccepts
public javax.ws.rs.core.MediaType getAccepts() -
getMethod
-
getDeclaring
-
invoke
- Specified by:
invoke
in interfaceMethodInvoker
-
createRequest
-
getHttpMethod
-
setHttpMethod
-
isFollowRedirects
public boolean isFollowRedirects() -
setFollowRedirects
public void setFollowRedirects(boolean followRedirects) -
followRedirects
public void followRedirects()
-