public class AxisAnalysisEngineServiceStub extends AxisResourceServiceStub implements org.apache.uima.analysis_engine.AnalysisEngineServiceStub
AnalysisEngineService_impl that makes use of Axis SOAP to communicate with the
service.| Constructor and Description |
|---|
AxisAnalysisEngineServiceStub(String aEndpoint,
Integer aTimeout)
Sets the endpoint of the service with which this proxy communicates.
|
AxisAnalysisEngineServiceStub(String aEndpoint,
Integer aTimeout,
boolean aUseAttachments)
Sets the endpoint of the service with which this proxy communicates.
|
| Modifier and Type | Method and Description |
|---|---|
void |
callBatchProcessComplete() |
void |
callCollectionProcessComplete() |
void |
callProcess(org.apache.uima.cas.CAS aCAS)
Call process.
|
void |
destroy()
Destroy.
|
callGetMetaData, getServiceEndpoint, getTimeoutpublic AxisAnalysisEngineServiceStub(String aEndpoint, Integer aTimeout) throws MalformedURLException
aEndpoint - the service endpoint URIaTimeout - the timeout period in millseconds, or null to use Axis's default valueMalformedURLException - if aEndpoint is not a valid URLpublic AxisAnalysisEngineServiceStub(String aEndpoint, Integer aTimeout, boolean aUseAttachments) throws MalformedURLException
aEndpoint - the service endpoint URIaTimeout - the timeout period in millseconds, or null to use Axis's default valueaUseAttachments - whether attachments should be used to send binary-serialized dataMalformedURLException - if aEndpoint is not a valid URLpublic void callProcess(org.apache.uima.cas.CAS aCAS)
throws org.apache.uima.resource.ResourceServiceException
callProcess in interface org.apache.uima.analysis_engine.AnalysisEngineServiceStubaCAS - the a CASorg.apache.uima.resource.ResourceServiceException - the resource service exceptionAnalysisEngineServiceStub.callProcess(CAS)public void destroy()
destroy in interface org.apache.uima.resource.ResourceServiceStubResourceServiceStub.destroy()public void callBatchProcessComplete()
throws org.apache.uima.resource.ResourceServiceException
callBatchProcessComplete in interface org.apache.uima.analysis_engine.AnalysisEngineServiceStuborg.apache.uima.resource.ResourceServiceExceptionpublic void callCollectionProcessComplete()
throws org.apache.uima.resource.ResourceServiceException
callCollectionProcessComplete in interface org.apache.uima.analysis_engine.AnalysisEngineServiceStuborg.apache.uima.resource.ResourceServiceExceptionCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.