Uses of Interface
org.apache.uima.simpleserver.output.Result

Packages that use Result
org.apache.uima.simpleserver   
org.apache.uima.simpleserver.output   
org.apache.uima.simpleserver.output.impl   
org.apache.uima.simpleserver.servlet   
 

Uses of Result in org.apache.uima.simpleserver
 

Methods in org.apache.uima.simpleserver that return Result
 Result ResultExtractor.getResult(org.apache.uima.cas.CAS cas, ServerSpec resultSpec)
          Extract a set of results from a CAS and a result specification.
 Result Service.process(String text)
           
 Result Service.process(String text, String lang)
          Calls the services analysis engine on the input text, filters and produces the result.
 

Uses of Result in org.apache.uima.simpleserver.output
 

Methods in org.apache.uima.simpleserver.output with parameters of type Result
static String ResultConverter.getInlineXML(Result result)
           
static String InlineXMLGenerator.getInlineXML(Result result)
           
static String ResultConverter.getXMLString(Result result)
           
 

Uses of Result in org.apache.uima.simpleserver.output.impl
 

Classes in org.apache.uima.simpleserver.output.impl that implement Result
 class ResultImpl
           
 

Uses of Result in org.apache.uima.simpleserver.servlet
 

Methods in org.apache.uima.simpleserver.servlet with parameters of type Result
 String SimpleServerServlet.transformResult(Result result, String mode)
           
 



Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.