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