Package org.n52.iceland.coding.encode
Interface ResponseWriterFactory
-
- All Superinterfaces:
ComponentFactory<ResponseWriterKey,ResponseWriter<?>>,Keyed<ResponseWriterKey>
- All Known Implementing Classes:
EXIResponseWriterFactory,JSONResponseWriterFactory,SoapChainResponseWriterFactory,XmlResponseWriterFactory
public interface ResponseWriterFactory extends ComponentFactory<ResponseWriterKey,ResponseWriter<?>>
Response writer factory which is loaded by theResponseWriterRepositoryand creates for each request an newResponseWriterimplementation.- Since:
- 1.0.0
-
-
Method Summary
-
Methods inherited from interface org.n52.janmayen.component.ComponentFactory
create, createAll, getKeys, has
-
-