org.apache.abdera.protocol.server.impl
Class DefaultRequestHandler

java.lang.Object
  extended by org.apache.abdera.protocol.server.impl.AbstractRequestHandler
      extended by org.apache.abdera.protocol.server.impl.DefaultRequestHandler
All Implemented Interfaces:
RequestHandler

public class DefaultRequestHandler
extends AbstractRequestHandler
implements RequestHandler


Constructor Summary
DefaultRequestHandler()
           
 
Method Summary
 
Methods inherited from class org.apache.abdera.protocol.server.impl.AbstractRequestHandler
checkMethod, combine, noprovider, notallowed, notfound, output, preconditions, process
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.abdera.protocol.server.RequestHandler
process
 

Constructor Detail

DefaultRequestHandler

public DefaultRequestHandler()