|
||||||||||
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.IdMetaDataImplWithDescriptions
org.jboss.metadata.ejb.jboss.RemoteBindingMetaData
public class RemoteBindingMetaData
RemoteBindingMetaData.
Constructor Summary | |
---|---|
RemoteBindingMetaData()
|
Method Summary | |
---|---|
String |
getClientBindUrl()
Get the clientBindUrl. |
String |
getInterceptorStack()
Get the interceptorStack. |
String |
getInvokerName()
Get the invokerName |
String |
getJndiName()
Get the jndiName. |
String |
getProxyFactory()
Get the proxyFactory. |
void |
setClientBindUrl(String clientBindUrl)
Set the clientBindUrl. |
void |
setInterceptorStack(String interceptorStack)
Set the interceptorStack. |
void |
setInvokerName(String invokerName)
Set the invokerName |
void |
setJndiName(String jndiName)
Set the jndiName. |
void |
setProxyFactory(String proxyFactory)
Set the proxyFactory. |
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImplWithDescriptions |
---|
getDescriptions, merge, setDescriptions |
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl |
---|
clone, equals, getId, hashCode, merge, setId |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteBindingMetaData()
Method Detail |
---|
public String getJndiName()
public void setJndiName(String jndiName)
jndiName
- the jndiName.
IllegalArgumentException
- for a null jndiNamepublic String getClientBindUrl()
public void setClientBindUrl(String clientBindUrl)
clientBindUrl
- the clientBindUrl.
IllegalArgumentException
- for a null clientBindUrlpublic String getInterceptorStack()
public void setInterceptorStack(String interceptorStack)
interceptorStack
- the interceptorStack.
IllegalArgumentException
- for a null interceptorStackpublic String getProxyFactory()
public void setProxyFactory(String proxyFactory)
proxyFactory
- the proxyFactory.
IllegalArgumentException
- for a null proxyFactorypublic String getInvokerName()
public void setInvokerName(String invokerName)
invokerName
-
IllegalArgumentException
- for a null invokerName
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |