org.gcube.common.ghn.client.proxy
Interface CallInterceptor
- All Known Implementing Classes:
- ScopeInjector
public interface CallInterceptor
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.