Class CookieParamMarshaller
- java.lang.Object
-
- org.jboss.resteasy.client.core.marshallers.CookieParamMarshaller
-
- All Implemented Interfaces:
Marshaller
public class CookieParamMarshaller extends java.lang.Object implements Marshaller
- Version:
- $Revision: 1 $
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringcookieName
-
Constructor Summary
Constructors Constructor Description CookieParamMarshaller(java.lang.String cookieName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuild(ClientRequest request, java.lang.Object object)java.lang.StringgetCookieName()
-
-
-
Method Detail
-
getCookieName
public java.lang.String getCookieName()
-
build
public void build(ClientRequest request, java.lang.Object object)
- Specified by:
buildin interfaceMarshaller
-
-