org.apache.uima.resource
Interface ResourceServiceStub

All Known Subinterfaces:
AnalysisEngineServiceStub
All Known Implementing Classes:
AxisAnalysisEngineServiceStub, AxisResourceServiceStub, VinciAnalysisEngineServiceStub, VinciBinaryAnalysisEngineServiceStub

public interface ResourceServiceStub

A stub that calls a remote AnalysisEngine service.


Method Summary
 ResourceMetaData callGetMetaData()
          Performs service call to retreive resource meta data.
 void destroy()
          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 retreive resource meta data.

Returns:
metadata for the Resource
Throws:
ResourceServiceException

destroy

void destroy()
Called when this stub is no longer needed, so any open connections can be closed.



Copyright © 2011. All Rights Reserved.