Search in sources :

Example 1 with SCSOAPBindingModelImpl

use of com.sun.identity.console.service.model.SCSOAPBindingModelImpl in project OpenAM by OpenRock.

the class SCSOAPBindingRequestHandlerListViewBeanBase method getModelInternal.

protected AMModel getModelInternal() {
    AMModel model = null;
    HttpServletRequest req = RequestManager.getRequestContext().getRequest();
    try {
        model = new SCSOAPBindingModelImpl(req, getPageSessionAttributes());
    } catch (AMConsoleException e) {
        setInlineAlertMessage(CCAlert.TYPE_ERROR, "message.error", e.getMessage());
    }
    return model;
}
Also used : HttpServletRequest(javax.servlet.http.HttpServletRequest) AMModel(com.sun.identity.console.base.model.AMModel) SCSOAPBindingModelImpl(com.sun.identity.console.service.model.SCSOAPBindingModelImpl) AMConsoleException(com.sun.identity.console.base.model.AMConsoleException)

Aggregations

AMConsoleException (com.sun.identity.console.base.model.AMConsoleException)1 AMModel (com.sun.identity.console.base.model.AMModel)1 SCSOAPBindingModelImpl (com.sun.identity.console.service.model.SCSOAPBindingModelImpl)1 HttpServletRequest (javax.servlet.http.HttpServletRequest)1