org.codegist.crest
Interface RequestContext
- All Superinterfaces:
- InterfaceContext
- All Known Subinterfaces:
- ParamContext<V>
public interface RequestContext
- extends InterfaceContext
Context for any request, passed to request's interceptors.
- Author:
- Laurent Gilles (laurent.gilles@codegist.org)
- See Also:
RequestInterceptor
getMethodConfig
MethodConfig getMethodConfig()
getParamConfig
ParamConfig getParamConfig(int index)
getRawValue
Object getRawValue(int index)
getSerializedValue
String getSerializedValue(int index)
getArgCount
int getArgCount()
getMethod
Method getMethod()
getArgs
Object[] getArgs()
- Returns:
- Method's call arguments.
Copyright © 2011. All Rights Reserved.