org.jboss.resteasy.client.core
Class CookieParamMarshaller

java.lang.Object
  extended by org.jboss.resteasy.client.core.CookieParamMarshaller
All Implemented Interfaces:
Marshaller

public class CookieParamMarshaller
extends java.lang.Object
implements Marshaller

Version:
$Revision: 1 $
Author:
Bill Burke

Constructor Summary
CookieParamMarshaller(java.lang.String cookieName)
           
 
Method Summary
 void buildRequest(java.lang.Object object, org.apache.commons.httpclient.HttpMethodBase httpMethod)
           
 void buildUri(java.lang.Object object, UriBuilderImpl uri)
           
 java.lang.String getCookieName()
           
 void setHeaders(java.lang.Object object, org.apache.commons.httpclient.HttpMethodBase httpMethod)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CookieParamMarshaller

public CookieParamMarshaller(java.lang.String cookieName)
Method Detail

getCookieName

public java.lang.String getCookieName()

buildUri

public void buildUri(java.lang.Object object,
                     UriBuilderImpl uri)
Specified by:
buildUri in interface Marshaller

setHeaders

public void setHeaders(java.lang.Object object,
                       org.apache.commons.httpclient.HttpMethodBase httpMethod)
Specified by:
setHeaders in interface Marshaller

buildRequest

public void buildRequest(java.lang.Object object,
                         org.apache.commons.httpclient.HttpMethodBase httpMethod)
Specified by:
buildRequest in interface Marshaller


Copyright © 2009. All Rights Reserved.