com.ibm.portal.outbound.config
Interface CookieTransformationItem


public interface CookieTransformationItem

A cookie transformer definition. Custom cookie transformers are owned by a cookie rule. It holds a class name of a factory object that produces a cookie transformer, which are loaded and executed if an associated cookie is found in a connection. This filter should implement the interface com.ibm.mashups.proxy.ext.CookieTransformerFactory, although no validation is made by this model SPI.

Since:
8.5.0
See Also:
OutboundConnectionModel, PolicyRule

Method Summary
 java.lang.String getClassName()
          Return the class name of the cookie transformer factory.
 java.util.Map<java.lang.String,java.lang.String> getMetaData()
          Return the object meta data
 

Method Detail

getClassName

java.lang.String getClassName()
Return the class name of the cookie transformer factory. Note that the model SPI does not validate if this filter exists and can be loaded.

Returns:
String the class name of the custom filter.

getMetaData

java.util.Map<java.lang.String,java.lang.String> getMetaData()
Return the object meta data

Returns:
the meta data that are associated for this transformer.