org.gcube.common.ghn.client.proxy
Interface CallInterceptor

All Known Implementing Classes:
ScopeInjector

public interface CallInterceptor


Method Summary
 void onCallBinding(Map<String,Object> ctxt)
           
 void onRequest(int callId, Map<String,Object> ctxt, org.jboss.netty.handler.codec.http.HttpRequest request)
           
 void onResponse(int callId, Map<String,Object> ctxt, org.jboss.netty.handler.codec.http.HttpResponse request)
           
 

Method Detail

onCallBinding

void onCallBinding(Map<String,Object> ctxt)

onRequest

void onRequest(int callId,
               Map<String,Object> ctxt,
               org.jboss.netty.handler.codec.http.HttpRequest request)
               throws Exception
Throws:
Exception

onResponse

void onResponse(int callId,
                Map<String,Object> ctxt,
                org.jboss.netty.handler.codec.http.HttpResponse request)
                throws Exception
Throws:
Exception


Copyright © 2012. All Rights Reserved.