|
Esri Geoportal Server 1.2.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataProcessorFactory
Data processor factory.
Method Summary | |
---|---|
String |
getName()
Gets name of the data processor to be created. |
void |
init(Node ndConfig)
Initializes factory. |
DataProcessor |
newProcessor(MessageBroker messageBroker,
String baseContextPath,
Harvester.Listener listener)
Creates new processor. |
void |
setName(String name)
Sets name of the data processor to be created. |
Method Detail |
---|
String getName()
void setName(String name)
name
- namevoid init(Node ndConfig)
ndConfig
- DOM node with data processor factory configuration.DataProcessor newProcessor(MessageBroker messageBroker, String baseContextPath, Harvester.Listener listener)
messageBroker
- message brokerbaseContextPath
- base context pathlistener
- listener
|
Esri Geoportal Server 1.2.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |