com.ibm.rational.rpe.common.utils
Interface IConnectionConfigurator


public interface IConnectionConfigurator

This is a hook provided by Rational Reporting for Document Generation (RRDG) for embedding tools to configure the HTTP Requests that Rational Publishing Engine makes. This action is to allow the host application to handle authentication requests that are not supported by RRDG and to provide support for any application-specific logic.


Method Summary
 void configureHttpRequest(org.apache.http.HttpRequest request)
          Configures the HttpRequest that RRDG uses based on the logic from the application.
 

Method Detail

configureHttpRequest

void configureHttpRequest(org.apache.http.HttpRequest request)
Configures the HttpRequest that RRDG uses based on the logic from the application.