public class InvokerProxyBindingMetaData extends NamedMetaDataWithDescriptions
Constructor and Description |
---|
InvokerProxyBindingMetaData() |
Modifier and Type | Method and Description |
---|---|
String |
getInvokerMBean()
Get the invokerMBean.
|
String |
getInvokerProxyBindingName()
Get the invokerProxyBindingName.
|
String |
getProxyFactory()
Get the proxyFactory.
|
Element |
getProxyFactoryConfig() |
void |
setInvokerMBean(String invokerMBean)
Set the invokerMBean.
|
void |
setInvokerProxyBindingName(String invokerProxyBindingName)
Set the invokerProxyBindingName.
|
void |
setProxyFactory(String proxyFactory)
Set the proxyFactory.
|
void |
setProxyFactoryConfig(Element proxyFactoryConfig) |
getDescriptions, setDescriptions
equals, getKey, getName, hashCode, setName, toString
clone, getId, setId
finalize, getClass, notify, notifyAll, wait, wait, wait
getKey
public String getInvokerProxyBindingName()
public void setInvokerProxyBindingName(String invokerProxyBindingName)
invokerProxyBindingName
- the invokerProxyBindingName.IllegalArgumentException
- for a null invokerProxyBindingNamepublic String getInvokerMBean()
public void setInvokerMBean(String invokerMBean)
invokerMBean
- the invokerMBean.IllegalArgumentException
- for a null invokerMBeanpublic String getProxyFactory()
public void setProxyFactory(String proxyFactory)
proxyFactory
- the proxyFactory.IllegalArgumentException
- for a null proxyFactorypublic Element getProxyFactoryConfig()
public void setProxyFactoryConfig(Element proxyFactoryConfig)
Copyright © 2013 JBoss by Red Hat. All rights reserved.