public class RemoteBindingMetaData extends IdMetaDataImplWithDescriptions
| Constructor and Description |
|---|
RemoteBindingMetaData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientBindUrl()
Get the clientBindUrl.
|
String |
getInterceptorStack()
Get the interceptorStack.
|
String |
getInvokerName()
Get the invokerName
|
String |
getJndiName()
Get the jndiName.
|
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.
|
getDescriptions, setDescriptionspublic 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 getInvokerName()
public void setInvokerName(String invokerName)
invokerName - IllegalArgumentException - for a null invokerNameCopyright © 2019 JBoss by Red Hat. All rights reserved.