com.netscape.certsrv.connector
Interface IHttpConnection


public interface IHttpConnection

This represents a HTTP connection to a remote authority. Http connection is used by the connector to send PKI messages to a remote authority. The remote authority will reply with a PKI message as well. An example would be the communication between a CA and a KRA.

Version:
$Revision: 14561 $, $Date: 2007-05-01 10:28:56 -0700 (Tue, 01 May 2007) $

Method Summary
 IPKIMessage send(IPKIMessage tomsg)
          Sends the PKI message to the remote authority.
 

Method Detail

send

IPKIMessage send(IPKIMessage tomsg)
                 throws EBaseException
Sends the PKI message to the remote authority.

Parameters:
tomsg - Message to forward to authority.
Throws:
EBaseException - Failed to send message.