|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.uima.resource.Resource_ImplBase
org.apache.uima.resource.ConfigurableResource_ImplBase
org.apache.uima.analysis_engine.impl.AnalysisEngineImplBase
org.apache.uima.analysis_engine.service.impl.AnalysisEngineServiceAdapter
org.apache.uima.adapter.soap.SoapAnalysisEngineServiceAdapter
public class SoapAnalysisEngineServiceAdapter
Reference implementation of AnalysisEngineServiceAdapter
for SOAP.
Field Summary |
---|
Fields inherited from class org.apache.uima.analysis_engine.impl.AnalysisEngineImplBase |
---|
LOG_RESOURCE_BUNDLE, PARAM_VERIFICATION_MODE |
Fields inherited from interface org.apache.uima.analysis_engine.AnalysisEngine |
---|
PARAM_CONFIG_PARAM_SETTINGS, PARAM_MBEAN_NAME_PREFIX, PARAM_MBEAN_SERVER, PARAM_NUM_SIMULTANEOUS_REQUESTS, PARAM_RESOURCE_MANAGER, PARAM_TIMEOUT_PERIOD |
Fields inherited from interface org.apache.uima.resource.Resource |
---|
PARAM_AGGREGATE_SOFA_MAPPINGS, PARAM_PERFORMANCE_TUNING_SETTINGS, PARAM_UIMA_CONTEXT |
Constructor Summary | |
---|---|
SoapAnalysisEngineServiceAdapter()
|
Method Summary | |
---|---|
boolean |
initialize(ResourceSpecifier aSpecifier,
java.util.Map aAdditionalParams)
Initializes this Resource from a ResourceSpecifier . |
Methods inherited from class org.apache.uima.analysis_engine.service.impl.AnalysisEngineServiceAdapter |
---|
batchProcessComplete, collectionProcessComplete, destroy, getConfigParameterValue, getConfigParameterValue, getMetaData, getResourceName, getStub, processAndOutputNewCASes, reconfigure, setConfigParameterValue, setConfigParameterValue, setStub |
Methods inherited from class org.apache.uima.resource.Resource_ImplBase |
---|
getCasManager, getLogger, getResourceManager, getUimaContext, getUimaContextAdmin, setLogger |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.uima.analysis_engine.AnalysisEngine |
---|
createResultSpecification, createResultSpecification, getAnalysisEngineMetaData, getFeatureNamesForType, getLogger, getManagementInterface, getPerformanceTuningSettings, getResourceManager, newCAS, newJCas, process, process, process, process, process, process, process, processAndOutputNewCASes, setLogger, setResultSpecification |
Methods inherited from interface org.apache.uima.resource.Resource |
---|
getUimaContext, getUimaContextAdmin |
Methods inherited from interface org.apache.uima.collection.base_cpm.CasObjectProcessor |
---|
processCas, processCas, typeSystemInit |
Methods inherited from interface org.apache.uima.collection.base_cpm.CasProcessor |
---|
batchProcessComplete, collectionProcessComplete, getProcessingResourceMetaData, isReadOnly, isStateless |
Methods inherited from interface org.apache.uima.collection.CasConsumer |
---|
isReadOnly |
Constructor Detail |
---|
public SoapAnalysisEngineServiceAdapter()
Method Detail |
---|
public boolean initialize(ResourceSpecifier aSpecifier, java.util.Map aAdditionalParams) throws ResourceInitializationException
Resource
Resource
from a ResourceSpecifier
. Applications
do not need to call this method. It is called automatically by the ResourceFactory
and cannot be called a second time.
initialize
in interface AnalysisEngine
initialize
in interface Resource
initialize
in class AnalysisEngineImplBase
aSpecifier
- specifies how to create a resource or locate an existing resource service.aAdditionalParams
- a Map containing additional parameters. May be null
if there are no
parameters. Each class that implements this interface can decide what additional
parameters it supports.
ResourceSpecifier
is not of an appropriate type for this Resource. If
the ResourceSpecifier
is of an appropriate type but is invalid or if
some other failure occurs, an exception should be thrown.
ResourceInitializationException
- if a failure occurs during initialization.Resource.initialize(ResourceSpecifier, Map)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |