| 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(String shortDescription,
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(File file)
Read a config file.
|
static ServerSpec |
XmlConfigReader.readServerSpec(InputStream is)
Read a config XML stream.
|
Copyright © 2015. All rights reserved.