org.apache.abdera.server
Interface RequestHandlerFactory


public interface RequestHandlerFactory


Field Summary
static java.lang.String HANDLER_FACTORY
           
static RequestHandlerFactory INSTANCE
           
 
Method Summary
 RequestHandler newRequestHandler(RequestContext requestContext)
           
 

Field Detail

HANDLER_FACTORY

static final java.lang.String HANDLER_FACTORY
See Also:
Constant Field Values

INSTANCE

static final RequestHandlerFactory INSTANCE
Method Detail

newRequestHandler

RequestHandler newRequestHandler(RequestContext requestContext)
                                 throws AbderaServerException
Throws:
AbderaServerException