Uses of Class
adams.flow.rest.interceptor.incoming.AbstractInInterceptorGenerator
-
Packages that use AbstractInInterceptorGenerator Package Description adams.flow.rest adams.flow.rest.interceptor.incoming -
-
Uses of AbstractInInterceptorGenerator in adams.flow.rest
Fields in adams.flow.rest declared as AbstractInInterceptorGenerator Modifier and Type Field Description protected AbstractInInterceptorGeneratorAbstractRESTProvider. m_InInterceptorthe interceptor generator for incoming messages.Methods in adams.flow.rest that return AbstractInInterceptorGenerator Modifier and Type Method Description protected AbstractInInterceptorGeneratorAbstractRESTProvider. getDefaultInInterceptor()Returns the default interceptor for incoming messages.AbstractInInterceptorGeneratorAbstractRESTProvider. getInInterceptor()Returns the interceptor for incoming messages.AbstractInInterceptorGeneratorRESTProvider. getInInterceptor()Returns the interceptor for incoming messages (actually generator, since interceptors aren't serializable).Methods in adams.flow.rest with parameters of type AbstractInInterceptorGenerator Modifier and Type Method Description static voidRESTUtils. configureFactoryInterceptors(adams.flow.core.Actor owner, org.apache.cxf.jaxrs.JAXRSServerFactoryBean factory, AbstractInInterceptorGenerator inInterceptor, AbstractOutInterceptorGenerator outInterceptor)Configures the interceptors/logging for the service endpoint (incoming and outgoing).voidAbstractRESTProvider. setInInterceptor(AbstractInInterceptorGenerator value)Sets the interceptor for incoming messages.voidRESTProvider. setInInterceptor(AbstractInInterceptorGenerator value)Sets the interceptor for incoming messages (actually generator, since interceptors aren't serializable). -
Uses of AbstractInInterceptorGenerator in adams.flow.rest.interceptor.incoming
Subclasses of AbstractInInterceptorGenerator in adams.flow.rest.interceptor.incoming Modifier and Type Class Description classBaseLoggingGeneratorGenerator forBaseLogging.classEnqueueGeneratorGenerator forEnqueue.classLogFileGeneratorGenerator forLogFile.classNullGeneratorDoes not generate an interceptor.
-