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 classAbstractOutInterceptorGenerator<T extends AbstractOutInterceptor>Ancestor for generators for outgoing message interceptors.Subclasses of AbstractOutInterceptor in adams.flow.rest.interceptor.outgoing Modifier and Type Class Description classBaseLoggingInterceptor for outgoing messages.classEnqueueEnqueues a token in the specified queue whenever an outgoing message is intercepted.classLogFileInterceptor for outgoing messages, writing the data to a log file.classLogURLInterceptor 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 TAbstractOutInterceptorGenerator. m_LastInterceptorthe last interceptor generated.Methods in adams.flow.rest.interceptor.outgoing that return AbstractOutInterceptor Modifier and Type Method Description protected AbstractOutInterceptorNullGenerator. doGenerate()Generates the actual interceptor for incoming messages.
-