com.ibm.portal.outbound.service
Interface OutboundConnectionService

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

public interface OutboundConnectionService
extends com.ibm.mashups.proxy.AjaxProxyService

The Outbound Connection API. This API allows to establish outbound HTTP connections using the outbound connections infrastructure. Read the chapter "Outbound HTTP connections" for further information.

Code example: javax.naming.Context ctx = new javax.naming.InitialContext(); OutboundConnectionServiceHome home = (OutboundConnectionServiceHome) ctx.lookup("portal:service/model/OutboundConnectionService"); OutboundConnectionService connectionService = home.getOutboundConnectionService (request, Response); home.

Since:
8.5.0
See Also:
OutboundConnectionServiceHome

Method Summary
 
Methods inherited from interface com.ibm.mashups.proxy.AjaxProxyService
createConnection