com.ibm.portal.resolver.proxy.service
Interface PortletAjaxProxyService

All Superinterfaces:
com.ibm.mashups.proxy.AjaxProxyService, Identifiable

public interface PortletAjaxProxyService
extends com.ibm.mashups.proxy.AjaxProxyService, Identifiable

Portlet version of the AjaxProxyService.

Since:
6.1.5

Method Summary
 ObjectID getObjectID()
          Returns the objectID of the calling portlet window
 
Methods inherited from interface com.ibm.mashups.proxy.AjaxProxyService
createConnection
 

Method Detail

getObjectID

ObjectID getObjectID()
Returns the objectID of the calling portlet window

Specified by:
getObjectID in interface Identifiable
Returns:
the ObjectID of this resource, this can never be null
See Also:
Identifiable.getObjectID()