
public interface RemoteBindingType<T> extends Child<T>
remote-bindingType xsd type| Modifier and Type | Method and Description |
|---|---|
RemoteBindingType<T> |
clientBindUrl(String clientBindUrl)
Sets the
client-bind-url element |
RemoteBindingType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
List<String> |
getAllDescription()
Returns all
description elements |
String |
getClientBindUrl()
Returns the
client-bind-url element |
String |
getId()
Returns the
id attribute |
String |
getInterceptorStack()
Returns the
interceptor-stack element |
String |
getInvokerName()
Returns the
invoker-name element |
String |
getJndiName()
Returns the
jndi-name element |
RemoteBindingType<T> |
id(String id)
Sets the
id attribute |
RemoteBindingType<T> |
interceptorStack(String interceptorStack)
Sets the
interceptor-stack element |
RemoteBindingType<T> |
invokerName(String invokerName)
Sets the
invoker-name element |
RemoteBindingType<T> |
jndiName(String jndiName)
Sets the
jndi-name element |
RemoteBindingType<T> |
removeAllDescription()
Removes the
description element |
RemoteBindingType<T> |
removeClientBindUrl()
Removes the
client-bind-url element |
RemoteBindingType<T> |
removeId()
Removes the
id attribute |
RemoteBindingType<T> |
removeInterceptorStack()
Removes the
interceptor-stack element |
RemoteBindingType<T> |
removeInvokerName()
Removes the
invoker-name element |
RemoteBindingType<T> |
removeJndiName()
Removes the
jndi-name element |
RemoteBindingType<T> description(String... values)
description elements,
a new description elementvalues - list of description objectsRemoteBindingTypeList<String> getAllDescription()
description elementsdescriptionRemoteBindingType<T> removeAllDescription()
description elementRemoteBindingTypeRemoteBindingType<T> jndiName(String jndiName)
jndi-name elementjndiName - the value for the element jndi-nameRemoteBindingTypeString getJndiName()
jndi-name elementjndi-nameRemoteBindingType<T> removeJndiName()
jndi-name elementRemoteBindingTypeRemoteBindingType<T> clientBindUrl(String clientBindUrl)
client-bind-url elementclientBindUrl - the value for the element client-bind-urlRemoteBindingTypeString getClientBindUrl()
client-bind-url elementclient-bind-urlRemoteBindingType<T> removeClientBindUrl()
client-bind-url elementRemoteBindingTypeRemoteBindingType<T> interceptorStack(String interceptorStack)
interceptor-stack elementinterceptorStack - the value for the element interceptor-stackRemoteBindingTypeString getInterceptorStack()
interceptor-stack elementinterceptor-stackRemoteBindingType<T> removeInterceptorStack()
interceptor-stack elementRemoteBindingTypeRemoteBindingType<T> invokerName(String invokerName)
invoker-name elementinvokerName - the value for the element invoker-nameRemoteBindingTypeString getInvokerName()
invoker-name elementinvoker-nameRemoteBindingType<T> removeInvokerName()
invoker-name elementRemoteBindingTypeRemoteBindingType<T> id(String id)
id attributeid - the value for the attribute idRemoteBindingTypeString getId()
id attributeidRemoteBindingType<T> removeId()
id attributeRemoteBindingTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.