|
Version: 1.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FeatureClientException | |
---|---|
de.mpg.mpiz_koeln.featureClient |
Uses of FeatureClientException in de.mpg.mpiz_koeln.featureClient |
---|
Methods in de.mpg.mpiz_koeln.featureClient that throw FeatureClientException | ||
---|---|---|
void |
FeatureClient.addMultipleCallInput(FeatureClient.JobIdentifier jobIdentifier,
MobyObject... inputs)
Adds one or more input(s) to the client which are used to call services once or more. |
|
void |
FeatureClient.addMultipleCallInput(FeatureClient.JobIdentifier identifier,
String id)
|
|
void |
FeatureClient.addMultipleCallInput(FeatureClient.JobIdentifier identifier,
String namespace,
String id)
|
|
void |
FeatureClient.addMultipleCallInput(FeatureClient.JobIdentifier identifier,
String namespace,
String id,
String name)
|
|
void |
FeatureClient.addMultipleCallInput(String id)
|
|
void |
FeatureClient.addMultipleCallInput(String jobidentifier,
MobyObject... inputs)
|
|
void |
FeatureClient.addMultipleCallInput(String namespace,
String id)
Adds a new simple input to the client. |
|
void |
FeatureClient.addMultipleCallInput(String namespace,
String id,
String name)
Adds a new simple input to the client. |
|
Collection<FeatureClientResult> |
FeatureClient.call()
Calls one or several services (which are found by the find-service-procedure) and returns their results. |
|
|
FeatureClient.callServiceMultipleTimes()
Calls a service multiple times and returns it results. |
|
|
FeatureClient.callWithMultipleResult()
Calls a service and returns the results of the service. |
|
|
FeatureClient.callWithSingleResult()
Calls a service and returns the one result the service returns. |
|
|
FeatureClientResult.getMulipleCallResult(String id)
Returns the result from a multiple job call for a specific job id. |
|
|
FeatureClientResult.getMulitpliCallResultAsOne()
|
|
|
FeatureClientResult.getMultipleCallResult()
Returns the result from a multiple job call. |
|
|
FeatureClientResult.getSingleCallResult()
Returns the result for a simple, one-time call (so non multiple call). |
|
void |
FeatureClient.setSingleCallInput(MobyObject... inputs)
Sets the inputs for a single service call. |
|
void |
FeatureClient.setSingleCallInput(String namespace,
String id)
Sets the input for a single service call. |
|
void |
FeatureClient.setSingleCallInput(String namespace,
String id,
String name)
Sets the input for a single service call. |
|
Version: 1.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |