Uses of Interface
org.apache.wink.server.handlers.ResponseHandler

Packages that use ResponseHandler
org.apache.wink.server.handlers   
 

Uses of ResponseHandler in org.apache.wink.server.handlers
 

Classes in org.apache.wink.server.handlers that implement ResponseHandler
 class AbstractHandler
          Convenience class for implementing a handler that is unaware of the handlers chain.
 

Methods in org.apache.wink.server.handlers that return types with arguments of type ResponseHandler
 java.util.List<? extends ResponseHandler> HandlersFactory.getErrorHandlers()
          Returns a list of user error handlers.
 java.util.List<? extends ResponseHandler> HandlersFactory.getResponseHandlers()
          Returns a list of user response handlers.
 

Methods in org.apache.wink.server.handlers with parameters of type ResponseHandler
protected  void ResponseHandlersChain.handle(ResponseHandler handler, MessageContext context)
           
 



Copyright © 2009-2010 The Apache Software Foundation. All Rights Reserved.