com.ibm.portal.outbound.service
Interface OutboundConnectionService


public interface OutboundConnectionService

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