|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IService
This interface defines how requests are serviced. This covers certificate generation, revocation, renewals, revocation checking, and much more.
Method Summary | |
---|---|
boolean |
serviceRequest(IRequest request)
Performs the service (such as certificate generation) represented by this request. |
Method Detail |
---|
boolean serviceRequest(IRequest request) throws EBaseException
request
- The request that needs service. The service may use
attributes stored in the request, and may update the
values, or store new ones.
EBaseException
- indicates major processing failure.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |