| Package | Description |
|---|---|
| org.apache.uima.simpleserver | |
| org.apache.uima.simpleserver.config | |
| org.apache.uima.simpleserver.config.impl |
| Modifier and Type | Field and Description |
|---|---|
protected ServerSpec |
Service.serviceSpec |
| Modifier and Type | Method and Description |
|---|---|
ServerSpec |
Service.getServiceSpec() |
| Modifier and Type | Method and Description |
|---|---|
Result |
ResultExtractor.getResult(org.apache.uima.cas.CAS cas,
ServerSpec resultSpec)
Extract a set of results from a CAS and a result specification.
|
| Modifier and Type | Method and Description |
|---|---|
static ServerSpec |
ConfigFactory.newServerSpec(java.lang.String shortDescription,
java.lang.String longDescription,
boolean doOutputAll)
Create a new server specification.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServerSpecImpl
Implementation of ServerSpec interface.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2013. All Rights Reserved.