com.ibm.portal.portletmodel
Interface CommunicationEndpointProvider

All Superinterfaces:
LocatorProvider

public interface CommunicationEndpointProvider
extends LocatorProvider

Interface that allows to retrieve the communication endpoints declared by a portlet. It optionally provides a CommunicationEndpointLocator In WebSpere Portal 6.1.0, communication endpoints can only be provided by portlets; see PortletDefinition.getEndpointProvider()

Since:
6.1.0.0

Method Summary
 IterableListModel getSources()
          Returns all communication sources declared by the portlet.
 IterableListModel getTargets()
          Returns all communication targets declared by the portlet.
 
Methods inherited from interface com.ibm.portal.LocatorProvider
getLocator
 

Method Detail

getSources

IterableListModel getSources()
Returns all communication sources declared by the portlet.

Returns:
a IterableListModel contain the declared CommunicationSources.

getTargets

IterableListModel getTargets()
Returns all communication targets declared by the portlet.

Returns:
a IterableListModel contain the declared CommunicationTargets.