org.idoox.wasp.interceptor
Interface Interceptor

All Known Subinterfaces:
TransportInterceptor
All Known Implementing Classes:
IPFilterInterceptor

public interface Interceptor

This is an interface ot the interceptor.

Since:
4.0
See Also:
TransportInterceptor
Component:
Core

Method Summary
 void destroy()
          Destroys the interceptor.
 void load(Configurable config)
          Loads the interceptor.
 

Method Detail

load

public void load(Configurable config)
          throws WaspInternalException
Loads the interceptor.

Parameters:
config - interceptor's config
Throws:
WaspInternalException

destroy

public void destroy()
Destroys the interceptor.