public class InvokerBindings
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
protected java.util.List<Invoker> | 
invoker  | 
| Constructor and Description | 
|---|
InvokerBindings()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<Invoker> | 
getInvoker()
Gets the value of the invoker property. 
 | 
protected java.util.List<Invoker> invoker
public java.util.List<Invoker> getInvoker()
set method for the invoker property.
 For example, to add a new item, do as follows:
 
    getInvoker().add(newItem);
 
 Objects of the following type(s) are allowed in the list
 Invoker