com.ibm.portal.portletmodel
Interface CommunicationEndpointLocator
- All Superinterfaces:
- Locator
public interface CommunicationEndpointLocator
- extends Locator
A locator for finding CommunicationEndpoints in a portlet model.
This locator interface is optionally provided by CommunicationEndpointProvider
implementations
- Since:
- 6.1.0.0
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()