com.ibm.portal.portletmodel
Interface CommunicationEndpointLocator<E extends java.lang.Object & CommunicationEndpoint>

All Superinterfaces:
Locator<E>

public interface CommunicationEndpointLocator<E extends java.lang.Object & CommunicationEndpoint>
extends Locator<E>

A locator for finding CommunicationEndpoints in a portlet model. This locator interface is optionally provided by CommunicationEndpointProvider implementations

Since:
6.1.0.0

Method Summary
 CommunicationEndpoint findByName(java.lang.String communicationEndpointName)
          Finds a communication endpoint with the given name
 
Methods inherited from interface com.ibm.portal.Locator
findByID, findByUniqueName
 

Method Detail

findByName

CommunicationEndpoint findByName(java.lang.String communicationEndpointName)
Finds a communication endpoint with the given name

Parameters:
communicationEndpointName - The name of the communication endpoint
Returns:
The CommunicationEndpoint.
See Also:
CommunicationEndpoint.getName()