FeatureClient |
It features several things:
Calling services with the concrete objects (like AminoAcidSequence)
Service discovery based on service name or input/output definition (like return all services which consume an
AGI locus code and return PMIDs)
Parallelization for multiple service calls
Using a timeout if the service does not return in that time
Calling a service once with possible different inputs
How to use the this client can be learned by looking a the examples found in the
de.mpg.mpiz_koeln.featureClient.test. |