|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OutboundConnectionServiceHome
The home for the Outbound Connection API.
Code example:
javax.naming.Context ctx = new javax.naming.InitialContext();
OutboundConnectionServiceHome home = (OutboundConnectionServiceHome) ctx.lookup("portal:service/model/OutboundConnectionService");
NOTE: This API may only be used in the scope of an HTTP request in WebSphere Portal, i.e. within a theme.
The API can not be invoked directly by a custom servlet.
OutboundConnectionService
Field Summary | |
---|---|
static java.lang.String |
JNDI_NAME
|
Method Summary | |
---|---|
OutboundConnectionService |
getOutboundConnectionService(ApplicationContextBean context)
Create an outbound connection service, using an application context object. |
OutboundConnectionService |
getOutboundConnectionService(HttpServletRequest aRequest,
HttpServletResponse aResponse)
Create an outbound connection service, using the default policy mapping. |
OutboundConnectionService |
getOutboundConnectionService(HttpServletRequest aRequest,
HttpServletResponse aResponse,
java.util.Map<java.lang.String,java.lang.String> variables)
Create an outbound connection service, using the default policy mapping. |
OutboundConnectionService |
getOutboundConnectionService(HttpServletRequest aRequest,
HttpServletResponse aResponse,
java.lang.String mappingContext)
Create an outbound connection service, using a specified policy mapping. |
OutboundConnectionService |
getOutboundConnectionService(HttpServletRequest aRequest,
HttpServletResponse aResponse,
java.lang.String mappingContext,
java.util.Map<java.lang.String,java.lang.String> variables)
Create an outbound connection service, using a specified policy mapping. |
OutboundConnectionService |
getOutboundConnectionService(PortletRequest aRequest,
PortletResponse aResponse)
Create an outbound connection service, using the default policy mapping. |
OutboundConnectionService |
getOutboundConnectionService(PortletRequest aRequest,
PortletResponse aResponse,
java.util.Map<java.lang.String,java.lang.String> variables)
Create an outbound connection service, using the default policy mapping. |
OutboundConnectionService |
getOutboundConnectionService(PortletRequest aRequest,
PortletResponse aResponse,
java.lang.String mappingContext)
Create an outbound connection service, using a specified policy mapping. |
OutboundConnectionService |
getOutboundConnectionService(PortletRequest aRequest,
PortletResponse aResponse,
java.lang.String mappingContext,
java.util.Map<java.lang.String,java.lang.String> variables)
Create an outbound connection service, using a specified policy mapping. |
Field Detail |
---|
static final java.lang.String JNDI_NAME
Method Detail |
---|
OutboundConnectionService getOutboundConnectionService(PortletRequest aRequest, PortletResponse aResponse, java.lang.String mappingContext) throws OutboundConnectionServiceException
aRequest
- aResponse
- mappingContext
- The mapping that should be used. An empty String or null means to use the default mapping.
OutboundConnectionServiceException
OutboundConnectionService getOutboundConnectionService(PortletRequest aRequest, PortletResponse aResponse) throws OutboundConnectionServiceException
aRequest
- aResponse
-
OutboundConnectionServiceException
OutboundConnectionService getOutboundConnectionService(PortletRequest aRequest, PortletResponse aResponse, java.lang.String mappingContext, java.util.Map<java.lang.String,java.lang.String> variables) throws OutboundConnectionServiceException
aRequest
- aResponse
- a
- set of override variables.mappingContext
- The mapping that should be used. An empty String or null means to use the default mapping.
OutboundConnectionServiceException
OutboundConnectionService getOutboundConnectionService(PortletRequest aRequest, PortletResponse aResponse, java.util.Map<java.lang.String,java.lang.String> variables) throws OutboundConnectionServiceException
aRequest
- aResponse
-
OutboundConnectionServiceException
OutboundConnectionService getOutboundConnectionService(HttpServletRequest aRequest, HttpServletResponse aResponse, java.lang.String mappingContext) throws OutboundConnectionServiceException
aRequest
- aResponse
- a
- set of override variables.mappingContext
- The mapping that should be used. An empty String or null means to use the default mapping.
OutboundConnectionServiceException
OutboundConnectionService getOutboundConnectionService(HttpServletRequest aRequest, HttpServletResponse aResponse) throws OutboundConnectionServiceException
aRequest
- aResponse
-
OutboundConnectionServiceException
OutboundConnectionService getOutboundConnectionService(HttpServletRequest aRequest, HttpServletResponse aResponse, java.lang.String mappingContext, java.util.Map<java.lang.String,java.lang.String> variables) throws OutboundConnectionServiceException
aRequest
- aResponse
- mappingContext
- The mapping that should be used. An empty String or null means to use the default mapping.
OutboundConnectionServiceException
OutboundConnectionService getOutboundConnectionService(HttpServletRequest aRequest, HttpServletResponse aResponse, java.util.Map<java.lang.String,java.lang.String> variables) throws OutboundConnectionServiceException
aRequest
- aResponse
-
OutboundConnectionServiceException
OutboundConnectionService getOutboundConnectionService(ApplicationContextBean context) throws OutboundConnectionServiceException
context
- the application context.
OutboundConnectionServiceException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |