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$, $Date$
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.