Package org.n52.svalbard.encode.stream
Class ServiceResponseWriterFactory
- java.lang.Object
-
- org.n52.svalbard.encode.stream.ServiceResponseWriterFactory
-
- All Implemented Interfaces:
org.n52.iceland.coding.encode.ResponseWriterFactory,org.n52.janmayen.component.ComponentFactory<org.n52.iceland.coding.encode.ResponseWriterKey,org.n52.iceland.coding.encode.ResponseWriter<?>>,org.n52.janmayen.component.Keyed<org.n52.iceland.coding.encode.ResponseWriterKey>
public class ServiceResponseWriterFactory extends java.lang.Object implements org.n52.iceland.coding.encode.ResponseWriterFactoryTODO JavaDoc
-
-
Constructor Summary
Constructors Constructor Description ServiceResponseWriterFactory(StreamWriterRepository responseWriterFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.n52.iceland.coding.encode.ResponseWriter<?>create(org.n52.iceland.coding.encode.ResponseWriterKey key)java.util.Set<org.n52.iceland.coding.encode.ResponseWriterKey>getKeys()
-
-
-
Constructor Detail
-
ServiceResponseWriterFactory
@Inject public ServiceResponseWriterFactory(StreamWriterRepository responseWriterFactory)
-
-
Method Detail
-
getKeys
public java.util.Set<org.n52.iceland.coding.encode.ResponseWriterKey> getKeys()
- Specified by:
getKeysin interfaceorg.n52.janmayen.component.ComponentFactory<org.n52.iceland.coding.encode.ResponseWriterKey,org.n52.iceland.coding.encode.ResponseWriter<?>>- Specified by:
getKeysin interfaceorg.n52.janmayen.component.Keyed<org.n52.iceland.coding.encode.ResponseWriterKey>
-
create
public org.n52.iceland.coding.encode.ResponseWriter<?> create(org.n52.iceland.coding.encode.ResponseWriterKey key)
- Specified by:
createin interfaceorg.n52.janmayen.component.ComponentFactory<org.n52.iceland.coding.encode.ResponseWriterKey,org.n52.iceland.coding.encode.ResponseWriter<?>>
-
-