com.bea.wsrp.model.markup
Interface IInitCookieResponseContext

All Superinterfaces
IBaseResponseContext

public interface IInitCookieResponseContext
extends IBaseResponseContext

A response context that represents output data of the "initCookie" operation.

This interface is intended to be implemented only by Oracle Weblogic Portal. Oracle Systems reserves the right to add abstract methods to this interface without notice. Implementations of this interface by other parties must not be expected to compile without change in future versions of Oracle Weblogic Portal.

Method Summary
 void setResponseCookies(List<String> cookies)
          Sets the supplied list of cookies as response cookies.
 
Methods inherited from interface com.bea.wsrp.model.markup.IBaseResponseContext
getMimeHeaders, getNamespaceUri, getResponseCookies, render
 

Method Detail

setResponseCookies

void setResponseCookies(List<String> cookies)
Sets the supplied list of cookies as response cookies. The cookie string doesn't contain "Set-Cookie" token.

Parameters
cookies - a list of cookies.


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.