org.apache.jetspeed.portlet
Interface PortletMessage

All Known Implementing Classes:
DefaultPortletMessage, WpsStrutsPortletMessage

Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.

public interface PortletMessage

The PortletMessage can be used for inter-portlet communication. A message object has to implement this interface in order to act as an information carrier between portlets. The content of the message is a matter of contract between the involved portlets. A portlet that broadcasts messages should publish its message object format in its documentation. Inter-portlet communication can only occur inside portlet applications.

Since:
4.1
See Also:
PortletContext.send(java.lang.String, org.apache.jetspeed.portlet.PortletMessage, org.apache.jetspeed.portlet.PortletRequest)
Note:
This interface is designed to be implemented by clients.