com.esri.gpt.control.webharvest.client.atom
Class SimpleEntryProcessor
java.lang.Object
com.esri.gpt.control.webharvest.client.atom.SimpleEntryProcessor
- All Implemented Interfaces:
- IEntryProcessor
public class SimpleEntryProcessor
- extends Object
- implements IEntryProcessor
This class is a simple implementation of entry processor.
It fetch entry node xml.
- Author:
- prat5814
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleEntryProcessor
public SimpleEntryProcessor(IterationContext context)
extractMetadata
public String extractMetadata(BaseAtomInfo info,
Node entry)
- Extracts xml of entry node and returns xml string.
- Specified by:
extractMetadata
in interface IEntryProcessor
- Parameters:
info
- the BaseAtomInfo objectentry
- the entry node
- Returns:
- the metadata xml string
Copyright 2011 Environmental Systems Research Institute.
All rights reserved.
Use is subject to
license terms.