public interface RemoteBindingType<T> extends Child<T>
remote-bindingType
xsd typeModifier 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 |
getInterceptorStack()
Returns the
interceptor-stack element |
String |
getInvokerName()
Returns the
invoker-name element |
String |
getJndiName()
Returns the
jndi-name element |
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> |
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
objectsRemoteBindingType
List<String> getAllDescription()
description
elementsdescription
RemoteBindingType<T> removeAllDescription()
description
elementRemoteBindingType
RemoteBindingType<T> jndiName(String jndiName)
jndi-name
elementjndiName
- the value for the element jndi-name
RemoteBindingType
String getJndiName()
jndi-name
elementjndi-name
RemoteBindingType<T> removeJndiName()
jndi-name
elementRemoteBindingType
RemoteBindingType<T> clientBindUrl(String clientBindUrl)
client-bind-url
elementclientBindUrl
- the value for the element client-bind-url
RemoteBindingType
String getClientBindUrl()
client-bind-url
elementclient-bind-url
RemoteBindingType<T> removeClientBindUrl()
client-bind-url
elementRemoteBindingType
RemoteBindingType<T> interceptorStack(String interceptorStack)
interceptor-stack
elementinterceptorStack
- the value for the element interceptor-stack
RemoteBindingType
String getInterceptorStack()
interceptor-stack
elementinterceptor-stack
RemoteBindingType<T> removeInterceptorStack()
interceptor-stack
elementRemoteBindingType
RemoteBindingType<T> invokerName(String invokerName)
invoker-name
elementinvokerName
- the value for the element invoker-name
RemoteBindingType
String getInvokerName()
invoker-name
elementinvoker-name
RemoteBindingType<T> removeInvokerName()
invoker-name
elementRemoteBindingType
Copyright © 2017 JBoss by Red Hat. All rights reserved.