public class AxisAnalysisEngineServiceStub extends AxisResourceServiceStub implements 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()
Performs service call to inform the AnalysisEngine that the processing of a batch has been
completed.
|
void |
callCollectionProcessComplete()
Performs service call to inform the AnalysisEngine that the processing of a collection has been
completed.
|
void |
callProcess(CAS aCAS)
Performs service call to process an entity.
|
void |
destroy()
Called when this stub is no longer needed, so any open connections can be closed.
|
callGetMetaData, getServiceEndpoint, getTimeoutclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcallGetMetaDatapublic 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(CAS aCAS) throws ResourceServiceException
AnalysisEngineServiceStubcallProcess in interface AnalysisEngineServiceStubaCAS - the CAS to processResourceServiceException - tbdAnalysisEngineServiceStub.callProcess(CAS)public void destroy()
ResourceServiceStubdestroy in interface ResourceServiceStubResourceServiceStub.destroy()public void callBatchProcessComplete()
throws ResourceServiceException
AnalysisEngineServiceStubcallBatchProcessComplete in interface AnalysisEngineServiceStubResourceServiceException - tbdpublic void callCollectionProcessComplete()
throws ResourceServiceException
AnalysisEngineServiceStubcallCollectionProcessComplete in interface AnalysisEngineServiceStubResourceServiceException - tbdCopyright © 2018. All rights reserved.