Uses of Class
adams.flow.rest.interceptor.outgoing.AbstractOutInterceptorGenerator
-
Packages that use AbstractOutInterceptorGenerator Package Description adams.flow.rest adams.flow.rest.interceptor.outgoing -
-
Uses of AbstractOutInterceptorGenerator in adams.flow.rest
Fields in adams.flow.rest declared as AbstractOutInterceptorGenerator Modifier and Type Field Description protected AbstractOutInterceptorGeneratorAbstractRESTProvider. m_OutInterceptorthe interceptor generator for outgoing messages.Methods in adams.flow.rest that return AbstractOutInterceptorGenerator Modifier and Type Method Description protected AbstractOutInterceptorGeneratorAbstractRESTProvider. getDefaultOutInterceptor()Returns the default interceptor for outgoing messages.AbstractOutInterceptorGeneratorAbstractRESTProvider. getOutInterceptor()Returns the interceptor for outgoing messages.AbstractOutInterceptorGeneratorRESTProvider. getOutInterceptor()Returns the interceptor for outgoing messages (actually generator, since interceptors aren't serializable).Methods in adams.flow.rest with parameters of type AbstractOutInterceptorGenerator 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. setOutInterceptor(AbstractOutInterceptorGenerator value)Sets the interceptor for outgoing messages.voidRESTProvider. setOutInterceptor(AbstractOutInterceptorGenerator value)Sets the interceptor for outgoing messages (actually generator, since interceptors aren't serializable). -
Uses of AbstractOutInterceptorGenerator in adams.flow.rest.interceptor.outgoing
Subclasses of AbstractOutInterceptorGenerator in adams.flow.rest.interceptor.outgoing Modifier and Type Class Description classBaseLoggingGeneratorGenerator forBaseLogging.classEnqueueGeneratorGenerator forEnqueue.classLogFileGeneratorGenerator forLogFile.classLogURLGeneratorGenerator forLogURL.classNullGeneratorDoes not generate an interceptor.
-