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 AbstractOutInterceptorGenerator
AbstractRESTProvider. m_OutInterceptor
the interceptor generator for outgoing messages.Methods in adams.flow.rest that return AbstractOutInterceptorGenerator Modifier and Type Method Description protected AbstractOutInterceptorGenerator
AbstractRESTProvider. getDefaultOutInterceptor()
Returns the default interceptor for outgoing messages.AbstractOutInterceptorGenerator
AbstractRESTProvider. getOutInterceptor()
Returns the interceptor for outgoing messages.AbstractOutInterceptorGenerator
RESTProvider. 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 void
RESTUtils. 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).void
AbstractRESTProvider. setOutInterceptor(AbstractOutInterceptorGenerator value)
Sets the interceptor for outgoing messages.void
RESTProvider. 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 class
BaseLoggingGenerator
Generator forBaseLogging
.class
EnqueueGenerator
Generator forEnqueue
.class
LogFileGenerator
Generator forLogFile
.class
LogURLGenerator
Generator forLogURL
.class
NullGenerator
Does not generate an interceptor.
-