|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RemoteBindingType<T>
This interface defines the contract for the remote-bindingType
xsd type
Original Documentation:
Element for specifying the remote jndi binding for a bean as well
as the client interceptor stack
Method Summary | |
---|---|
java.lang.String |
getClientBindUrl()
Returns the client-bind-url element |
java.util.List<java.lang.String> |
getDescriptionList()
Returns all description elements |
java.lang.String |
getInterceptorStack()
Returns the interceptor-stack element |
java.lang.String |
getInvokerName()
Returns the invoker-name element |
java.lang.String |
getJndiName()
Returns 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> |
setClientBindUrl(java.lang.String clientBindUrl)
If not already created, a new client-bind-url element with the given value will be created. |
RemoteBindingType<T> |
setDescription(java.lang.String description)
Creates a new description element |
RemoteBindingType<T> |
setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
RemoteBindingType<T> |
setInterceptorStack(java.lang.String interceptorStack)
If not already created, a new interceptor-stack element with the given value will be created. |
RemoteBindingType<T> |
setInvokerName(java.lang.String invokerName)
If not already created, a new invoker-name element with the given value will be created. |
RemoteBindingType<T> |
setJndiName(java.lang.String jndiName)
If not already created, a new jndi-name element with the given value will be created. |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
RemoteBindingType<T> setDescription(java.lang.String description)
description
element
RemoteBindingType
RemoteBindingType<T> setDescriptionList(java.lang.String... values)
description
elements,
a new description
element
list
- of description
objects
RemoteBindingType
RemoteBindingType<T> removeAllDescription()
description
element
RemoteBindingType
java.util.List<java.lang.String> getDescriptionList()
description
elements
description
RemoteBindingType<T> setJndiName(java.lang.String jndiName)
jndi-name
element with the given value will be created.
Otherwise, the existing jndi-name
element will be updated with the given value.
RemoteBindingType
RemoteBindingType<T> removeJndiName()
jndi-name
element
RemoteBindingType
java.lang.String getJndiName()
jndi-name
element
jndi-name
RemoteBindingType<T> setClientBindUrl(java.lang.String clientBindUrl)
client-bind-url
element with the given value will be created.
Otherwise, the existing client-bind-url
element will be updated with the given value.
RemoteBindingType
RemoteBindingType<T> removeClientBindUrl()
client-bind-url
element
RemoteBindingType
java.lang.String getClientBindUrl()
client-bind-url
element
client-bind-url
RemoteBindingType<T> setInterceptorStack(java.lang.String interceptorStack)
interceptor-stack
element with the given value will be created.
Otherwise, the existing interceptor-stack
element will be updated with the given value.
RemoteBindingType
RemoteBindingType<T> removeInterceptorStack()
interceptor-stack
element
RemoteBindingType
java.lang.String getInterceptorStack()
interceptor-stack
element
interceptor-stack
RemoteBindingType<T> setInvokerName(java.lang.String invokerName)
invoker-name
element with the given value will be created.
Otherwise, the existing invoker-name
element will be updated with the given value.
RemoteBindingType
RemoteBindingType<T> removeInvokerName()
invoker-name
element
RemoteBindingType
java.lang.String getInvokerName()
invoker-name
element
invoker-name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |