Uses of Class
adams.flow.webservice.interceptor.incoming.AbstractInInterceptor
-
Packages that use AbstractInInterceptor Package Description adams.flow.webservice.interceptor.incoming -
-
Uses of AbstractInInterceptor in adams.flow.webservice.interceptor.incoming
Classes in adams.flow.webservice.interceptor.incoming with type parameters of type AbstractInInterceptor Modifier and Type Class Description class
AbstractInInterceptorGenerator<T extends AbstractInInterceptor>
Ancestor for generators for incoming message interceptors.Subclasses of AbstractInInterceptor in adams.flow.webservice.interceptor.incoming Modifier and Type Class Description class
BaseLogging
Interceptor for incoming messages.class
Enqueue
Enqueues a token in the specified queue whenever an incoming message is received.class
LogFile
Interceptor for incoming messages, writing them to a file.class
XMLLoggingInInterceptor
Default XML Logging interceptor.Fields in adams.flow.webservice.interceptor.incoming declared as AbstractInInterceptor Modifier and Type Field Description protected T
AbstractInInterceptorGenerator. m_LastInterceptor
the last interceptor generated.Methods in adams.flow.webservice.interceptor.incoming that return AbstractInInterceptor Modifier and Type Method Description protected AbstractInInterceptor
NullGenerator. doGenerate()
Generates the actual interceptor for incoming messages.
-