|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IHttpPKIMessage
This represents a Http PKI message. It contains simple name/value pair values. Also maintains information about the status and type of the message.
| Method Summary | |
|---|---|
void |
fromRequest(IRequest r)
Copies contents of request to make a simple name/value message. |
java.lang.String |
getReqId()
Retrieves the request identifier. |
java.lang.String |
getReqType()
Retrieves the request type. |
void |
toRequest(IRequest r)
Copies contents to request. |
| Methods inherited from interface com.netscape.certsrv.connector.IPKIMessage |
|---|
getReqStatus |
| Method Detail |
|---|
java.lang.String getReqType()
getReqType in interface IPKIMessagejava.lang.String getReqId()
getReqId in interface IPKIMessagevoid fromRequest(IRequest r)
fromRequest in interface IPKIMessager - Instance of IRequest to be copied from.void toRequest(IRequest r)
toRequest in interface IPKIMessager - Instance of IRequest to be copied to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||