public class InvokerProxyBinding extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
invokerMbean |
protected String |
name |
protected String |
proxyFactory |
protected ProxyFactoryConfig |
proxyFactoryConfig |
| Constructor and Description |
|---|
InvokerProxyBinding() |
| Modifier and Type | Method and Description |
|---|---|
String |
getInvokerMbean()
Gets the value of the invokerMbean property.
|
String |
getName()
Gets the value of the name property.
|
String |
getProxyFactory()
Gets the value of the proxyFactory property.
|
ProxyFactoryConfig |
getProxyFactoryConfig()
Gets the value of the proxyFactoryConfig property.
|
void |
setInvokerMbean(String value)
Sets the value of the invokerMbean property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setProxyFactory(String value)
Sets the value of the proxyFactory property.
|
void |
setProxyFactoryConfig(ProxyFactoryConfig value)
Sets the value of the proxyFactoryConfig property.
|
protected String name
protected String invokerMbean
protected String proxyFactory
protected ProxyFactoryConfig proxyFactoryConfig
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getInvokerMbean()
Stringpublic void setInvokerMbean(String value)
value - allowed object is
Stringpublic String getProxyFactory()
Stringpublic void setProxyFactory(String value)
value - allowed object is
Stringpublic ProxyFactoryConfig getProxyFactoryConfig()
ProxyFactoryConfigpublic void setProxyFactoryConfig(ProxyFactoryConfig value)
value - allowed object is
ProxyFactoryConfigCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.