Coverage for ion/core/intercept/interceptor : 91.67%
Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
|
#!/usr/bin/env python
@file ion/core/intercept/interceptor.py @author Michael Meisinger @brief capability container interceptor system (security, governance) """
# Configuration
""" Interceptor that processes messages as the come along and passes them on. """
""" Interceptor that can process messages in the in-path and out-path. Just a wrapper for code to keep both complementing actions together. Note: There is NO guanantee that for one incoming message there is one outgoing message """ """ @param invocation container object for parameters @retval invocation instance, may be modified """ else: raise ConfigurationError("Illegal EnvelopeInterceptor path: %s" % invocation.path)
return invocation return invocation
""" Interceptor that drops messages. """
""" Interceptor that drops messages. """ |