|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageDestinationType<T>
This interface defines the contract for the message-destinationType
xsd type
Original Documentation:
The message-destination element is used to configure the jndi-name for a
message-destination in ejb-jar.xml Used in: assembly-descriptor
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getDescriptionList()
Returns all description elements |
java.util.List<java.lang.String> |
getDisplayNameList()
Returns all display-name elements |
java.util.List<IconType<MessageDestinationType<T>>> |
getIconList()
Returns all icon elements |
java.lang.String |
getJndiName()
Returns the jndi-name element |
java.lang.String |
getMappedName()
Returns the mapped-name element |
java.lang.String |
getMessageDestinationName()
Returns the message-destination-name element |
IconType<MessageDestinationType<T>> |
icon()
Returns the icon element |
MessageDestinationType<T> |
removeAllDescription()
Removes the description element |
MessageDestinationType<T> |
removeAllDisplayName()
Removes the display-name element |
MessageDestinationType<T> |
removeAllIcon()
Removes all icon elements |
MessageDestinationType<T> |
removeJndiName()
Removes the jndi-name element |
MessageDestinationType<T> |
removeMappedName()
Removes the mapped-name element |
MessageDestinationType<T> |
removeMessageDestinationName()
Removes the message-destination-name element |
MessageDestinationType<T> |
setDescription(java.lang.String description)
Creates a new description element |
MessageDestinationType<T> |
setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
MessageDestinationType<T> |
setDisplayName(java.lang.String displayName)
Creates a new display-name element |
MessageDestinationType<T> |
setDisplayNameList(java.lang.String... values)
Creates for all String objects representing display-name elements,
a new display-name element |
MessageDestinationType<T> |
setJndiName(java.lang.String jndiName)
If not already created, a new jndi-name element with the given value will be created. |
MessageDestinationType<T> |
setMappedName(java.lang.String mappedName)
If not already created, a new mapped-name element with the given value will be created. |
MessageDestinationType<T> |
setMessageDestinationName(java.lang.String messageDestinationName)
If not already created, a new message-destination-name element with the given value will be created. |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
MessageDestinationType<T> setDescription(java.lang.String description)
description
element
MessageDestinationType
MessageDestinationType<T> setDescriptionList(java.lang.String... values)
description
elements,
a new description
element
list
- of description
objects
MessageDestinationType
MessageDestinationType<T> removeAllDescription()
description
element
MessageDestinationType
java.util.List<java.lang.String> getDescriptionList()
description
elements
description
MessageDestinationType<T> setDisplayName(java.lang.String displayName)
display-name
element
MessageDestinationType
MessageDestinationType<T> setDisplayNameList(java.lang.String... values)
display-name
elements,
a new display-name
element
list
- of display-name
objects
MessageDestinationType
MessageDestinationType<T> removeAllDisplayName()
display-name
element
MessageDestinationType
java.util.List<java.lang.String> getDisplayNameList()
display-name
elements
display-name
MessageDestinationType<T> removeAllIcon()
icon
elements
MessageDestinationType
IconType<MessageDestinationType<T>> icon()
icon
element
icon
java.util.List<IconType<MessageDestinationType<T>>> getIconList()
icon
elements
icon
MessageDestinationType<T> setMessageDestinationName(java.lang.String messageDestinationName)
message-destination-name
element with the given value will be created.
Otherwise, the existing message-destination-name
element will be updated with the given value.
MessageDestinationType
MessageDestinationType<T> removeMessageDestinationName()
message-destination-name
element
MessageDestinationType
java.lang.String getMessageDestinationName()
message-destination-name
element
message-destination-name
MessageDestinationType<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.
MessageDestinationType
MessageDestinationType<T> removeJndiName()
jndi-name
element
MessageDestinationType
java.lang.String getJndiName()
jndi-name
element
jndi-name
MessageDestinationType<T> setMappedName(java.lang.String mappedName)
mapped-name
element with the given value will be created.
Otherwise, the existing mapped-name
element will be updated with the given value.
MessageDestinationType
MessageDestinationType<T> removeMappedName()
mapped-name
element
MessageDestinationType
java.lang.String getMappedName()
mapped-name
element
mapped-name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |