Package org.jboss.resteasy.client.core
Class ClientInvoker
java.lang.Object
org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl
org.jboss.resteasy.client.core.ClientInvoker
- All Implemented Interfaces:
ClientInterceptorRepository
,MethodInvoker
- Version:
- $Revision: 1 $
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected javax.ws.rs.core.MediaType
protected URI
protected Class
protected ClientExecutor
protected EntityExtractor
protected EntityExtractorFactory
protected boolean
protected String
protected Marshaller[]
protected Method
protected ResteasyProviderFactory
protected ResteasyUriBuilder
-
Constructor Summary
ConstructorsConstructorDescriptionClientInvoker
(URI baseUri, Class declaring, Method method, ProxyConfig config) ClientInvoker
(URI baseUri, Class declaring, Method method, ResteasyProviderFactory providerFactory, ClientExecutor executor, EntityExtractorFactory extractorFactory) -
Method Summary
Modifier and TypeMethodDescriptionprotected ClientRequest
createRequest
(Object[] args) void
javax.ws.rs.core.MediaType
boolean
void
setFollowRedirects
(boolean followRedirects) void
setHttpMethod
(String httpMethod) Methods inherited from class org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl
copyClientInterceptorsTo, getExecutionInterceptorList, getExecutionInterceptors, getInterceptors, getInterceptors, getReaderInterceptorList, getReaderInterceptors, getWriterInterceptorList, getWriterInterceptors, prefixClientInterceptorsTo, registerInterceptor, setExecutionInterceptors, setExecutionInterceptors, setReaderInterceptors, setWriterInterceptors
-
Field Details
-
providerFactory
-
httpMethod
-
uri
-
method
-
declaring
-
accepts
protected javax.ws.rs.core.MediaType accepts -
marshallers
-
executor
-
followRedirects
protected boolean followRedirects -
extractor
-
extractorFactory
-
baseUri
-
attributes
-
-
Constructor Details
-
ClientInvoker
public ClientInvoker(URI baseUri, Class declaring, Method method, ResteasyProviderFactory providerFactory, ClientExecutor executor, EntityExtractorFactory extractorFactory) -
ClientInvoker
-
-
Method Details
-
getAttributes
-
getAccepts
public javax.ws.rs.core.MediaType getAccepts() -
getMethod
-
getDeclaring
-
getProviderFactory
-
invoke
- Specified by:
invoke
in interfaceMethodInvoker
-
createRequest
-
getHttpMethod
-
setHttpMethod
-
isFollowRedirects
public boolean isFollowRedirects() -
setFollowRedirects
public void setFollowRedirects(boolean followRedirects) -
followRedirects
public void followRedirects()
-