org.apache.ode.axis2.service
Class DeploymentBrowser

java.lang.Object
  extended by org.apache.ode.axis2.service.DeploymentBrowser

public class DeploymentBrowser
extends java.lang.Object

handles a set of URLs all starting with /deployment to publish all files in deployed bundles, services and processes.


Constructor Summary
DeploymentBrowser(ProcessStoreImpl store, org.apache.axis2.engine.AxisConfiguration config, java.io.File appRoot)
           
 
Method Summary
 boolean doFilter(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentBrowser

public DeploymentBrowser(ProcessStoreImpl store,
                         org.apache.axis2.engine.AxisConfiguration config,
                         java.io.File appRoot)
Method Detail

doFilter

public boolean doFilter(javax.servlet.http.HttpServletRequest request,
                        javax.servlet.http.HttpServletResponse response)
                 throws javax.servlet.ServletException,
                        java.io.IOException
Throws:
javax.servlet.ServletException
java.io.IOException