Class HeaderParamProcessor
java.lang.Object
org.jboss.resteasy.client.jaxrs.internal.proxy.processors.AbstractCollectionProcessor<ClientInvocation>
org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation.AbstractInvocationCollectionProcessor
org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation.HeaderParamProcessor
- All Implemented Interfaces:
InvocationProcessor
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Field Summary
Fields inherited from class org.jboss.resteasy.client.jaxrs.internal.proxy.processors.AbstractCollectionProcessor
annotations, config, paramName, type
-
Constructor Summary
ConstructorDescriptionHeaderParamProcessor
(String paramName) HeaderParamProcessor
(String paramName, Type type, Annotation[] annotations, ClientConfiguration config) -
Method Summary
Modifier and TypeMethodDescriptionprotected ClientInvocation
apply
(ClientInvocation invocation, Object... objects) Methods inherited from class org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation.AbstractInvocationCollectionProcessor
process
Methods inherited from class org.jboss.resteasy.client.jaxrs.internal.proxy.processors.AbstractCollectionProcessor
buildIt
-
Constructor Details
-
HeaderParamProcessor
-
HeaderParamProcessor
public HeaderParamProcessor(String paramName, Type type, Annotation[] annotations, ClientConfiguration config)
-
-
Method Details
-
apply
- Specified by:
apply
in classAbstractCollectionProcessor<ClientInvocation>
-