Package org.apache.uima.resource
Interface ResourceServiceStub
-
- All Known Subinterfaces:
AnalysisEngineServiceStub
- All Known Implementing Classes:
VinciAnalysisEngineServiceStub,VinciBinaryAnalysisEngineServiceStub
public interface ResourceServiceStubA stub that calls a remote AnalysisEngine service.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ResourceMetaDatacallGetMetaData()Performs service call to retrieve resource meta data.default voiddestroy()Called when this stub is no longer needed, so any open connections can be closed.
-
-
-
Method Detail
-
callGetMetaData
ResourceMetaData callGetMetaData() throws ResourceServiceException
Performs service call to retrieve resource meta data.- Returns:
- metadata for the Resource
- Throws:
ResourceServiceException- passthru
-
destroy
default void destroy()
Called when this stub is no longer needed, so any open connections can be closed.
-
-