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.String
cookieName
-
Constructor Summary
Constructors Constructor Description CookieParamMarshaller(java.lang.String cookieName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
build(ClientRequest request, java.lang.Object object)
java.lang.String
getCookieName()
-
-
-
Method Detail
-
getCookieName
public java.lang.String getCookieName()
-
build
public void build(ClientRequest request, java.lang.Object object)
- Specified by:
build
in interfaceMarshaller
-
-