} catch (ClassCastException cce) {
throw new ServletServiceException("The passed servlet isn't a servlet service because it can't be cast to "
+ Absolutizable.class.getName() + ".", cce);
}
AbsoluteServletConnection sc = new AbsoluteServletConnection(a.getServiceName(), resultResourcePath, query);
try {
return sc.getInputStream();
} catch (IOException e) {
throw new ServletServiceException(e);
} catch (ServletException e) {
throw new ServletServiceException(e);
}