Uses of Class
adams.flow.rest.interceptor.outgoing.AbstractOutInterceptor
-
Packages that use AbstractOutInterceptor Package Description adams.flow.rest.interceptor.outgoing -
-
Uses of AbstractOutInterceptor in adams.flow.rest.interceptor.outgoing
Classes in adams.flow.rest.interceptor.outgoing with type parameters of type AbstractOutInterceptor Modifier and Type Class Description class
AbstractOutInterceptorGenerator<T extends AbstractOutInterceptor>
Ancestor for generators for outgoing message interceptors.Subclasses of AbstractOutInterceptor in adams.flow.rest.interceptor.outgoing Modifier and Type Class Description class
BaseLogging
Interceptor for outgoing messages.class
Enqueue
Enqueues a token in the specified queue whenever an outgoing message is intercepted.class
LogFile
Interceptor for outgoing messages, writing the data to a log file.class
LogURL
Interceptor for outgoing messages that simply logs the outgoing URL.Fields in adams.flow.rest.interceptor.outgoing declared as AbstractOutInterceptor Modifier and Type Field Description protected T
AbstractOutInterceptorGenerator. m_LastInterceptor
the last interceptor generated.Methods in adams.flow.rest.interceptor.outgoing that return AbstractOutInterceptor Modifier and Type Method Description protected AbstractOutInterceptor
NullGenerator. doGenerate()
Generates the actual interceptor for incoming messages.
-