Package de.mhus.cherry.web.api
Interface TypeHeaderFactory
-
- All Known Implementing Classes:
TypeHeaderDynamic.Factory
public interface TypeHeaderFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TypeHeadercreate(de.mhus.lib.core.config.IConfig header)Return a header object if the factory is able to handle the header type.
-
-
-
Method Detail
-
create
TypeHeader create(de.mhus.lib.core.config.IConfig header) throws de.mhus.lib.errors.MException
Return a header object if the factory is able to handle the header type.- Parameters:
header-- Returns:
- a typeheader if the config is accepted
- Throws:
de.mhus.lib.errors.MException
-
-