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.MediaTypeprotected Class<?> protected DefaultEntityExtractorFactoryprotected EntityExtractorprotected booleanprotected Stringprotected ClientConfigurationprotected Methodprotected Object[]protected ResteasyWebTarget -
Constructor Summary
ConstructorsConstructorDescriptionClientInvoker(ResteasyWebTarget parent, Class<?> declaring, Method method, ProxyConfig config) -
Method Summary
Modifier and TypeMethodDescriptionprotected ClientInvocationcreateRequest(Object[] args) voidjavax.ws.rs.core.MediaTypeClass<?> booleanvoidsetFollowRedirects(boolean followRedirects) voidsetHttpMethod(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:
invokein interfaceMethodInvoker
-
createRequest
-
getHttpMethod
-
setHttpMethod
-
isFollowRedirects
public boolean isFollowRedirects() -
setFollowRedirects
public void setFollowRedirects(boolean followRedirects) -
followRedirects
public void followRedirects()
-