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()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getInvokerMbean()
String
public void setInvokerMbean(java.lang.String value)
value
- allowed object is
String
public java.lang.String getProxyFactory()
String
public void setProxyFactory(java.lang.String value)
value
- allowed object is
String
public ProxyFactoryConfig getProxyFactoryConfig()
ProxyFactoryConfig
public void setProxyFactoryConfig(ProxyFactoryConfig value)
value
- allowed object is
ProxyFactoryConfig