|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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(File serviceSpecFile)
|
void |
Service.configureAnalysisEngine(File descriptorFile,
File resultSpecXMLFile)
Configure service with a UIMA descriptor. |
void |
Service.configurePear(File pearFile,
File pearInstallationDir,
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 | |
|---|---|
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 | |
|---|---|
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(File file)
Read a config file. |
static ServerSpec |
XmlConfigReader.readServerSpec(InputStream is)
Read a config XML stream. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||