org.apache.wink.server.handlers
Interface ResponseHandler

All Superinterfaces:
Handler
All Known Implementing Classes:
AbstractHandler

public interface ResponseHandler
extends Handler


Method Summary
 void handleResponse(MessageContext context, HandlersChain chain)
           
 
Methods inherited from interface org.apache.wink.server.handlers.Handler
init
 

Method Detail

handleResponse

void handleResponse(MessageContext context,
                    HandlersChain chain)
                    throws java.lang.Throwable
Throws:
java.lang.Throwable


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