Package com.netscape.cms.servlet.cert
Class CertReviewResponseFactory
- java.lang.Object
-
- com.netscape.cms.servlet.cert.CertReviewResponseFactory
-
public class CertReviewResponseFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CertReviewResponseFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CertReviewResponsecreate(IRequest request, IProfile profile, javax.ws.rs.core.UriInfo uriInfo, java.util.Locale locale)static CertReviewResponsecreate(CMSRequest cmsReq, IProfile profile, boolean noncesEnabled, java.util.Locale locale)
-
-
-
Method Detail
-
create
public static CertReviewResponse create(IRequest request, IProfile profile, javax.ws.rs.core.UriInfo uriInfo, java.util.Locale locale) throws EBaseException
- Throws:
EBaseException
-
create
public static CertReviewResponse create(CMSRequest cmsReq, IProfile profile, boolean noncesEnabled, java.util.Locale locale) throws EPropertyException, EProfileException
- Throws:
EPropertyExceptionEProfileException
-
-