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;
}
Aggregations