at.ofai.gate
Class OFAIProcessDoc

java.lang.Object
  extended by at.ofai.gate.OFAIProcessDoc

public class OFAIProcessDoc
extends Object

This class is the implementation of the resource OFAIServer


Constructor Summary
OFAIProcessDoc()
           
OFAIProcessDoc(URL pipelineFileURL)
           
 
Method Summary
 void cleanup()
           
 Document processDocument(Document doc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OFAIProcessDoc

public OFAIProcessDoc()

OFAIProcessDoc

public OFAIProcessDoc(URL pipelineFileURL)
               throws PersistenceException,
                      IOException,
                      ResourceInstantiationException,
                      URISyntaxException
Throws:
PersistenceException
IOException
ResourceInstantiationException
URISyntaxException
Method Detail

cleanup

public void cleanup()

processDocument

public Document processDocument(Document doc)