Esri Geoportal Server
1.2.9

com.esri.gpt.control.webharvest.client.atom
Class SimpleEntryProcessor

java.lang.Object
  extended by 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

Constructor Summary
SimpleEntryProcessor(IterationContext context)
           
 
Method Summary
 String extractMetadata(BaseAtomInfo info, Node entry)
          Extracts xml of entry node and returns xml string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleEntryProcessor

public SimpleEntryProcessor(IterationContext context)
Method Detail

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 object
entry - the entry node
Returns:
the metadata xml string

Esri Geoportal Server
1.2.9

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.