|
||||||||||
| 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 |
getJndiName()
Get the jndiName. |
String |
getProxyFactory()
Get the proxyFactory. |
String |
getResolvedJndiName()
|
void |
setClientBindUrl(String clientBindUrl)
Set the clientBindUrl. |
void |
setInterceptorStack(String interceptorStack)
Set the interceptorStack. |
void |
setJndiName(String jndiName)
Set the jndiName. |
void |
setProxyFactory(String proxyFactory)
Set the proxyFactory. |
void |
setResolvedJndiName(String resolvedJndiName)
|
| 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 getResolvedJndiName()
public void setResolvedJndiName(String resolvedJndiName)
public 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 proxyFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||