com.amazonaws.handlers
Class HandlerChainFactory

java.lang.Object
  extended by com.amazonaws.handlers.HandlerChainFactory

public class HandlerChainFactory
extends Object

Factory for creating request/response handler chains.


Constructor Summary
HandlerChainFactory()
           
 
Method Summary
 List<RequestHandler> newRequestHandlerChain(String resource)
          Constructs a new request handler chain by analyzing the specified classpath resource.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandlerChainFactory

public HandlerChainFactory()
Method Detail

newRequestHandlerChain

public List<RequestHandler> newRequestHandlerChain(String resource)
Constructs a new request handler chain by analyzing the specified classpath resource.

Parameters:
resource - The resource to load from the classpath containing the list of request handlers to instantiate.
Returns:
A list of request handlers based on the handlers referenced in the specified resource.


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.