public interface IInterceptor
Modifier and Type | Interface and Description |
---|---|
static interface |
IInterceptor.IInvokeContext |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
FEATURE_REQUIRES_PAYLOAD
This is a constant that can be passed to
IPluginInfo.IPluginInfoContext.setFeature(String, Object)
and which tells that the plugin needs to have access to the payload in order to do its job. |
Modifier and Type | Method and Description |
---|---|
void |
invoke(IInterceptor.IInvokeContext ctx)
The implementation of the interceptor
|
static final java.lang.String FEATURE_REQUIRES_PAYLOAD
IPluginInfo.IPluginInfoContext.setFeature(String, Object)
and which tells that the plugin needs to have access to the payload in order to do its job.void invoke(IInterceptor.IInvokeContext ctx) throws java.lang.Exception
java.lang.Exception