Interface IHttpPKIMessage
- All Superinterfaces:
IPKIMessage,Serializable
- All Known Implementing Classes:
HttpPKIMessage
This represents a Http PKI message. It contains
simple name/value pair values. Also maintains information
about the status and type of the message.
- Version:
- $Revision$, $Date$
-
Method Summary
Modifier and TypeMethodDescriptionvoidCopies contents of request to make a simple name/value message.getReqId()Retrieves the request identifier.Retrieves the request type.voidCopies contents to request.Methods inherited from interface com.netscape.certsrv.connector.IPKIMessage
getReqRealm, getReqStatus
-
Method Details
-
getReqType
String getReqType()Retrieves the request type.- Specified by:
getReqTypein interfaceIPKIMessage- Returns:
- String with the type of request.
-
getReqId
String getReqId()Retrieves the request identifier.- Specified by:
getReqIdin interfaceIPKIMessage- Returns:
- String of name of request.
-
fromRequest
Copies contents of request to make a simple name/value message.- Specified by:
fromRequestin interfaceIPKIMessage- Parameters:
r- Instance of IRequest to be copied from.
-
toRequest
Copies contents to request.- Specified by:
toRequestin interfaceIPKIMessage- Parameters:
r- Instance of IRequest to be copied to.
-