public class InvokerProxyBinding
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
invokerMbean |
protected java.lang.String |
name |
protected java.lang.String |
proxyFactory |
protected ProxyFactoryConfig |
proxyFactoryConfig |
| Constructor and Description |
|---|
InvokerProxyBinding() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getInvokerMbean()
Gets the value of the invokerMbean property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getProxyFactory()
Gets the value of the proxyFactory property.
|
ProxyFactoryConfig |
getProxyFactoryConfig()
Gets the value of the proxyFactoryConfig property.
|
void |
setInvokerMbean(java.lang.String value)
Sets the value of the invokerMbean property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setProxyFactory(java.lang.String value)
Sets the value of the proxyFactory property.
|
void |
setProxyFactoryConfig(ProxyFactoryConfig value)
Sets the value of the proxyFactoryConfig property.
|
protected java.lang.String name
protected java.lang.String invokerMbean
protected java.lang.String proxyFactory
protected ProxyFactoryConfig proxyFactoryConfig
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getInvokerMbean()
Stringpublic void setInvokerMbean(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getProxyFactory()
Stringpublic void setProxyFactory(java.lang.String value)
value - allowed object is
Stringpublic ProxyFactoryConfig getProxyFactoryConfig()
ProxyFactoryConfigpublic void setProxyFactoryConfig(ProxyFactoryConfig value)
value - allowed object is
ProxyFactoryConfig