|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.metadata.javaee.support.IdMetaDataImpl
org.jboss.metadata.javaee.support.NamedMetaData
org.jboss.metadata.javaee.support.NamedMetaDataWithDescriptions
org.jboss.metadata.ejb.jboss.InvokerProxyBindingMetaData
public class InvokerProxyBindingMetaData
InvokerProxyBindingMetaData.
Constructor Summary | |
---|---|
InvokerProxyBindingMetaData()
|
Method Summary | |
---|---|
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)
|
Methods inherited from class org.jboss.metadata.javaee.support.NamedMetaDataWithDescriptions |
---|
getDescriptions, setDescriptions |
Methods inherited from class org.jboss.metadata.javaee.support.NamedMetaData |
---|
equals, getKey, getName, hashCode, merge, setName, toString |
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl |
---|
clone, getId, merge, merge, setId |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.jboss.metadata.javaee.support.MappableMetaData |
---|
getKey |
Constructor Detail |
---|
public InvokerProxyBindingMetaData()
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |