org.japtproxy
Class JaptProxy

java.lang.Object
  extended by org.japtproxy.JaptProxy

public class JaptProxy
extends java.lang.Object

The JaptProxy is the starting point for Japt-Proxy.

Version:
$LastChangedRevision: 120 $
Author:
Oliver J. Siegmar

Constructor Summary
JaptProxy()
           
 
Method Summary
 void handleRequest(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
          Handles the incoming request.
 void setConfiguration(Configuration configuration)
           
 void setRepoPackageFinders(java.util.Map<BackendType,RepoPackageFinder> repoPackageFinders)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaptProxy

public JaptProxy()
Method Detail

setConfiguration

public void setConfiguration(Configuration configuration)

setRepoPackageFinders

public void setRepoPackageFinders(java.util.Map<BackendType,RepoPackageFinder> repoPackageFinders)

handleRequest

public void handleRequest(javax.servlet.http.HttpServletRequest req,
                          javax.servlet.http.HttpServletResponse res)
                   throws HandlingException,
                          java.io.IOException
Handles the incoming request.

Parameters:
req - the HttpServletRequest object.
res - the HttpServletResponse object
Throws:
HandlingException - is thrown if a handling error occurs.
java.io.IOException - is thrown if an I/O error occurs.


Copyright © 2006-2008. All Rights Reserved.