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


public interface CorAjaxProxyServiceHome

Returns the AjaxProxyService for use in a COR request. Depending on the type of the context the returned service is configured for the portlet or the portal.

Since:
6.1.5

Field Summary
static java.lang.String ATTR_CLASS
          name of the class attribute used for instantiation
static java.lang.String DEFAULT_EXTENSION_ID
          ID of the default implementation of the CorAjaxProxyServiceHome
static java.lang.String EXTENSION_POINT_ID
          ID of the CorAjaxProxyServiceHome extension point
static java.lang.String JNDI_NAME
          name for the JNDI lookup
 
Method Summary
 com.ibm.mashups.proxy.AjaxProxyService getAjaxProxyService(Context ctx)
          Returns the service based on the COR context
 

Field Detail

JNDI_NAME

static final java.lang.String JNDI_NAME
name for the JNDI lookup

See Also:
Constant Field Values

ATTR_CLASS

static final java.lang.String ATTR_CLASS
name of the class attribute used for instantiation

See Also:
Constant Field Values

DEFAULT_EXTENSION_ID

static final java.lang.String DEFAULT_EXTENSION_ID
ID of the default implementation of the CorAjaxProxyServiceHome

See Also:
Constant Field Values

EXTENSION_POINT_ID

static final java.lang.String EXTENSION_POINT_ID
ID of the CorAjaxProxyServiceHome extension point

See Also:
Constant Field Values
Method Detail

getAjaxProxyService

com.ibm.mashups.proxy.AjaxProxyService getAjaxProxyService(Context ctx)
                                                           throws com.ibm.mashups.proxy.exceptions.AjaxProxyServiceHomeException
Returns the service based on the COR context

Parameters:
ctx - the COR context, not null
Returns:
the service, not null
Throws:
com.ibm.mashups.proxy.exceptions.AjaxProxyServiceHomeException