A B C D E F G H I J L M N O P R S T U V X

A

addFilter(Filter) - Method in interface org.apache.uima.simpleserver.config.AndFilter
 
addFilter(Filter) - Method in class org.apache.uima.simpleserver.config.impl.AndFilterImpl
 
addFilter(Filter) - Method in class org.apache.uima.simpleserver.config.impl.OrFilterImpl
 
addFilter(Filter) - Method in interface org.apache.uima.simpleserver.config.OrFilter
 
addNewAnd() - Method in interface org.apache.uima.simpleserver.config.xml.And
Appends and returns a new empty value (as xml) as the last "and" element
addNewAnd() - Method in class org.apache.uima.simpleserver.config.xml.impl.AndImpl
Appends and returns a new empty value (as xml) as the last "and" element
addNewAnd() - Method in class org.apache.uima.simpleserver.config.xml.impl.OrImpl
Appends and returns a new empty value (as xml) as the last "and" element
addNewAnd() - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl.FiltersImpl
Appends and returns a new empty "and" element
addNewAnd() - Method in interface org.apache.uima.simpleserver.config.xml.Or
Appends and returns a new empty value (as xml) as the last "and" element
addNewAnd() - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType.Filters
Appends and returns a new empty "and" element
addNewFilter() - Method in interface org.apache.uima.simpleserver.config.xml.And
Appends and returns a new empty value (as xml) as the last "filter" element
addNewFilter() - Method in class org.apache.uima.simpleserver.config.xml.impl.AndImpl
Appends and returns a new empty value (as xml) as the last "filter" element
addNewFilter() - Method in class org.apache.uima.simpleserver.config.xml.impl.OrImpl
Appends and returns a new empty value (as xml) as the last "filter" element
addNewFilter() - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl.FiltersImpl
Appends and returns a new empty "filter" element
addNewFilter() - Method in interface org.apache.uima.simpleserver.config.xml.Or
Appends and returns a new empty value (as xml) as the last "filter" element
addNewFilter() - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType.Filters
Appends and returns a new empty "filter" element
addNewFilters() - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl
Appends and returns a new empty "filters" element
addNewFilters() - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType
Appends and returns a new empty "filters" element
addNewOr() - Method in interface org.apache.uima.simpleserver.config.xml.And
Appends and returns a new empty value (as xml) as the last "or" element
addNewOr() - Method in class org.apache.uima.simpleserver.config.xml.impl.AndImpl
Appends and returns a new empty value (as xml) as the last "or" element
addNewOr() - Method in class org.apache.uima.simpleserver.config.xml.impl.OrImpl
Appends and returns a new empty value (as xml) as the last "or" element
addNewOr() - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl.FiltersImpl
Appends and returns a new empty "or" element
addNewOr() - Method in interface org.apache.uima.simpleserver.config.xml.Or
Appends and returns a new empty value (as xml) as the last "or" element
addNewOr() - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType.Filters
Appends and returns a new empty "or" element
addNewOutput() - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl.OutputsImpl
Appends and returns a new empty value (as xml) as the last "output" element
addNewOutput() - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType.Outputs
Appends and returns a new empty value (as xml) as the last "output" element
addNewOutputs() - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl
Appends and returns a new empty "outputs" element
addNewOutputs() - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType
Appends and returns a new empty "outputs" element
addNewType() - Method in class org.apache.uima.simpleserver.config.xml.impl.UimaSimpleServerSpecDocumentImpl.UimaSimpleServerSpecImpl
Appends and returns a new empty value (as xml) as the last "type" element
addNewType() - Method in interface org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument.UimaSimpleServerSpec
Appends and returns a new empty value (as xml) as the last "type" element
addNewUimaSimpleServerSpec() - Method in class org.apache.uima.simpleserver.config.xml.impl.UimaSimpleServerSpecDocumentImpl
Appends and returns a new empty "uimaSimpleServerSpec" element
addNewUimaSimpleServerSpec() - Method in interface org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument
Appends and returns a new empty "uimaSimpleServerSpec" element
addOutput(Output) - Method in class org.apache.uima.simpleserver.config.impl.TypeMapImpl
 
addOutput(Output) - Method in interface org.apache.uima.simpleserver.config.TypeMap
Add an output spec.
addServletWithMapping(Server, Class<?>, String) - Static method in class org.apache.uima.simpleserver.util.JettyUtils
 
addServletWithMapping(Server, Servlet, String) - Static method in class org.apache.uima.simpleserver.util.JettyUtils
 
addTypeMap(TypeMap) - Method in class org.apache.uima.simpleserver.config.impl.ServerSpecImpl
 
addTypeMap(TypeMap) - Method in interface org.apache.uima.simpleserver.config.ServerSpec
Add a type map to an existing spec.
analyze(HttpServletRequest, HttpServletResponse) - Method in class org.apache.uima.simpleserver.servlet.SimpleServerServlet
 
And - Interface in org.apache.uima.simpleserver.config.xml
An XML and(@http://uima.apache.org/simpleserver/config/xml).
And.Factory - Class in org.apache.uima.simpleserver.config.xml
A factory class with static methods for creating instances of this type.
AndFilter - Interface in org.apache.uima.simpleserver.config
Conjunction of filters.
AndFilterImpl - Class in org.apache.uima.simpleserver.config.impl
TODO: Create type commment.
AndFilterImpl() - Constructor for class org.apache.uima.simpleserver.config.impl.AndFilterImpl
 
AndImpl - Class in org.apache.uima.simpleserver.config.xml.impl
An XML and(@http://uima.apache.org/simpleserver/config/xml).
AndImpl(SchemaType) - Constructor for class org.apache.uima.simpleserver.config.xml.impl.AndImpl
 

B

baseWebappDirectory - Variable in class org.apache.uima.simpleserver.servlet.SimpleServerServlet
 

C

callGet(String, int, String) - Static method in class org.apache.uima.simpleserver.util.HttpClientUtils
 
cas - Variable in class org.apache.uima.simpleserver.Service
 
Condition - Interface in org.apache.uima.simpleserver.config
 
ConditionImpl - Class in org.apache.uima.simpleserver.config.impl
Implementation of Condition interface.
ConditionImpl(FilterOp, String) - Constructor for class org.apache.uima.simpleserver.config.impl.ConditionImpl
 
CONFIG_FILE_NAME - Static variable in class org.apache.uima.simpleserver.servlet.ListServices
 
ConfigFactory - Class in org.apache.uima.simpleserver.config
Creates config objects.
ConfigFactory() - Constructor for class org.apache.uima.simpleserver.config.ConfigFactory
 
configure(File) - Method in class org.apache.uima.simpleserver.Service
 
configureAnalysisEngine(File, File) - Method in class org.apache.uima.simpleserver.Service
Configure service with a UIMA descriptor.
configurePear(File, File, File) - Method in class org.apache.uima.simpleserver.Service
Configure service with a UIMA PEAR file.
constructHtmlDescription(String) - Method in class org.apache.uima.simpleserver.servlet.ResultMerger
 
constructHtmlDescription(String) - Method in class org.apache.uima.simpleserver.servlet.SimpleServerServlet
 
constructParameterDescription() - Method in class org.apache.uima.simpleserver.servlet.SimpleServerServlet
 
constructResultDescription() - Method in class org.apache.uima.simpleserver.servlet.SimpleServerServlet
 
createServer() - Static method in class org.apache.uima.simpleserver.util.JettyUtils
 

D

declareServletParameters() - Method in class org.apache.uima.simpleserver.servlet.SimpleServerServlet
 
DEFAULT_CODE_PAGE - Static variable in class org.apache.uima.simpleserver.servlet.SimpleServerServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.uima.simpleserver.servlet.ListServices
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.uima.simpleserver.servlet.SimpleServerServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.uima.simpleserver.servlet.ResultMerger
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.uima.simpleserver.servlet.SimpleServerServlet
 

E

enumValue() - Method in interface org.apache.uima.simpleserver.config.xml.FilterOperator
 

F

Filter - Interface in org.apache.uima.simpleserver.config
 
Filter.FilterType - Enum in org.apache.uima.simpleserver.config
 
FilterImpl - Class in org.apache.uima.simpleserver.config.impl
TODO: Create type commment.
FilterImpl(Filter.FilterType) - Constructor for class org.apache.uima.simpleserver.config.impl.FilterImpl
 
FilterOp - Enum in org.apache.uima.simpleserver.config
Types of conditions.
FilterOperator - Interface in org.apache.uima.simpleserver.config.xml
An XML filterOperator(@http://uima.apache.org/simpleserver/config/xml).
FilterOperator.Enum - Class in org.apache.uima.simpleserver.config.xml
Enumeration value class for org.apache.uima.simpleserver.config.xml.FilterOperator.
FilterOperator.Factory - Class in org.apache.uima.simpleserver.config.xml
A factory class with static methods for creating instances of this type.
FilterOperatorImpl - Class in org.apache.uima.simpleserver.config.xml.impl
An XML filterOperator(@http://uima.apache.org/simpleserver/config/xml).
FilterOperatorImpl(SchemaType) - Constructor for class org.apache.uima.simpleserver.config.xml.impl.FilterOperatorImpl
 
FilterOperatorImpl(SchemaType, boolean) - Constructor for class org.apache.uima.simpleserver.config.xml.impl.FilterOperatorImpl
 
FilterType - Interface in org.apache.uima.simpleserver.config.xml
An XML filterType(@http://uima.apache.org/simpleserver/config/xml).
FilterType.Factory - Class in org.apache.uima.simpleserver.config.xml
A factory class with static methods for creating instances of this type.
FilterTypeImpl - Class in org.apache.uima.simpleserver.config.xml.impl
An XML filterType(@http://uima.apache.org/simpleserver/config/xml).
FilterTypeImpl(SchemaType) - Constructor for class org.apache.uima.simpleserver.config.xml.impl.FilterTypeImpl
 
forInt(int) - Static method in class org.apache.uima.simpleserver.config.xml.FilterOperator.Enum
Returns the enum value corresponding to an int, or null if none.
forString(String) - Static method in class org.apache.uima.simpleserver.config.xml.FilterOperator.Enum
Returns the enum value for a string, or null if none.

G

getAnd() - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl.FiltersImpl
Gets the "and" element
getAnd() - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType.Filters
Gets the "and" element
getAndArray() - Method in interface org.apache.uima.simpleserver.config.xml.And
Gets array of all "and" elements
getAndArray(int) - Method in interface org.apache.uima.simpleserver.config.xml.And
Gets ith "and" element
getAndArray() - Method in class org.apache.uima.simpleserver.config.xml.impl.AndImpl
Gets array of all "and" elements
getAndArray(int) - Method in class org.apache.uima.simpleserver.config.xml.impl.AndImpl
Gets ith "and" element
getAndArray() - Method in class org.apache.uima.simpleserver.config.xml.impl.OrImpl
Gets array of all "and" elements
getAndArray(int) - Method in class org.apache.uima.simpleserver.config.xml.impl.OrImpl
Gets ith "and" element
getAndArray() - Method in interface org.apache.uima.simpleserver.config.xml.Or
Gets array of all "and" elements
getAndArray(int) - Method in interface org.apache.uima.simpleserver.config.xml.Or
Gets ith "and" element
getAttribute() - Method in class org.apache.uima.simpleserver.config.impl.OutputImpl
 
getAttribute() - Method in interface org.apache.uima.simpleserver.config.Output
 
getAttributeNames() - Method in class org.apache.uima.simpleserver.output.impl.ResultEntryImpl
 
getAttributeNames() - Method in interface org.apache.uima.simpleserver.output.ResultEntry
 
getAttriuteValue(String) - Method in class org.apache.uima.simpleserver.output.impl.ResultEntryImpl
 
getAttriuteValue(String) - Method in interface org.apache.uima.simpleserver.output.ResultEntry
 
getBegin() - Method in class org.apache.uima.simpleserver.output.impl.ResultEntryImpl
 
getBegin() - Method in interface org.apache.uima.simpleserver.output.ResultEntry
 
getCondition() - Method in class org.apache.uima.simpleserver.config.impl.SimpleFilterImpl
 
getCondition() - Method in interface org.apache.uima.simpleserver.config.SimpleFilter
 
getConditionType() - Method in interface org.apache.uima.simpleserver.config.Condition
 
getConditionType() - Method in class org.apache.uima.simpleserver.config.impl.ConditionImpl
 
getCoveredText() - Method in class org.apache.uima.simpleserver.output.impl.ResultEntryImpl
 
getCoveredText() - Method in interface org.apache.uima.simpleserver.output.ResultEntry
 
getCustomDescription() - Method in class org.apache.uima.simpleserver.servlet.SimpleServerServlet
 
getEnd() - Method in class org.apache.uima.simpleserver.output.impl.ResultEntryImpl
 
getEnd() - Method in interface org.apache.uima.simpleserver.output.ResultEntry
 
getEntryName() - Method in class org.apache.uima.simpleserver.output.impl.ResultEntryImpl
 
getEntryName() - Method in interface org.apache.uima.simpleserver.output.ResultEntry
 
getFeaturePath() - Method in class org.apache.uima.simpleserver.config.impl.OutputImpl
 
getFeaturePath() - Method in class org.apache.uima.simpleserver.config.impl.SimpleFilterImpl
 
getFeaturePath() - Method in interface org.apache.uima.simpleserver.config.Output
 
getFeaturePath() - Method in interface org.apache.uima.simpleserver.config.SimpleFilter
 
getFeaturePath() - Method in class org.apache.uima.simpleserver.config.xml.impl.OutputTypeImpl
Gets the "featurePath" attribute
getFeaturePath() - Method in class org.apache.uima.simpleserver.config.xml.impl.SimpleFilterTypeImpl
Gets the "featurePath" attribute
getFeaturePath() - Method in interface org.apache.uima.simpleserver.config.xml.OutputType
Gets the "featurePath" attribute
getFeaturePath() - Method in interface org.apache.uima.simpleserver.config.xml.SimpleFilterType
Gets the "featurePath" attribute
getFilter() - Method in class org.apache.uima.simpleserver.config.impl.TypeMapImpl
 
getFilter() - Method in interface org.apache.uima.simpleserver.config.TypeMap
Get the filter for this map.
getFilter() - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl.FiltersImpl
Gets the "filter" element
getFilter() - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType.Filters
Gets the "filter" element
getFilterArray() - Method in interface org.apache.uima.simpleserver.config.xml.And
Gets array of all "filter" elements
getFilterArray(int) - Method in interface org.apache.uima.simpleserver.config.xml.And
Gets ith "filter" element
getFilterArray() - Method in class org.apache.uima.simpleserver.config.xml.impl.AndImpl
Gets array of all "filter" elements
getFilterArray(int) - Method in class org.apache.uima.simpleserver.config.xml.impl.AndImpl
Gets ith "filter" element
getFilterArray() - Method in class org.apache.uima.simpleserver.config.xml.impl.OrImpl
Gets array of all "filter" elements
getFilterArray(int) - Method in class org.apache.uima.simpleserver.config.xml.impl.OrImpl
Gets ith "filter" element
getFilterArray() - Method in interface org.apache.uima.simpleserver.config.xml.Or
Gets array of all "filter" elements
getFilterArray(int) - Method in interface org.apache.uima.simpleserver.config.xml.Or
Gets ith "filter" element
getFilters() - Method in interface org.apache.uima.simpleserver.config.AndFilter
 
getFilters() - Method in class org.apache.uima.simpleserver.config.impl.AndFilterImpl
 
getFilters() - Method in class org.apache.uima.simpleserver.config.impl.OrFilterImpl
 
getFilters() - Method in interface org.apache.uima.simpleserver.config.OrFilter
 
getFilters() - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl
Gets the "filters" element
getFilters() - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType
Gets the "filters" element
getFilterType() - Method in interface org.apache.uima.simpleserver.config.Filter
 
getFilterType() - Method in class org.apache.uima.simpleserver.config.impl.FilterImpl
 
getHost(Server) - Static method in class org.apache.uima.simpleserver.util.JettyUtils
 
getHtmlForm(String) - Method in class org.apache.uima.simpleserver.servlet.ResultMerger
 
getHtmlForm(String) - Method in class org.apache.uima.simpleserver.servlet.SimpleServerServlet
 
getInlineXML(Result) - Static method in class org.apache.uima.simpleserver.output.InlineXMLGenerator
 
getInlineXML(Result) - Static method in class org.apache.uima.simpleserver.output.ResultConverter
 
getLogger() - Static method in class org.apache.uima.simpleserver.Service
 
getLogger() - Method in class org.apache.uima.simpleserver.servlet.SimpleServerServlet
 
getLongDescription() - Method in class org.apache.uima.simpleserver.config.impl.OutputImpl
 
getLongDescription() - Method in class org.apache.uima.simpleserver.config.impl.ServerSpecImpl
 
getLongDescription() - Method in class org.apache.uima.simpleserver.config.impl.TypeMapImpl
 
getLongDescription() - Method in interface org.apache.uima.simpleserver.config.Output
 
getLongDescription() - Method in interface org.apache.uima.simpleserver.config.ServerSpec
Get the service's long description.
getLongDescription() - Method in interface org.apache.uima.simpleserver.config.TypeMap
 
getLongDescription() - Method in class org.apache.uima.simpleserver.config.xml.impl.OutputTypeImpl
Gets the "longDescription" element
getLongDescription() - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl
Gets the "longDescription" element
getLongDescription() - Method in class org.apache.uima.simpleserver.config.xml.impl.UimaSimpleServerSpecDocumentImpl.UimaSimpleServerSpecImpl
Gets the "longDescription" element
getLongDescription() - Method in interface org.apache.uima.simpleserver.config.xml.OutputType
Gets the "longDescription" element
getLongDescription() - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType
Gets the "longDescription" element
getLongDescription() - Method in interface org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument.UimaSimpleServerSpec
Gets the "longDescription" element
getName() - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl
Gets the "name" attribute
getName() - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType
Gets the "name" attribute
getOperator() - Method in class org.apache.uima.simpleserver.config.xml.impl.SimpleFilterTypeImpl
Gets the "operator" attribute
getOperator() - Method in interface org.apache.uima.simpleserver.config.xml.SimpleFilterType
Gets the "operator" attribute
getOr() - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl.FiltersImpl
Gets the "or" element
getOr() - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType.Filters
Gets the "or" element
getOrArray() - Method in interface org.apache.uima.simpleserver.config.xml.And
Gets array of all "or" elements
getOrArray(int) - Method in interface org.apache.uima.simpleserver.config.xml.And
Gets ith "or" element
getOrArray() - Method in class org.apache.uima.simpleserver.config.xml.impl.AndImpl
Gets array of all "or" elements
getOrArray(int) - Method in class org.apache.uima.simpleserver.config.xml.impl.AndImpl
Gets ith "or" element
getOrArray() - Method in class org.apache.uima.simpleserver.config.xml.impl.OrImpl
Gets array of all "or" elements
getOrArray(int) - Method in class org.apache.uima.simpleserver.config.xml.impl.OrImpl
Gets ith "or" element
getOrArray() - Method in interface org.apache.uima.simpleserver.config.xml.Or
Gets array of all "or" elements
getOrArray(int) - Method in interface org.apache.uima.simpleserver.config.xml.Or
Gets ith "or" element
getOutputAll() - Method in class org.apache.uima.simpleserver.config.impl.ServerSpecImpl
 
getOutputAll() - Method in class org.apache.uima.simpleserver.config.impl.TypeMapImpl
 
getOutputAll() - Method in interface org.apache.uima.simpleserver.config.ServerSpec
Check setting to output all types.
getOutputAll() - Method in interface org.apache.uima.simpleserver.config.TypeMap
Get the "output all" switch.
getOutputAll() - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl
Gets the "outputAll" attribute
getOutputAll() - Method in class org.apache.uima.simpleserver.config.xml.impl.UimaSimpleServerSpecDocumentImpl.UimaSimpleServerSpecImpl
Gets the "outputAll" attribute
getOutputAll() - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType
Gets the "outputAll" attribute
getOutputAll() - Method in interface org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument.UimaSimpleServerSpec
Gets the "outputAll" attribute
getOutputArray() - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl.OutputsImpl
Gets array of all "output" elements
getOutputArray(int) - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl.OutputsImpl
Gets ith "output" element
getOutputArray() - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType.Outputs
Gets array of all "output" elements
getOutputArray(int) - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType.Outputs
Gets ith "output" element
getOutputAttribute() - Method in class org.apache.uima.simpleserver.config.xml.impl.OutputTypeImpl
Gets the "outputAttribute" attribute
getOutputAttribute() - Method in interface org.apache.uima.simpleserver.config.xml.OutputType
Gets the "outputAttribute" attribute
getOutputCoveredText() - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl
Gets the "outputCoveredText" attribute
getOutputCoveredText() - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType
Gets the "outputCoveredText" attribute
getOutputs() - Method in class org.apache.uima.simpleserver.config.impl.TypeMapImpl
 
getOutputs() - Method in interface org.apache.uima.simpleserver.config.TypeMap
Get list of output specs.
getOutputs() - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl
Gets the "outputs" element
getOutputs() - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType
Gets the "outputs" element
getOutputTag() - Method in class org.apache.uima.simpleserver.config.impl.TypeMapImpl
 
getOutputTag() - Method in interface org.apache.uima.simpleserver.config.TypeMap
Get the output tag that the type name is mapped to.
getOutputTag() - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl
Gets the "outputTag" attribute
getOutputTag() - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType
Gets the "outputTag" attribute
getPort(Server) - Static method in class org.apache.uima.simpleserver.util.JettyUtils
 
getResponseContent(HttpResponse) - Static method in class org.apache.uima.simpleserver.util.HttpClientUtils
 
getResult(CAS, ServerSpec) - Method in class org.apache.uima.simpleserver.ResultExtractor
Extract a set of results from a CAS and a result specification.
getResultEntries() - Method in class org.apache.uima.simpleserver.output.impl.ResultImpl
 
getResultEntries() - Method in interface org.apache.uima.simpleserver.output.Result
 
getServiceDescription() - Method in class org.apache.uima.simpleserver.Service
Delivers the service description as an XML document.
getServiceSpec() - Method in class org.apache.uima.simpleserver.Service
 
getServletUrl(Server) - Static method in class org.apache.uima.simpleserver.util.JettyUtils
 
getShortDescription() - Method in class org.apache.uima.simpleserver.config.impl.OutputImpl
 
getShortDescription() - Method in class org.apache.uima.simpleserver.config.impl.ServerSpecImpl
 
getShortDescription() - Method in class org.apache.uima.simpleserver.config.impl.TypeMapImpl
 
getShortDescription() - Method in interface org.apache.uima.simpleserver.config.Output
 
getShortDescription() - Method in interface org.apache.uima.simpleserver.config.ServerSpec
Get the service's short description.
getShortDescription() - Method in interface org.apache.uima.simpleserver.config.TypeMap
 
getShortDescription() - Method in class org.apache.uima.simpleserver.config.xml.impl.OutputTypeImpl
Gets the "shortDescription" element
getShortDescription() - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl
Gets the "shortDescription" element
getShortDescription() - Method in class org.apache.uima.simpleserver.config.xml.impl.UimaSimpleServerSpecDocumentImpl.UimaSimpleServerSpecImpl
Gets the "shortDescription" element
getShortDescription() - Method in interface org.apache.uima.simpleserver.config.xml.OutputType
Gets the "shortDescription" element
getShortDescription() - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType
Gets the "shortDescription" element
getShortDescription() - Method in interface org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument.UimaSimpleServerSpec
Gets the "shortDescription" element
getText() - Method in class org.apache.uima.simpleserver.output.impl.ResultImpl
 
getText() - Method in interface org.apache.uima.simpleserver.output.Result
 
getTypeArray() - Method in class org.apache.uima.simpleserver.config.xml.impl.UimaSimpleServerSpecDocumentImpl.UimaSimpleServerSpecImpl
Gets array of all "type" elements
getTypeArray(int) - Method in class org.apache.uima.simpleserver.config.xml.impl.UimaSimpleServerSpecDocumentImpl.UimaSimpleServerSpecImpl
Gets ith "type" element
getTypeArray() - Method in interface org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument.UimaSimpleServerSpec
Gets array of all "type" elements
getTypeArray(int) - Method in interface org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument.UimaSimpleServerSpec
Gets ith "type" element
getTypeName() - Method in class org.apache.uima.simpleserver.config.impl.TypeMapImpl
 
getTypeName() - Method in interface org.apache.uima.simpleserver.config.TypeMap
Get the type name.
getTypeSpecs() - Method in class org.apache.uima.simpleserver.config.impl.ServerSpecImpl
 
getTypeSpecs() - Method in interface org.apache.uima.simpleserver.config.ServerSpec
 
getUimaSimpleServerSpec() - Method in class org.apache.uima.simpleserver.config.xml.impl.UimaSimpleServerSpecDocumentImpl
Gets the "uimaSimpleServerSpec" element
getUimaSimpleServerSpec() - Method in interface org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument
Gets the "uimaSimpleServerSpec" element
getValue() - Method in interface org.apache.uima.simpleserver.config.Condition
 
getValue() - Method in class org.apache.uima.simpleserver.config.impl.ConditionImpl
 
getValue() - Method in class org.apache.uima.simpleserver.config.xml.impl.SimpleFilterTypeImpl
Gets the "value" attribute
getValue() - Method in interface org.apache.uima.simpleserver.config.xml.SimpleFilterType
Gets the "value" attribute
getXMLResultXSD() - Method in class org.apache.uima.simpleserver.Service
Gets an XSD for the output format of the service.
getXMLString(Result) - Static method in class org.apache.uima.simpleserver.output.ResultConverter
 

H

HttpClientUtils - Class in org.apache.uima.simpleserver.util
 
HttpClientUtils() - Constructor for class org.apache.uima.simpleserver.util.HttpClientUtils
 

I

incorrect_feature_syntax - Static variable in exception org.apache.uima.simpleserver.SimpleServerException
 
incorrect_path_syntax - Static variable in exception org.apache.uima.simpleserver.SimpleServerException
 
init() - Method in class org.apache.uima.simpleserver.servlet.SimpleServerServlet
 
init(File, File) - Method in class org.apache.uima.simpleserver.servlet.SimpleServerServlet
 
initializationSuccessful - Variable in class org.apache.uima.simpleserver.servlet.SimpleServerServlet
 
initialized - Variable in class org.apache.uima.simpleserver.Service
 
initServer() - Method in class org.apache.uima.simpleserver.servlet.ResultMerger
 
initServer() - Method in class org.apache.uima.simpleserver.servlet.SimpleServerServlet
 
InlineXMLGenerator - Class in org.apache.uima.simpleserver.output
 
InlineXMLGenerator() - Constructor for class org.apache.uima.simpleserver.output.InlineXMLGenerator
 
insertNewAnd(int) - Method in interface org.apache.uima.simpleserver.config.xml.And
Inserts and returns a new empty value (as xml) as the ith "and" element
insertNewAnd(int) - Method in class org.apache.uima.simpleserver.config.xml.impl.AndImpl
Inserts and returns a new empty value (as xml) as the ith "and" element
insertNewAnd(int) - Method in class org.apache.uima.simpleserver.config.xml.impl.OrImpl
Inserts and returns a new empty value (as xml) as the ith "and" element
insertNewAnd(int) - Method in interface org.apache.uima.simpleserver.config.xml.Or
Inserts and returns a new empty value (as xml) as the ith "and" element
insertNewFilter(int) - Method in interface org.apache.uima.simpleserver.config.xml.And
Inserts and returns a new empty value (as xml) as the ith "filter" element
insertNewFilter(int) - Method in class org.apache.uima.simpleserver.config.xml.impl.AndImpl
Inserts and returns a new empty value (as xml) as the ith "filter" element
insertNewFilter(int) - Method in class org.apache.uima.simpleserver.config.xml.impl.OrImpl
Inserts and returns a new empty value (as xml) as the ith "filter" element
insertNewFilter(int) - Method in interface org.apache.uima.simpleserver.config.xml.Or
Inserts and returns a new empty value (as xml) as the ith "filter" element
insertNewOr(int) - Method in interface org.apache.uima.simpleserver.config.xml.And
Inserts and returns a new empty value (as xml) as the ith "or" element
insertNewOr(int) - Method in class org.apache.uima.simpleserver.config.xml.impl.AndImpl
Inserts and returns a new empty value (as xml) as the ith "or" element
insertNewOr(int) - Method in class org.apache.uima.simpleserver.config.xml.impl.OrImpl
Inserts and returns a new empty value (as xml) as the ith "or" element
insertNewOr(int) - Method in interface org.apache.uima.simpleserver.config.xml.Or
Inserts and returns a new empty value (as xml) as the ith "or" element
insertNewOutput(int) - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl.OutputsImpl
Inserts and returns a new empty value (as xml) as the ith "output" element
insertNewOutput(int) - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType.Outputs
Inserts and returns a new empty value (as xml) as the ith "output" element
insertNewType(int) - Method in class org.apache.uima.simpleserver.config.xml.impl.UimaSimpleServerSpecDocumentImpl.UimaSimpleServerSpecImpl
Inserts and returns a new empty value (as xml) as the ith "type" element
insertNewType(int) - Method in interface org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument.UimaSimpleServerSpec
Inserts and returns a new empty value (as xml) as the ith "type" element
INT_NULL - Static variable in interface org.apache.uima.simpleserver.config.xml.FilterOperator
 
INT_NULL_2 - Static variable in interface org.apache.uima.simpleserver.config.xml.FilterOperator
 
INT_X - Static variable in interface org.apache.uima.simpleserver.config.xml.FilterOperator
 
INT_X_2 - Static variable in interface org.apache.uima.simpleserver.config.xml.FilterOperator
 
INT_X_3 - Static variable in interface org.apache.uima.simpleserver.config.xml.FilterOperator
 
INT_X_4 - Static variable in interface org.apache.uima.simpleserver.config.xml.FilterOperator
 
INT_X_5 - Static variable in interface org.apache.uima.simpleserver.config.xml.FilterOperator
 
INT_X_6 - Static variable in interface org.apache.uima.simpleserver.config.xml.FilterOperator
 
isOutputCoveredText() - Method in class org.apache.uima.simpleserver.config.impl.TypeMapImpl
 
isOutputCoveredText() - Method in interface org.apache.uima.simpleserver.config.TypeMap
Get the switch for covered text.
isSetAnd() - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl.FiltersImpl
True if has "and" element
isSetAnd() - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType.Filters
True if has "and" element
isSetFilter() - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl.FiltersImpl
True if has "filter" element
isSetFilter() - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType.Filters
True if has "filter" element
isSetFilters() - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl
True if has "filters" element
isSetFilters() - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType
True if has "filters" element
isSetLongDescription() - Method in class org.apache.uima.simpleserver.config.xml.impl.OutputTypeImpl
True if has "longDescription" element
isSetLongDescription() - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl
True if has "longDescription" element
isSetLongDescription() - Method in class org.apache.uima.simpleserver.config.xml.impl.UimaSimpleServerSpecDocumentImpl.UimaSimpleServerSpecImpl
True if has "longDescription" element
isSetLongDescription() - Method in interface org.apache.uima.simpleserver.config.xml.OutputType
True if has "longDescription" element
isSetLongDescription() - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType
True if has "longDescription" element
isSetLongDescription() - Method in interface org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument.UimaSimpleServerSpec
True if has "longDescription" element
isSetOr() - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl.FiltersImpl
True if has "or" element
isSetOr() - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType.Filters
True if has "or" element
isSetOutputAll() - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl
True if has "outputAll" attribute
isSetOutputAll() - Method in class org.apache.uima.simpleserver.config.xml.impl.UimaSimpleServerSpecDocumentImpl.UimaSimpleServerSpecImpl
True if has "outputAll" attribute
isSetOutputAll() - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType
True if has "outputAll" attribute
isSetOutputAll() - Method in interface org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument.UimaSimpleServerSpec
True if has "outputAll" attribute
isSetOutputCoveredText() - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl
True if has "outputCoveredText" attribute
isSetOutputCoveredText() - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType
True if has "outputCoveredText" attribute
isSetOutputs() - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl
True if has "outputs" element
isSetOutputs() - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType
True if has "outputs" element
isSetShortDescription() - Method in class org.apache.uima.simpleserver.config.xml.impl.OutputTypeImpl
True if has "shortDescription" element
isSetShortDescription() - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl
True if has "shortDescription" element
isSetShortDescription() - Method in class org.apache.uima.simpleserver.config.xml.impl.UimaSimpleServerSpecDocumentImpl.UimaSimpleServerSpecImpl
True if has "shortDescription" element
isSetShortDescription() - Method in interface org.apache.uima.simpleserver.config.xml.OutputType
True if has "shortDescription" element
isSetShortDescription() - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType
True if has "shortDescription" element
isSetShortDescription() - Method in interface org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument.UimaSimpleServerSpec
True if has "shortDescription" element
isSetValue() - Method in class org.apache.uima.simpleserver.config.xml.impl.SimpleFilterTypeImpl
True if has "value" attribute
isSetValue() - Method in interface org.apache.uima.simpleserver.config.xml.SimpleFilterType
True if has "value" attribute

J

JettyUtils - Class in org.apache.uima.simpleserver.util
 
JettyUtils() - Constructor for class org.apache.uima.simpleserver.util.JettyUtils
 

L

ListServices - Class in org.apache.uima.simpleserver.servlet
 
ListServices() - Constructor for class org.apache.uima.simpleserver.servlet.ListServices
 
logInitializationError() - Method in class org.apache.uima.simpleserver.Service
 

M

main(String[]) - Static method in class org.apache.uima.simpleserver.util.JettyUtils
 
makeOutputs(ResultEntryImpl, AnnotationFS, TypeMap) - Static method in class org.apache.uima.simpleserver.ResultExtractor
 
match(FeatureStructure) - Method in interface org.apache.uima.simpleserver.config.Filter
 
match(FeatureStructure) - Method in class org.apache.uima.simpleserver.config.impl.AndFilterImpl
 
match(FeatureStructure) - Method in class org.apache.uima.simpleserver.config.impl.FilterImpl
 
match(FeatureStructure) - Method in class org.apache.uima.simpleserver.config.impl.OrFilterImpl
 
match(FeatureStructure) - Method in class org.apache.uima.simpleserver.config.impl.SimpleFilterImpl
 
MODE_PARAMETER - Static variable in class org.apache.uima.simpleserver.servlet.SimpleServerServlet
 

N

newAndFilter() - Static method in class org.apache.uima.simpleserver.config.ConfigFactory
Create a new filter conjunction.
newCondition(FilterOp, String) - Static method in class org.apache.uima.simpleserver.config.ConfigFactory
Create new Condition.
newCondition(FilterOp) - Static method in class org.apache.uima.simpleserver.config.ConfigFactory
Create new Condition with null value.
newInstance() - Static method in class org.apache.uima.simpleserver.config.xml.And.Factory
 
newInstance(XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.And.Factory
 
newInstance() - Static method in class org.apache.uima.simpleserver.config.xml.FilterOperator.Factory
 
newInstance(XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.FilterOperator.Factory
 
newInstance() - Static method in class org.apache.uima.simpleserver.config.xml.FilterType.Factory
Deprecated. No need to be able to create instances of abstract types
newInstance(XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.FilterType.Factory
Deprecated. No need to be able to create instances of abstract types
newInstance() - Static method in class org.apache.uima.simpleserver.config.xml.Or.Factory
 
newInstance(XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.Or.Factory
 
newInstance() - Static method in class org.apache.uima.simpleserver.config.xml.OutputType.Factory
 
newInstance(XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.OutputType.Factory
 
newInstance() - Static method in class org.apache.uima.simpleserver.config.xml.SimpleFilterType.Factory
 
newInstance(XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.SimpleFilterType.Factory
 
newInstance() - Static method in class org.apache.uima.simpleserver.config.xml.TypeElementType.Factory
 
newInstance(XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.TypeElementType.Factory
 
newInstance() - Static method in class org.apache.uima.simpleserver.config.xml.TypeElementType.Filters.Factory
 
newInstance(XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.TypeElementType.Filters.Factory
 
newInstance() - Static method in class org.apache.uima.simpleserver.config.xml.TypeElementType.Outputs.Factory
 
newInstance(XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.TypeElementType.Outputs.Factory
 
newInstance() - Static method in class org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument.Factory
 
newInstance(XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument.Factory
 
newInstance() - Static method in class org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument.UimaSimpleServerSpec.Factory
 
newInstance(XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument.UimaSimpleServerSpec.Factory
 
newOrFilter() - Static method in class org.apache.uima.simpleserver.config.ConfigFactory
Create a new filter disjunction.
newOutput(List<String>, String, String, String) - Static method in class org.apache.uima.simpleserver.config.ConfigFactory
Create a new output mapping.
newServerSpec(String, String, boolean) - Static method in class org.apache.uima.simpleserver.config.ConfigFactory
Create a new server specification.
newSimpleFilter(List<String>, Condition) - Static method in class org.apache.uima.simpleserver.config.ConfigFactory
Create a new Filter.
newTypeMap(String, Filter, String, boolean) - Static method in class org.apache.uima.simpleserver.config.ConfigFactory
Create a new type map.
newTypeMap(String, Filter, String, boolean, boolean, String, String) - Static method in class org.apache.uima.simpleserver.config.ConfigFactory
Create a new type map.
newValidatingXMLInputStream(XMLInputStream) - Static method in class org.apache.uima.simpleserver.config.xml.And.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.And.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream) - Static method in class org.apache.uima.simpleserver.config.xml.FilterOperator.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.FilterOperator.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream) - Static method in class org.apache.uima.simpleserver.config.xml.FilterType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.FilterType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream) - Static method in class org.apache.uima.simpleserver.config.xml.Or.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.Or.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream) - Static method in class org.apache.uima.simpleserver.config.xml.OutputType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.OutputType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream) - Static method in class org.apache.uima.simpleserver.config.xml.SimpleFilterType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.SimpleFilterType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream) - Static method in class org.apache.uima.simpleserver.config.xml.TypeElementType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.TypeElementType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream) - Static method in class org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument.Factory
Deprecated. XMLInputStream
newValue(Object) - Static method in class org.apache.uima.simpleserver.config.xml.FilterOperator.Factory
 
normalize(String, StringBuffer, boolean) - Static method in class org.apache.uima.simpleserver.output.InlineXMLGenerator
 
NULL - Static variable in interface org.apache.uima.simpleserver.config.xml.FilterOperator
 
NULL_2 - Static variable in interface org.apache.uima.simpleserver.config.xml.FilterOperator
 

O

Or - Interface in org.apache.uima.simpleserver.config.xml
An XML or(@http://uima.apache.org/simpleserver/config/xml).
Or.Factory - Class in org.apache.uima.simpleserver.config.xml
A factory class with static methods for creating instances of this type.
OrFilter - Interface in org.apache.uima.simpleserver.config
Disjunction of filters.
OrFilterImpl - Class in org.apache.uima.simpleserver.config.impl
TODO: Create type commment.
OrFilterImpl() - Constructor for class org.apache.uima.simpleserver.config.impl.OrFilterImpl
 
org.apache.uima.simpleserver - package org.apache.uima.simpleserver
 
org.apache.uima.simpleserver.config - package org.apache.uima.simpleserver.config
 
org.apache.uima.simpleserver.config.impl - package org.apache.uima.simpleserver.config.impl
 
org.apache.uima.simpleserver.config.xml - package org.apache.uima.simpleserver.config.xml
 
org.apache.uima.simpleserver.config.xml.impl - package org.apache.uima.simpleserver.config.xml.impl
 
org.apache.uima.simpleserver.output - package org.apache.uima.simpleserver.output
 
org.apache.uima.simpleserver.output.impl - package org.apache.uima.simpleserver.output.impl
 
org.apache.uima.simpleserver.servlet - package org.apache.uima.simpleserver.servlet
 
org.apache.uima.simpleserver.util - package org.apache.uima.simpleserver.util
 
OrImpl - Class in org.apache.uima.simpleserver.config.xml.impl
An XML or(@http://uima.apache.org/simpleserver/config/xml).
OrImpl(SchemaType) - Constructor for class org.apache.uima.simpleserver.config.xml.impl.OrImpl
 
Output - Interface in org.apache.uima.simpleserver.config
Represents an Output specification, consisting of a feature path and the corresponding attribute name.
OutputImpl - Class in org.apache.uima.simpleserver.config.impl
 
OutputImpl(List<String>, String) - Constructor for class org.apache.uima.simpleserver.config.impl.OutputImpl
 
OutputImpl(List<String>, String, String, String) - Constructor for class org.apache.uima.simpleserver.config.impl.OutputImpl
 
OutputType - Interface in org.apache.uima.simpleserver.config.xml
An XML outputType(@http://uima.apache.org/simpleserver/config/xml).
OutputType.Factory - Class in org.apache.uima.simpleserver.config.xml
A factory class with static methods for creating instances of this type.
OutputTypeImpl - Class in org.apache.uima.simpleserver.config.xml.impl
An XML outputType(@http://uima.apache.org/simpleserver/config/xml).
OutputTypeImpl(SchemaType) - Constructor for class org.apache.uima.simpleserver.config.xml.impl.OutputTypeImpl
 

P

parameterDescription(Map<String, String>, Map<String, Map<String, String>>) - Method in class org.apache.uima.simpleserver.servlet.SimpleServerServlet
 
parse(String) - Static method in class org.apache.uima.simpleserver.config.xml.And.Factory
 
parse(String, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.And.Factory
 
parse(File) - Static method in class org.apache.uima.simpleserver.config.xml.And.Factory
 
parse(File, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.And.Factory
 
parse(URL) - Static method in class org.apache.uima.simpleserver.config.xml.And.Factory
 
parse(URL, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.And.Factory
 
parse(InputStream) - Static method in class org.apache.uima.simpleserver.config.xml.And.Factory
 
parse(InputStream, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.And.Factory
 
parse(Reader) - Static method in class org.apache.uima.simpleserver.config.xml.And.Factory
 
parse(Reader, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.And.Factory
 
parse(XMLStreamReader) - Static method in class org.apache.uima.simpleserver.config.xml.And.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.And.Factory
 
parse(Node) - Static method in class org.apache.uima.simpleserver.config.xml.And.Factory
 
parse(Node, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.And.Factory
 
parse(XMLInputStream) - Static method in class org.apache.uima.simpleserver.config.xml.And.Factory
Deprecated. XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.And.Factory
Deprecated. XMLInputStream
parse(String) - Static method in class org.apache.uima.simpleserver.config.xml.FilterOperator.Factory
 
parse(String, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.FilterOperator.Factory
 
parse(File) - Static method in class org.apache.uima.simpleserver.config.xml.FilterOperator.Factory
 
parse(File, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.FilterOperator.Factory
 
parse(URL) - Static method in class org.apache.uima.simpleserver.config.xml.FilterOperator.Factory
 
parse(URL, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.FilterOperator.Factory
 
parse(InputStream) - Static method in class org.apache.uima.simpleserver.config.xml.FilterOperator.Factory
 
parse(InputStream, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.FilterOperator.Factory
 
parse(Reader) - Static method in class org.apache.uima.simpleserver.config.xml.FilterOperator.Factory
 
parse(Reader, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.FilterOperator.Factory
 
parse(XMLStreamReader) - Static method in class org.apache.uima.simpleserver.config.xml.FilterOperator.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.FilterOperator.Factory
 
parse(Node) - Static method in class org.apache.uima.simpleserver.config.xml.FilterOperator.Factory
 
parse(Node, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.FilterOperator.Factory
 
parse(XMLInputStream) - Static method in class org.apache.uima.simpleserver.config.xml.FilterOperator.Factory
Deprecated. XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.FilterOperator.Factory
Deprecated. XMLInputStream
parse(String) - Static method in class org.apache.uima.simpleserver.config.xml.FilterType.Factory
 
parse(String, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.FilterType.Factory
 
parse(File) - Static method in class org.apache.uima.simpleserver.config.xml.FilterType.Factory
 
parse(File, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.FilterType.Factory
 
parse(URL) - Static method in class org.apache.uima.simpleserver.config.xml.FilterType.Factory
 
parse(URL, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.FilterType.Factory
 
parse(InputStream) - Static method in class org.apache.uima.simpleserver.config.xml.FilterType.Factory
 
parse(InputStream, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.FilterType.Factory
 
parse(Reader) - Static method in class org.apache.uima.simpleserver.config.xml.FilterType.Factory
 
parse(Reader, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.FilterType.Factory
 
parse(XMLStreamReader) - Static method in class org.apache.uima.simpleserver.config.xml.FilterType.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.FilterType.Factory
 
parse(Node) - Static method in class org.apache.uima.simpleserver.config.xml.FilterType.Factory
 
parse(Node, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.FilterType.Factory
 
parse(XMLInputStream) - Static method in class org.apache.uima.simpleserver.config.xml.FilterType.Factory
Deprecated. XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.FilterType.Factory
Deprecated. XMLInputStream
parse(String) - Static method in class org.apache.uima.simpleserver.config.xml.Or.Factory
 
parse(String, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.Or.Factory
 
parse(File) - Static method in class org.apache.uima.simpleserver.config.xml.Or.Factory
 
parse(File, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.Or.Factory
 
parse(URL) - Static method in class org.apache.uima.simpleserver.config.xml.Or.Factory
 
parse(URL, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.Or.Factory
 
parse(InputStream) - Static method in class org.apache.uima.simpleserver.config.xml.Or.Factory
 
parse(InputStream, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.Or.Factory
 
parse(Reader) - Static method in class org.apache.uima.simpleserver.config.xml.Or.Factory
 
parse(Reader, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.Or.Factory
 
parse(XMLStreamReader) - Static method in class org.apache.uima.simpleserver.config.xml.Or.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.Or.Factory
 
parse(Node) - Static method in class org.apache.uima.simpleserver.config.xml.Or.Factory
 
parse(Node, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.Or.Factory
 
parse(XMLInputStream) - Static method in class org.apache.uima.simpleserver.config.xml.Or.Factory
Deprecated. XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.Or.Factory
Deprecated. XMLInputStream
parse(String) - Static method in class org.apache.uima.simpleserver.config.xml.OutputType.Factory
 
parse(String, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.OutputType.Factory
 
parse(File) - Static method in class org.apache.uima.simpleserver.config.xml.OutputType.Factory
 
parse(File, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.OutputType.Factory
 
parse(URL) - Static method in class org.apache.uima.simpleserver.config.xml.OutputType.Factory
 
parse(URL, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.OutputType.Factory
 
parse(InputStream) - Static method in class org.apache.uima.simpleserver.config.xml.OutputType.Factory
 
parse(InputStream, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.OutputType.Factory
 
parse(Reader) - Static method in class org.apache.uima.simpleserver.config.xml.OutputType.Factory
 
parse(Reader, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.OutputType.Factory
 
parse(XMLStreamReader) - Static method in class org.apache.uima.simpleserver.config.xml.OutputType.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.OutputType.Factory
 
parse(Node) - Static method in class org.apache.uima.simpleserver.config.xml.OutputType.Factory
 
parse(Node, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.OutputType.Factory
 
parse(XMLInputStream) - Static method in class org.apache.uima.simpleserver.config.xml.OutputType.Factory
Deprecated. XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.OutputType.Factory
Deprecated. XMLInputStream
parse(String) - Static method in class org.apache.uima.simpleserver.config.xml.SimpleFilterType.Factory
 
parse(String, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.SimpleFilterType.Factory
 
parse(File) - Static method in class org.apache.uima.simpleserver.config.xml.SimpleFilterType.Factory
 
parse(File, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.SimpleFilterType.Factory
 
parse(URL) - Static method in class org.apache.uima.simpleserver.config.xml.SimpleFilterType.Factory
 
parse(URL, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.SimpleFilterType.Factory
 
parse(InputStream) - Static method in class org.apache.uima.simpleserver.config.xml.SimpleFilterType.Factory
 
parse(InputStream, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.SimpleFilterType.Factory
 
parse(Reader) - Static method in class org.apache.uima.simpleserver.config.xml.SimpleFilterType.Factory
 
parse(Reader, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.SimpleFilterType.Factory
 
parse(XMLStreamReader) - Static method in class org.apache.uima.simpleserver.config.xml.SimpleFilterType.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.SimpleFilterType.Factory
 
parse(Node) - Static method in class org.apache.uima.simpleserver.config.xml.SimpleFilterType.Factory
 
parse(Node, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.SimpleFilterType.Factory
 
parse(XMLInputStream) - Static method in class org.apache.uima.simpleserver.config.xml.SimpleFilterType.Factory
Deprecated. XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.SimpleFilterType.Factory
Deprecated. XMLInputStream
parse(String) - Static method in class org.apache.uima.simpleserver.config.xml.TypeElementType.Factory
 
parse(String, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.TypeElementType.Factory
 
parse(File) - Static method in class org.apache.uima.simpleserver.config.xml.TypeElementType.Factory
 
parse(File, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.TypeElementType.Factory
 
parse(URL) - Static method in class org.apache.uima.simpleserver.config.xml.TypeElementType.Factory
 
parse(URL, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.TypeElementType.Factory
 
parse(InputStream) - Static method in class org.apache.uima.simpleserver.config.xml.TypeElementType.Factory
 
parse(InputStream, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.TypeElementType.Factory
 
parse(Reader) - Static method in class org.apache.uima.simpleserver.config.xml.TypeElementType.Factory
 
parse(Reader, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.TypeElementType.Factory
 
parse(XMLStreamReader) - Static method in class org.apache.uima.simpleserver.config.xml.TypeElementType.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.TypeElementType.Factory
 
parse(Node) - Static method in class org.apache.uima.simpleserver.config.xml.TypeElementType.Factory
 
parse(Node, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.TypeElementType.Factory
 
parse(XMLInputStream) - Static method in class org.apache.uima.simpleserver.config.xml.TypeElementType.Factory
Deprecated. XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.TypeElementType.Factory
Deprecated. XMLInputStream
parse(String) - Static method in class org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument.Factory
 
parse(String, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument.Factory
 
parse(File) - Static method in class org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument.Factory
 
parse(File, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument.Factory
 
parse(URL) - Static method in class org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument.Factory
 
parse(URL, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument.Factory
 
parse(InputStream) - Static method in class org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument.Factory
 
parse(InputStream, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument.Factory
 
parse(Reader) - Static method in class org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument.Factory
 
parse(Reader, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument.Factory
 
parse(XMLStreamReader) - Static method in class org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument.Factory
 
parse(Node) - Static method in class org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument.Factory
 
parse(Node, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument.Factory
 
parse(XMLInputStream) - Static method in class org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument.Factory
Deprecated. XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument.Factory
Deprecated. XMLInputStream
path_never_valid - Static variable in exception org.apache.uima.simpleserver.SimpleServerException
 
PATH_SEPARATOR - Static variable in interface org.apache.uima.simpleserver.config.ServerSpec
The path separator of feature paths: /.
process(String, String) - Method in class org.apache.uima.simpleserver.Service
Calls the services analysis engine on the input text, filters and produces the result.
process(String) - Method in class org.apache.uima.simpleserver.Service
 

R

readServerSpec(File) - Static method in class org.apache.uima.simpleserver.config.impl.XmlConfigReader
Read a config file.
readServerSpec(InputStream) - Static method in class org.apache.uima.simpleserver.config.impl.XmlConfigReader
Read a config XML stream.
removeAnd(int) - Method in interface org.apache.uima.simpleserver.config.xml.And
Removes the ith "and" element
removeAnd(int) - Method in class org.apache.uima.simpleserver.config.xml.impl.AndImpl
Removes the ith "and" element
removeAnd(int) - Method in class org.apache.uima.simpleserver.config.xml.impl.OrImpl
Removes the ith "and" element
removeAnd(int) - Method in interface org.apache.uima.simpleserver.config.xml.Or
Removes the ith "and" element
removeFilter(int) - Method in interface org.apache.uima.simpleserver.config.xml.And
Removes the ith "filter" element
removeFilter(int) - Method in class org.apache.uima.simpleserver.config.xml.impl.AndImpl
Removes the ith "filter" element
removeFilter(int) - Method in class org.apache.uima.simpleserver.config.xml.impl.OrImpl
Removes the ith "filter" element
removeFilter(int) - Method in interface org.apache.uima.simpleserver.config.xml.Or
Removes the ith "filter" element
removeOr(int) - Method in interface org.apache.uima.simpleserver.config.xml.And
Removes the ith "or" element
removeOr(int) - Method in class org.apache.uima.simpleserver.config.xml.impl.AndImpl
Removes the ith "or" element
removeOr(int) - Method in class org.apache.uima.simpleserver.config.xml.impl.OrImpl
Removes the ith "or" element
removeOr(int) - Method in interface org.apache.uima.simpleserver.config.xml.Or
Removes the ith "or" element
removeOutput(int) - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl.OutputsImpl
Removes the ith "output" element
removeOutput(int) - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType.Outputs
Removes the ith "output" element
removeType(int) - Method in class org.apache.uima.simpleserver.config.xml.impl.UimaSimpleServerSpecDocumentImpl.UimaSimpleServerSpecImpl
Removes the ith "type" element
removeType(int) - Method in interface org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument.UimaSimpleServerSpec
Removes the ith "type" element
Result - Interface in org.apache.uima.simpleserver.output
 
ResultConverter - Class in org.apache.uima.simpleserver.output
 
ResultConverter() - Constructor for class org.apache.uima.simpleserver.output.ResultConverter
 
ResultEntry - Interface in org.apache.uima.simpleserver.output
 
ResultEntryImpl - Class in org.apache.uima.simpleserver.output.impl
 
ResultEntryImpl(String, int, int) - Constructor for class org.apache.uima.simpleserver.output.impl.ResultEntryImpl
 
ResultExtractor - Class in org.apache.uima.simpleserver
This class contains static methods responsible for iterating over annotations, applying filters and building output.
ResultExtractor() - Constructor for class org.apache.uima.simpleserver.ResultExtractor
 
resultExtractor - Variable in class org.apache.uima.simpleserver.Service
 
ResultImpl - Class in org.apache.uima.simpleserver.output.impl
 
ResultImpl(List<ResultEntry>, String) - Constructor for class org.apache.uima.simpleserver.output.impl.ResultImpl
 
ResultImpl() - Constructor for class org.apache.uima.simpleserver.output.impl.ResultImpl
 
ResultMerger - Class in org.apache.uima.simpleserver.servlet
 
ResultMerger() - Constructor for class org.apache.uima.simpleserver.servlet.ResultMerger
 

S

server - Variable in class org.apache.uima.simpleserver.servlet.SimpleServerServlet
 
ServerSpec - Interface in org.apache.uima.simpleserver.config
Output specification for a simple service.
ServerSpecImpl - Class in org.apache.uima.simpleserver.config.impl
Implementation of ServerSpec interface.
ServerSpecImpl(String, String, boolean) - Constructor for class org.apache.uima.simpleserver.config.impl.ServerSpecImpl
 
ServerSpecImpl(String, String) - Constructor for class org.apache.uima.simpleserver.config.impl.ServerSpecImpl
 
Service - Class in org.apache.uima.simpleserver
This is the main class of the project.
Service() - Constructor for class org.apache.uima.simpleserver.Service
Default constructor.
service_state_exception - Static variable in exception org.apache.uima.simpleserver.SimpleServerException
 
serviceSpec - Variable in class org.apache.uima.simpleserver.Service
 
servletGETParameters - Variable in class org.apache.uima.simpleserver.servlet.SimpleServerServlet
 
servletGETParamOptions - Variable in class org.apache.uima.simpleserver.servlet.SimpleServerServlet
 
servletPOSTParameters - Variable in class org.apache.uima.simpleserver.servlet.SimpleServerServlet
 
servletPOSTParamOptions - Variable in class org.apache.uima.simpleserver.servlet.SimpleServerServlet
 
set(StringEnumAbstractBase) - Method in interface org.apache.uima.simpleserver.config.xml.FilterOperator
 
setAnd(And) - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl.FiltersImpl
Sets the "and" element
setAnd(And) - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType.Filters
Sets the "and" element
setAndArray(And[]) - Method in interface org.apache.uima.simpleserver.config.xml.And
Sets array of all "and" element
setAndArray(int, And) - Method in interface org.apache.uima.simpleserver.config.xml.And
Sets ith "and" element
setAndArray(And[]) - Method in class org.apache.uima.simpleserver.config.xml.impl.AndImpl
Sets array of all "and" element
setAndArray(int, And) - Method in class org.apache.uima.simpleserver.config.xml.impl.AndImpl
Sets ith "and" element
setAndArray(And[]) - Method in class org.apache.uima.simpleserver.config.xml.impl.OrImpl
Sets array of all "and" element
setAndArray(int, And) - Method in class org.apache.uima.simpleserver.config.xml.impl.OrImpl
Sets ith "and" element
setAndArray(And[]) - Method in interface org.apache.uima.simpleserver.config.xml.Or
Sets array of all "and" element
setAndArray(int, And) - Method in interface org.apache.uima.simpleserver.config.xml.Or
Sets ith "and" element
setAttributeValue(String, String) - Method in class org.apache.uima.simpleserver.output.impl.ResultEntryImpl
 
setCoveredText(String) - Method in class org.apache.uima.simpleserver.output.impl.ResultEntryImpl
 
setFeaturePath(String) - Method in class org.apache.uima.simpleserver.config.xml.impl.OutputTypeImpl
Sets the "featurePath" attribute
setFeaturePath(String) - Method in class org.apache.uima.simpleserver.config.xml.impl.SimpleFilterTypeImpl
Sets the "featurePath" attribute
setFeaturePath(String) - Method in interface org.apache.uima.simpleserver.config.xml.OutputType
Sets the "featurePath" attribute
setFeaturePath(String) - Method in interface org.apache.uima.simpleserver.config.xml.SimpleFilterType
Sets the "featurePath" attribute
setFilter(SimpleFilterType) - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl.FiltersImpl
Sets the "filter" element
setFilter(SimpleFilterType) - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType.Filters
Sets the "filter" element
setFilterArray(SimpleFilterType[]) - Method in interface org.apache.uima.simpleserver.config.xml.And
Sets array of all "filter" element
setFilterArray(int, SimpleFilterType) - Method in interface org.apache.uima.simpleserver.config.xml.And
Sets ith "filter" element
setFilterArray(SimpleFilterType[]) - Method in class org.apache.uima.simpleserver.config.xml.impl.AndImpl
Sets array of all "filter" element
setFilterArray(int, SimpleFilterType) - Method in class org.apache.uima.simpleserver.config.xml.impl.AndImpl
Sets ith "filter" element
setFilterArray(SimpleFilterType[]) - Method in class org.apache.uima.simpleserver.config.xml.impl.OrImpl
Sets array of all "filter" element
setFilterArray(int, SimpleFilterType) - Method in class org.apache.uima.simpleserver.config.xml.impl.OrImpl
Sets ith "filter" element
setFilterArray(SimpleFilterType[]) - Method in interface org.apache.uima.simpleserver.config.xml.Or
Sets array of all "filter" element
setFilterArray(int, SimpleFilterType) - Method in interface org.apache.uima.simpleserver.config.xml.Or
Sets ith "filter" element
setFilters(TypeElementType.Filters) - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl
Sets the "filters" element
setFilters(TypeElementType.Filters) - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType
Sets the "filters" element
setLongDescription(String) - Method in class org.apache.uima.simpleserver.config.xml.impl.OutputTypeImpl
Sets the "longDescription" element
setLongDescription(String) - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl
Sets the "longDescription" element
setLongDescription(String) - Method in class org.apache.uima.simpleserver.config.xml.impl.UimaSimpleServerSpecDocumentImpl.UimaSimpleServerSpecImpl
Sets the "longDescription" element
setLongDescription(String) - Method in interface org.apache.uima.simpleserver.config.xml.OutputType
Sets the "longDescription" element
setLongDescription(String) - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType
Sets the "longDescription" element
setLongDescription(String) - Method in interface org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument.UimaSimpleServerSpec
Sets the "longDescription" element
setName(String) - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl
Sets the "name" attribute
setName(String) - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType
Sets the "name" attribute
setOperator(FilterOperator.Enum) - Method in class org.apache.uima.simpleserver.config.xml.impl.SimpleFilterTypeImpl
Sets the "operator" attribute
setOperator(FilterOperator.Enum) - Method in interface org.apache.uima.simpleserver.config.xml.SimpleFilterType
Sets the "operator" attribute
setOr(Or) - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl.FiltersImpl
Sets the "or" element
setOr(Or) - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType.Filters
Sets the "or" element
setOrArray(Or[]) - Method in interface org.apache.uima.simpleserver.config.xml.And
Sets array of all "or" element
setOrArray(int, Or) - Method in interface org.apache.uima.simpleserver.config.xml.And
Sets ith "or" element
setOrArray(Or[]) - Method in class org.apache.uima.simpleserver.config.xml.impl.AndImpl
Sets array of all "or" element
setOrArray(int, Or) - Method in class org.apache.uima.simpleserver.config.xml.impl.AndImpl
Sets ith "or" element
setOrArray(Or[]) - Method in class org.apache.uima.simpleserver.config.xml.impl.OrImpl
Sets array of all "or" element
setOrArray(int, Or) - Method in class org.apache.uima.simpleserver.config.xml.impl.OrImpl
Sets ith "or" element
setOrArray(Or[]) - Method in interface org.apache.uima.simpleserver.config.xml.Or
Sets array of all "or" element
setOrArray(int, Or) - Method in interface org.apache.uima.simpleserver.config.xml.Or
Sets ith "or" element
setOutputAll(boolean) - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl
Sets the "outputAll" attribute
setOutputAll(boolean) - Method in class org.apache.uima.simpleserver.config.xml.impl.UimaSimpleServerSpecDocumentImpl.UimaSimpleServerSpecImpl
Sets the "outputAll" attribute
setOutputAll(boolean) - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType
Sets the "outputAll" attribute
setOutputAll(boolean) - Method in interface org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument.UimaSimpleServerSpec
Sets the "outputAll" attribute
setOutputArray(OutputType[]) - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl.OutputsImpl
Sets array of all "output" element
setOutputArray(int, OutputType) - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl.OutputsImpl
Sets ith "output" element
setOutputArray(OutputType[]) - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType.Outputs
Sets array of all "output" element
setOutputArray(int, OutputType) - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType.Outputs
Sets ith "output" element
setOutputAttribute(String) - Method in class org.apache.uima.simpleserver.config.xml.impl.OutputTypeImpl
Sets the "outputAttribute" attribute
setOutputAttribute(String) - Method in interface org.apache.uima.simpleserver.config.xml.OutputType
Sets the "outputAttribute" attribute
setOutputCoveredText(boolean) - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl
Sets the "outputCoveredText" attribute
setOutputCoveredText(boolean) - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType
Sets the "outputCoveredText" attribute
setOutputs(TypeElementType.Outputs) - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl
Sets the "outputs" element
setOutputs(TypeElementType.Outputs) - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType
Sets the "outputs" element
setOutputTag(String) - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl
Sets the "outputTag" attribute
setOutputTag(String) - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType
Sets the "outputTag" attribute
setShortDescription(String) - Method in class org.apache.uima.simpleserver.config.xml.impl.OutputTypeImpl
Sets the "shortDescription" element
setShortDescription(String) - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl
Sets the "shortDescription" element
setShortDescription(String) - Method in class org.apache.uima.simpleserver.config.xml.impl.UimaSimpleServerSpecDocumentImpl.UimaSimpleServerSpecImpl
Sets the "shortDescription" element
setShortDescription(String) - Method in interface org.apache.uima.simpleserver.config.xml.OutputType
Sets the "shortDescription" element
setShortDescription(String) - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType
Sets the "shortDescription" element
setShortDescription(String) - Method in interface org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument.UimaSimpleServerSpec
Sets the "shortDescription" element
setTypeArray(TypeElementType[]) - Method in class org.apache.uima.simpleserver.config.xml.impl.UimaSimpleServerSpecDocumentImpl.UimaSimpleServerSpecImpl
Sets array of all "type" element
setTypeArray(int, TypeElementType) - Method in class org.apache.uima.simpleserver.config.xml.impl.UimaSimpleServerSpecDocumentImpl.UimaSimpleServerSpecImpl
Sets ith "type" element
setTypeArray(TypeElementType[]) - Method in interface org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument.UimaSimpleServerSpec
Sets array of all "type" element
setTypeArray(int, TypeElementType) - Method in interface org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument.UimaSimpleServerSpec
Sets ith "type" element
setUimaSimpleServerSpec(UimaSimpleServerSpecDocument.UimaSimpleServerSpec) - Method in class org.apache.uima.simpleserver.config.xml.impl.UimaSimpleServerSpecDocumentImpl
Sets the "uimaSimpleServerSpec" element
setUimaSimpleServerSpec(UimaSimpleServerSpecDocument.UimaSimpleServerSpec) - Method in interface org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument
Sets the "uimaSimpleServerSpec" element
setValue(String) - Method in class org.apache.uima.simpleserver.config.xml.impl.SimpleFilterTypeImpl
Sets the "value" attribute
setValue(String) - Method in interface org.apache.uima.simpleserver.config.xml.SimpleFilterType
Sets the "value" attribute
SimpleFilter - Interface in org.apache.uima.simpleserver.config
 
SimpleFilterImpl - Class in org.apache.uima.simpleserver.config.impl
Implementation of Filter interface.
SimpleFilterImpl(List<String>, Condition) - Constructor for class org.apache.uima.simpleserver.config.impl.SimpleFilterImpl
 
SimpleFilterType - Interface in org.apache.uima.simpleserver.config.xml
An XML simpleFilterType(@http://uima.apache.org/simpleserver/config/xml).
SimpleFilterType.Factory - Class in org.apache.uima.simpleserver.config.xml
A factory class with static methods for creating instances of this type.
SimpleFilterTypeImpl - Class in org.apache.uima.simpleserver.config.xml.impl
An XML simpleFilterType(@http://uima.apache.org/simpleserver/config/xml).
SimpleFilterTypeImpl(SchemaType) - Constructor for class org.apache.uima.simpleserver.config.xml.impl.SimpleFilterTypeImpl
 
SimpleServerException - Exception in org.apache.uima.simpleserver
Simple server exception class.
SimpleServerException(String, Object[]) - Constructor for exception org.apache.uima.simpleserver.SimpleServerException
Constructor for creating exception from scratch.
SimpleServerException(String, Object[], Throwable) - Constructor for exception org.apache.uima.simpleserver.SimpleServerException
Constructor for creating exception from existing exception (for rethrow).
SimpleServerServlet - Class in org.apache.uima.simpleserver.servlet
 
SimpleServerServlet(boolean) - Constructor for class org.apache.uima.simpleserver.servlet.SimpleServerServlet
 
SimpleServerServlet() - Constructor for class org.apache.uima.simpleserver.servlet.SimpleServerServlet
 
sizeOfAndArray() - Method in interface org.apache.uima.simpleserver.config.xml.And
Returns number of "and" element
sizeOfAndArray() - Method in class org.apache.uima.simpleserver.config.xml.impl.AndImpl
Returns number of "and" element
sizeOfAndArray() - Method in class org.apache.uima.simpleserver.config.xml.impl.OrImpl
Returns number of "and" element
sizeOfAndArray() - Method in interface org.apache.uima.simpleserver.config.xml.Or
Returns number of "and" element
sizeOfFilterArray() - Method in interface org.apache.uima.simpleserver.config.xml.And
Returns number of "filter" element
sizeOfFilterArray() - Method in class org.apache.uima.simpleserver.config.xml.impl.AndImpl
Returns number of "filter" element
sizeOfFilterArray() - Method in class org.apache.uima.simpleserver.config.xml.impl.OrImpl
Returns number of "filter" element
sizeOfFilterArray() - Method in interface org.apache.uima.simpleserver.config.xml.Or
Returns number of "filter" element
sizeOfOrArray() - Method in interface org.apache.uima.simpleserver.config.xml.And
Returns number of "or" element
sizeOfOrArray() - Method in class org.apache.uima.simpleserver.config.xml.impl.AndImpl
Returns number of "or" element
sizeOfOrArray() - Method in class org.apache.uima.simpleserver.config.xml.impl.OrImpl
Returns number of "or" element
sizeOfOrArray() - Method in interface org.apache.uima.simpleserver.config.xml.Or
Returns number of "or" element
sizeOfOutputArray() - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl.OutputsImpl
Returns number of "output" element
sizeOfOutputArray() - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType.Outputs
Returns number of "output" element
sizeOfTypeArray() - Method in class org.apache.uima.simpleserver.config.xml.impl.UimaSimpleServerSpecDocumentImpl.UimaSimpleServerSpecImpl
Returns number of "type" element
sizeOfTypeArray() - Method in interface org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument.UimaSimpleServerSpec
Returns number of "type" element
startJettyServer(String, String) - Static method in class org.apache.uima.simpleserver.util.JettyUtils
 
stopJettyServer(Server) - Static method in class org.apache.uima.simpleserver.util.JettyUtils
 

T

table - Static variable in class org.apache.uima.simpleserver.config.xml.FilterOperator.Enum
 
toString() - Method in enum org.apache.uima.simpleserver.config.FilterOp
 
transformResult(Result, String) - Method in class org.apache.uima.simpleserver.servlet.SimpleServerServlet
 
type - Static variable in interface org.apache.uima.simpleserver.config.xml.And
 
type - Static variable in interface org.apache.uima.simpleserver.config.xml.FilterOperator
 
type - Static variable in interface org.apache.uima.simpleserver.config.xml.FilterType
 
type - Static variable in interface org.apache.uima.simpleserver.config.xml.Or
 
type - Static variable in interface org.apache.uima.simpleserver.config.xml.OutputType
 
type - Static variable in interface org.apache.uima.simpleserver.config.xml.SimpleFilterType
 
type - Static variable in interface org.apache.uima.simpleserver.config.xml.TypeElementType.Filters
 
type - Static variable in interface org.apache.uima.simpleserver.config.xml.TypeElementType.Outputs
 
type - Static variable in interface org.apache.uima.simpleserver.config.xml.TypeElementType
 
type - Static variable in interface org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument
 
type - Static variable in interface org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument.UimaSimpleServerSpec
 
type_does_not_exist - Static variable in exception org.apache.uima.simpleserver.SimpleServerException
 
TypeElementType - Interface in org.apache.uima.simpleserver.config.xml
An XML TypeElementType(@http://uima.apache.org/simpleserver/config/xml).
TypeElementType.Factory - Class in org.apache.uima.simpleserver.config.xml
A factory class with static methods for creating instances of this type.
TypeElementType.Filters - Interface in org.apache.uima.simpleserver.config.xml
An XML filters(@http://uima.apache.org/simpleserver/config/xml).
TypeElementType.Filters.Factory - Class in org.apache.uima.simpleserver.config.xml
A factory class with static methods for creating instances of this type.
TypeElementType.Outputs - Interface in org.apache.uima.simpleserver.config.xml
An XML outputs(@http://uima.apache.org/simpleserver/config/xml).
TypeElementType.Outputs.Factory - Class in org.apache.uima.simpleserver.config.xml
A factory class with static methods for creating instances of this type.
TypeElementTypeImpl - Class in org.apache.uima.simpleserver.config.xml.impl
An XML TypeElementType(@http://uima.apache.org/simpleserver/config/xml).
TypeElementTypeImpl(SchemaType) - Constructor for class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl
 
TypeElementTypeImpl.FiltersImpl - Class in org.apache.uima.simpleserver.config.xml.impl
An XML filters(@http://uima.apache.org/simpleserver/config/xml).
TypeElementTypeImpl.FiltersImpl(SchemaType) - Constructor for class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl.FiltersImpl
 
TypeElementTypeImpl.OutputsImpl - Class in org.apache.uima.simpleserver.config.xml.impl
An XML outputs(@http://uima.apache.org/simpleserver/config/xml).
TypeElementTypeImpl.OutputsImpl(SchemaType) - Constructor for class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl.OutputsImpl
 
TypeMap - Interface in org.apache.uima.simpleserver.config
Represents a type map in a service spec.
TypeMapImpl - Class in org.apache.uima.simpleserver.config.impl
 
TypeMapImpl(String, Filter, String, boolean, boolean, String, String) - Constructor for class org.apache.uima.simpleserver.config.impl.TypeMapImpl
 

U

uima_initialization_error - Static variable in exception org.apache.uima.simpleserver.SimpleServerException
 
UimaSimpleServerSpecDocument - Interface in org.apache.uima.simpleserver.config.xml
A document containing one uimaSimpleServerSpec(@http://uima.apache.org/simpleserver/config/xml) element.
UimaSimpleServerSpecDocument.Factory - Class in org.apache.uima.simpleserver.config.xml
A factory class with static methods for creating instances of this type.
UimaSimpleServerSpecDocument.UimaSimpleServerSpec - Interface in org.apache.uima.simpleserver.config.xml
An XML uimaSimpleServerSpec(@http://uima.apache.org/simpleserver/config/xml).
UimaSimpleServerSpecDocument.UimaSimpleServerSpec.Factory - Class in org.apache.uima.simpleserver.config.xml
A factory class with static methods for creating instances of this type.
UimaSimpleServerSpecDocumentImpl - Class in org.apache.uima.simpleserver.config.xml.impl
A document containing one uimaSimpleServerSpec(@http://uima.apache.org/simpleserver/config/xml) element.
UimaSimpleServerSpecDocumentImpl(SchemaType) - Constructor for class org.apache.uima.simpleserver.config.xml.impl.UimaSimpleServerSpecDocumentImpl
 
UimaSimpleServerSpecDocumentImpl.UimaSimpleServerSpecImpl - Class in org.apache.uima.simpleserver.config.xml.impl
An XML uimaSimpleServerSpec(@http://uima.apache.org/simpleserver/config/xml).
UimaSimpleServerSpecDocumentImpl.UimaSimpleServerSpecImpl(SchemaType) - Constructor for class org.apache.uima.simpleserver.config.xml.impl.UimaSimpleServerSpecDocumentImpl.UimaSimpleServerSpecImpl
 
unsetAnd() - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl.FiltersImpl
Unsets the "and" element
unsetAnd() - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType.Filters
Unsets the "and" element
unsetFilter() - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl.FiltersImpl
Unsets the "filter" element
unsetFilter() - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType.Filters
Unsets the "filter" element
unsetFilters() - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl
Unsets the "filters" element
unsetFilters() - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType
Unsets the "filters" element
unsetLongDescription() - Method in class org.apache.uima.simpleserver.config.xml.impl.OutputTypeImpl
Unsets the "longDescription" element
unsetLongDescription() - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl
Unsets the "longDescription" element
unsetLongDescription() - Method in class org.apache.uima.simpleserver.config.xml.impl.UimaSimpleServerSpecDocumentImpl.UimaSimpleServerSpecImpl
Unsets the "longDescription" element
unsetLongDescription() - Method in interface org.apache.uima.simpleserver.config.xml.OutputType
Unsets the "longDescription" element
unsetLongDescription() - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType
Unsets the "longDescription" element
unsetLongDescription() - Method in interface org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument.UimaSimpleServerSpec
Unsets the "longDescription" element
unsetOr() - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl.FiltersImpl
Unsets the "or" element
unsetOr() - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType.Filters
Unsets the "or" element
unsetOutputAll() - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl
Unsets the "outputAll" attribute
unsetOutputAll() - Method in class org.apache.uima.simpleserver.config.xml.impl.UimaSimpleServerSpecDocumentImpl.UimaSimpleServerSpecImpl
Unsets the "outputAll" attribute
unsetOutputAll() - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType
Unsets the "outputAll" attribute
unsetOutputAll() - Method in interface org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument.UimaSimpleServerSpec
Unsets the "outputAll" attribute
unsetOutputCoveredText() - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl
Unsets the "outputCoveredText" attribute
unsetOutputCoveredText() - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType
Unsets the "outputCoveredText" attribute
unsetOutputs() - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl
Unsets the "outputs" element
unsetOutputs() - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType
Unsets the "outputs" element
unsetShortDescription() - Method in class org.apache.uima.simpleserver.config.xml.impl.OutputTypeImpl
Unsets the "shortDescription" element
unsetShortDescription() - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl
Unsets the "shortDescription" element
unsetShortDescription() - Method in class org.apache.uima.simpleserver.config.xml.impl.UimaSimpleServerSpecDocumentImpl.UimaSimpleServerSpecImpl
Unsets the "shortDescription" element
unsetShortDescription() - Method in interface org.apache.uima.simpleserver.config.xml.OutputType
Unsets the "shortDescription" element
unsetShortDescription() - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType
Unsets the "shortDescription" element
unsetShortDescription() - Method in interface org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument.UimaSimpleServerSpec
Unsets the "shortDescription" element
unsetValue() - Method in class org.apache.uima.simpleserver.config.xml.impl.SimpleFilterTypeImpl
Unsets the "value" attribute
unsetValue() - Method in interface org.apache.uima.simpleserver.config.xml.SimpleFilterType
Unsets the "value" attribute
utf8 - Static variable in class org.apache.uima.simpleserver.servlet.SimpleServerServlet
 

V

validate(TypeSystem) - Method in class org.apache.uima.simpleserver.config.impl.ServerSpecImpl
 
validate(TypeSystem) - Method in interface org.apache.uima.simpleserver.config.ServerSpec
Validate a service spec with respect to a type system.
validation_warning - Static variable in exception org.apache.uima.simpleserver.SimpleServerException
 
value_must_be_set - Static variable in exception org.apache.uima.simpleserver.SimpleServerException
 
value_must_not_be_set - Static variable in exception org.apache.uima.simpleserver.SimpleServerException
 
valueOf(String) - Static method in enum org.apache.uima.simpleserver.config.Filter.FilterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.uima.simpleserver.config.FilterOp
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.uima.simpleserver.config.Filter.FilterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.uima.simpleserver.config.FilterOp
Returns an array containing the constants of this enum type, in the order they are declared.

X

X - Static variable in interface org.apache.uima.simpleserver.config.xml.FilterOperator
 
X_2 - Static variable in interface org.apache.uima.simpleserver.config.xml.FilterOperator
 
X_3 - Static variable in interface org.apache.uima.simpleserver.config.xml.FilterOperator
 
X_4 - Static variable in interface org.apache.uima.simpleserver.config.xml.FilterOperator
 
X_5 - Static variable in interface org.apache.uima.simpleserver.config.xml.FilterOperator
 
X_6 - Static variable in interface org.apache.uima.simpleserver.config.xml.FilterOperator
 
xgetFeaturePath() - Method in class org.apache.uima.simpleserver.config.xml.impl.OutputTypeImpl
Gets (as xml) the "featurePath" attribute
xgetFeaturePath() - Method in class org.apache.uima.simpleserver.config.xml.impl.SimpleFilterTypeImpl
Gets (as xml) the "featurePath" attribute
xgetFeaturePath() - Method in interface org.apache.uima.simpleserver.config.xml.OutputType
Gets (as xml) the "featurePath" attribute
xgetFeaturePath() - Method in interface org.apache.uima.simpleserver.config.xml.SimpleFilterType
Gets (as xml) the "featurePath" attribute
xgetLongDescription() - Method in class org.apache.uima.simpleserver.config.xml.impl.OutputTypeImpl
Gets (as xml) the "longDescription" element
xgetLongDescription() - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl
Gets (as xml) the "longDescription" element
xgetLongDescription() - Method in class org.apache.uima.simpleserver.config.xml.impl.UimaSimpleServerSpecDocumentImpl.UimaSimpleServerSpecImpl
Gets (as xml) the "longDescription" element
xgetLongDescription() - Method in interface org.apache.uima.simpleserver.config.xml.OutputType
Gets (as xml) the "longDescription" element
xgetLongDescription() - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType
Gets (as xml) the "longDescription" element
xgetLongDescription() - Method in interface org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument.UimaSimpleServerSpec
Gets (as xml) the "longDescription" element
xgetName() - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl
Gets (as xml) the "name" attribute
xgetName() - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType
Gets (as xml) the "name" attribute
xgetOperator() - Method in class org.apache.uima.simpleserver.config.xml.impl.SimpleFilterTypeImpl
Gets (as xml) the "operator" attribute
xgetOperator() - Method in interface org.apache.uima.simpleserver.config.xml.SimpleFilterType
Gets (as xml) the "operator" attribute
xgetOutputAll() - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl
Gets (as xml) the "outputAll" attribute
xgetOutputAll() - Method in class org.apache.uima.simpleserver.config.xml.impl.UimaSimpleServerSpecDocumentImpl.UimaSimpleServerSpecImpl
Gets (as xml) the "outputAll" attribute
xgetOutputAll() - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType
Gets (as xml) the "outputAll" attribute
xgetOutputAll() - Method in interface org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument.UimaSimpleServerSpec
Gets (as xml) the "outputAll" attribute
xgetOutputAttribute() - Method in class org.apache.uima.simpleserver.config.xml.impl.OutputTypeImpl
Gets (as xml) the "outputAttribute" attribute
xgetOutputAttribute() - Method in interface org.apache.uima.simpleserver.config.xml.OutputType
Gets (as xml) the "outputAttribute" attribute
xgetOutputCoveredText() - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl
Gets (as xml) the "outputCoveredText" attribute
xgetOutputCoveredText() - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType
Gets (as xml) the "outputCoveredText" attribute
xgetOutputTag() - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl
Gets (as xml) the "outputTag" attribute
xgetOutputTag() - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType
Gets (as xml) the "outputTag" attribute
xgetShortDescription() - Method in class org.apache.uima.simpleserver.config.xml.impl.OutputTypeImpl
Gets (as xml) the "shortDescription" element
xgetShortDescription() - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl
Gets (as xml) the "shortDescription" element
xgetShortDescription() - Method in class org.apache.uima.simpleserver.config.xml.impl.UimaSimpleServerSpecDocumentImpl.UimaSimpleServerSpecImpl
Gets (as xml) the "shortDescription" element
xgetShortDescription() - Method in interface org.apache.uima.simpleserver.config.xml.OutputType
Gets (as xml) the "shortDescription" element
xgetShortDescription() - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType
Gets (as xml) the "shortDescription" element
xgetShortDescription() - Method in interface org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument.UimaSimpleServerSpec
Gets (as xml) the "shortDescription" element
xgetValue() - Method in class org.apache.uima.simpleserver.config.xml.impl.SimpleFilterTypeImpl
Gets (as xml) the "value" attribute
xgetValue() - Method in interface org.apache.uima.simpleserver.config.xml.SimpleFilterType
Gets (as xml) the "value" attribute
XmlConfigReader - Class in org.apache.uima.simpleserver.config.impl
Read server configuration from an XML file or stream.
XmlConfigReader() - Constructor for class org.apache.uima.simpleserver.config.impl.XmlConfigReader
 
xmlToString(Document) - Method in class org.apache.uima.simpleserver.servlet.ListServices
 
xsetFeaturePath(XmlString) - Method in class org.apache.uima.simpleserver.config.xml.impl.OutputTypeImpl
Sets (as xml) the "featurePath" attribute
xsetFeaturePath(XmlString) - Method in class org.apache.uima.simpleserver.config.xml.impl.SimpleFilterTypeImpl
Sets (as xml) the "featurePath" attribute
xsetFeaturePath(XmlString) - Method in interface org.apache.uima.simpleserver.config.xml.OutputType
Sets (as xml) the "featurePath" attribute
xsetFeaturePath(XmlString) - Method in interface org.apache.uima.simpleserver.config.xml.SimpleFilterType
Sets (as xml) the "featurePath" attribute
xsetLongDescription(XmlString) - Method in class org.apache.uima.simpleserver.config.xml.impl.OutputTypeImpl
Sets (as xml) the "longDescription" element
xsetLongDescription(XmlString) - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl
Sets (as xml) the "longDescription" element
xsetLongDescription(XmlString) - Method in class org.apache.uima.simpleserver.config.xml.impl.UimaSimpleServerSpecDocumentImpl.UimaSimpleServerSpecImpl
Sets (as xml) the "longDescription" element
xsetLongDescription(XmlString) - Method in interface org.apache.uima.simpleserver.config.xml.OutputType
Sets (as xml) the "longDescription" element
xsetLongDescription(XmlString) - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType
Sets (as xml) the "longDescription" element
xsetLongDescription(XmlString) - Method in interface org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument.UimaSimpleServerSpec
Sets (as xml) the "longDescription" element
xsetName(XmlString) - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl
Sets (as xml) the "name" attribute
xsetName(XmlString) - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType
Sets (as xml) the "name" attribute
xsetOperator(FilterOperator) - Method in class org.apache.uima.simpleserver.config.xml.impl.SimpleFilterTypeImpl
Sets (as xml) the "operator" attribute
xsetOperator(FilterOperator) - Method in interface org.apache.uima.simpleserver.config.xml.SimpleFilterType
Sets (as xml) the "operator" attribute
xsetOutputAll(XmlBoolean) - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl
Sets (as xml) the "outputAll" attribute
xsetOutputAll(XmlBoolean) - Method in class org.apache.uima.simpleserver.config.xml.impl.UimaSimpleServerSpecDocumentImpl.UimaSimpleServerSpecImpl
Sets (as xml) the "outputAll" attribute
xsetOutputAll(XmlBoolean) - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType
Sets (as xml) the "outputAll" attribute
xsetOutputAll(XmlBoolean) - Method in interface org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument.UimaSimpleServerSpec
Sets (as xml) the "outputAll" attribute
xsetOutputAttribute(XmlString) - Method in class org.apache.uima.simpleserver.config.xml.impl.OutputTypeImpl
Sets (as xml) the "outputAttribute" attribute
xsetOutputAttribute(XmlString) - Method in interface org.apache.uima.simpleserver.config.xml.OutputType
Sets (as xml) the "outputAttribute" attribute
xsetOutputCoveredText(XmlBoolean) - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl
Sets (as xml) the "outputCoveredText" attribute
xsetOutputCoveredText(XmlBoolean) - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType
Sets (as xml) the "outputCoveredText" attribute
xsetOutputTag(XmlString) - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl
Sets (as xml) the "outputTag" attribute
xsetOutputTag(XmlString) - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType
Sets (as xml) the "outputTag" attribute
xsetShortDescription(XmlString) - Method in class org.apache.uima.simpleserver.config.xml.impl.OutputTypeImpl
Sets (as xml) the "shortDescription" element
xsetShortDescription(XmlString) - Method in class org.apache.uima.simpleserver.config.xml.impl.TypeElementTypeImpl
Sets (as xml) the "shortDescription" element
xsetShortDescription(XmlString) - Method in class org.apache.uima.simpleserver.config.xml.impl.UimaSimpleServerSpecDocumentImpl.UimaSimpleServerSpecImpl
Sets (as xml) the "shortDescription" element
xsetShortDescription(XmlString) - Method in interface org.apache.uima.simpleserver.config.xml.OutputType
Sets (as xml) the "shortDescription" element
xsetShortDescription(XmlString) - Method in interface org.apache.uima.simpleserver.config.xml.TypeElementType
Sets (as xml) the "shortDescription" element
xsetShortDescription(XmlString) - Method in interface org.apache.uima.simpleserver.config.xml.UimaSimpleServerSpecDocument.UimaSimpleServerSpec
Sets (as xml) the "shortDescription" element
xsetValue(XmlString) - Method in class org.apache.uima.simpleserver.config.xml.impl.SimpleFilterTypeImpl
Sets (as xml) the "value" attribute
xsetValue(XmlString) - Method in interface org.apache.uima.simpleserver.config.xml.SimpleFilterType
Sets (as xml) the "value" attribute

A B C D E F G H I J L M N O P R S T U V X

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