Uses of Class
org.apache.uima.simpleserver.SimpleServerException

Packages that use SimpleServerException
org.apache.uima.simpleserver   
org.apache.uima.simpleserver.config   
org.apache.uima.simpleserver.config.impl   
 

Uses of SimpleServerException in org.apache.uima.simpleserver
 

Methods in org.apache.uima.simpleserver that throw SimpleServerException
protected  void Service.configure(java.io.File serviceSpecFile)
           
 void Service.configureAnalysisEngine(java.io.File descriptorFile, java.io.File resultSpecXMLFile)
          Configure service with a UIMA descriptor.
 void Service.configurePear(java.io.File pearFile, java.io.File pearInstallationDir, java.io.File serviceSpecFile)
          Configure service with a UIMA PEAR file.
 

Uses of SimpleServerException in org.apache.uima.simpleserver.config
 

Methods in org.apache.uima.simpleserver.config that return types with arguments of type SimpleServerException
 java.util.List<SimpleServerException> ServerSpec.validate(org.apache.uima.cas.TypeSystem typeSystem)
          Validate a service spec with respect to a type system.
 

Uses of SimpleServerException in org.apache.uima.simpleserver.config.impl
 

Methods in org.apache.uima.simpleserver.config.impl that return types with arguments of type SimpleServerException
 java.util.List<SimpleServerException> ServerSpecImpl.validate(org.apache.uima.cas.TypeSystem typeSystem)
           
 

Methods in org.apache.uima.simpleserver.config.impl that throw SimpleServerException
static ServerSpec XmlConfigReader.readServerSpec(java.io.File file)
          Read a config file.
static ServerSpec XmlConfigReader.readServerSpec(java.io.InputStream is)
          Read a config XML stream.
 



Copyright © 2011. All Rights Reserved.