com.ibm.portal.outbound.config.service
Interface OutboundConnectionModelProvider


public interface OutboundConnectionModelProvider

The provider for the connection mode.
Code example:

javax.naming.Context ctx = new javax.naming.InitialContext();
OutboundConnectionModelHome home = (OutboundConnectionModelHome) ctx.lookup("portal:service/model/OutboundConnectionModel");
OutboundConnectionModel model = home.getOutboundConnectionModelProvider().getOutboundConnectionModel();

Since:
8.5.0
See Also:
OutboundConnectionModel, OutboundConnectionModelHome

Method Summary
 OutboundConnectionModel getOutboundConnectionModel()
          Get an outbound connection model
 

Method Detail

getOutboundConnectionModel

OutboundConnectionModel getOutboundConnectionModel()
Get an outbound connection model

Returns:
the outbound connection model. Never null.