Class CookieParamProcessor
- java.lang.Object
-
- org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation.CookieParamProcessor
-
- All Implemented Interfaces:
InvocationProcessor
public class CookieParamProcessor extends Object implements InvocationProcessor
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Field Summary
Fields Modifier and Type Field Description protected Annotation[]annotationsprotected Typetype
-
Constructor Summary
Constructors Constructor Description CookieParamProcessor(String cookieName)CookieParamProcessor(String cookieName, Type type, Annotation[] annotations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCookieName()voidprocess(ClientInvocation invocation, Object object)
-
-
-
Field Detail
-
annotations
protected Annotation[] annotations
-
type
protected Type type
-
-
Constructor Detail
-
CookieParamProcessor
public CookieParamProcessor(String cookieName)
-
CookieParamProcessor
public CookieParamProcessor(String cookieName, Type type, Annotation[] annotations)
-
-
Method Detail
-
getCookieName
public String getCookieName()
-
process
public void process(ClientInvocation invocation, Object object)
- Specified by:
processin interfaceInvocationProcessor
-
-