Interface WebInterceptServiceFactory

All Superinterfaces:
ServiceFactory<Class<?>>

public interface WebInterceptServiceFactory extends ServiceFactory<Class<?>>

ServiceFactory to provide a single Method Class for intercepting all HttpRequest instances before they are serviced by WoOF.

This is typically useful for adding additional non-application logic information to responses, such as CORS headers.

The Class is loaded with a ClassSectionSource and must have only one SectionInput and one SectionOutput.

Author:
Daniel Sagenschneider