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.MediaTypeprotected URIprotected Classprotected ClientExecutorprotected EntityExtractorprotected EntityExtractorFactoryprotected booleanprotected Stringprotected Marshaller[]protected Methodprotected ResteasyProviderFactoryprotected 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 ClientRequestcreateRequest(Object[] args) voidjavax.ws.rs.core.MediaTypebooleanvoidsetFollowRedirects(boolean followRedirects) voidsetHttpMethod(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:
invokein interfaceMethodInvoker
-
createRequest
-
getHttpMethod
-
setHttpMethod
-
isFollowRedirects
public boolean isFollowRedirects() -
setFollowRedirects
public void setFollowRedirects(boolean followRedirects) -
followRedirects
public void followRedirects()
-