org.mule.transport.http
Class CookieWrapper

java.lang.Object
  extended by org.apache.commons.httpclient.NameValuePair
      extended by org.mule.transport.http.CookieWrapper
All Implemented Interfaces:
Serializable

public class CookieWrapper
extends NameValuePair

See Also:
Serialized Form

Constructor Summary
CookieWrapper()
           
 
Method Summary
 Cookie createCookie()
           
 void parse(MuleMessage message, ExpressionManager expressionManager)
           
 void setDomain(String domain)
           
 void setExpiryDate(Object expiryDate)
           
 void setMaxAge(String maxAge)
           
 void setPath(String path)
           
 void setSecure(String secure)
           
 void setVersion(String version)
           
 
Methods inherited from class org.apache.commons.httpclient.NameValuePair
equals, getName, getValue, hashCode, setName, setValue, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CookieWrapper

public CookieWrapper()
Method Detail

parse

public void parse(MuleMessage message,
                  ExpressionManager expressionManager)

createCookie

public Cookie createCookie()
                    throws ParseException
Throws:
ParseException

setDomain

public void setDomain(String domain)

setPath

public void setPath(String path)

setExpiryDate

public void setExpiryDate(Object expiryDate)

setMaxAge

public void setMaxAge(String maxAge)

setSecure

public void setSecure(String secure)

setVersion

public void setVersion(String version)


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.