public interface RemoteServiceTarget extends ActionTarget
| Modifier and Type | Method and Description |
|---|---|
ActionTask<?> |
getActionTask()
Get the action task - viz.
|
List<ParameterBinding<?>> |
getParameterBindings()
Get the list of parameter bindings.
|
<A> ParameterBinding<A> |
getReturnParameter()
Get the return parameter binding.
|
RemoteServiceConstant |
getService()
Gets the target service.
|
RemoteServiceConstant getService()
List<ParameterBinding<?>> getParameterBindings()
<A> ParameterBinding<A> getReturnParameter()
A - the actual parameter type of the return parameter bindingActionTask<?> getActionTask()
Copyright © 2006–2020 Esito AS. All rights reserved.