|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.shrinkwrap.descriptor.impl.jboss51.RemoteBindingTypeImpl<T>
public class RemoteBindingTypeImpl<T>
This class implements the remote-bindingType
xsd type
Original Documentation:
Element for specifying the remote jndi binding for a bean as well
as the client interceptor stack
Constructor Summary | |
---|---|
RemoteBindingTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node)
|
|
RemoteBindingTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node,
org.jboss.shrinkwrap.descriptor.spi.Node childNode)
|
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. |
T |
up()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteBindingTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node)
public RemoteBindingTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node, org.jboss.shrinkwrap.descriptor.spi.Node childNode)
Method Detail |
---|
public T up()
up
in interface org.jboss.shrinkwrap.descriptor.api.Child<T>
public RemoteBindingType<T> setDescription(java.lang.String description)
description
element
setDescription
in interface RemoteBindingType<T>
RemoteBindingType
public RemoteBindingType<T> setDescriptionList(java.lang.String... values)
description
elements,
a new description
element
setDescriptionList
in interface RemoteBindingType<T>
list
- of description
objects
RemoteBindingType
public RemoteBindingType<T> removeAllDescription()
description
element
removeAllDescription
in interface RemoteBindingType<T>
RemoteBindingType
public java.util.List<java.lang.String> getDescriptionList()
description
elements
getDescriptionList
in interface RemoteBindingType<T>
description
public 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.
setJndiName
in interface RemoteBindingType<T>
RemoteBindingType
public RemoteBindingType<T> removeJndiName()
jndi-name
element
removeJndiName
in interface RemoteBindingType<T>
RemoteBindingType
public java.lang.String getJndiName()
jndi-name
element
getJndiName
in interface RemoteBindingType<T>
jndi-name
public 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.
setClientBindUrl
in interface RemoteBindingType<T>
RemoteBindingType
public RemoteBindingType<T> removeClientBindUrl()
client-bind-url
element
removeClientBindUrl
in interface RemoteBindingType<T>
RemoteBindingType
public java.lang.String getClientBindUrl()
client-bind-url
element
getClientBindUrl
in interface RemoteBindingType<T>
client-bind-url
public 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.
setInterceptorStack
in interface RemoteBindingType<T>
RemoteBindingType
public RemoteBindingType<T> removeInterceptorStack()
interceptor-stack
element
removeInterceptorStack
in interface RemoteBindingType<T>
RemoteBindingType
public java.lang.String getInterceptorStack()
interceptor-stack
element
getInterceptorStack
in interface RemoteBindingType<T>
interceptor-stack
public 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.
setInvokerName
in interface RemoteBindingType<T>
RemoteBindingType
public RemoteBindingType<T> removeInvokerName()
invoker-name
element
removeInvokerName
in interface RemoteBindingType<T>
RemoteBindingType
public java.lang.String getInvokerName()
invoker-name
element
getInvokerName
in interface RemoteBindingType<T>
invoker-name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |