|
||||||||||
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-destinationType specifies a message
destination. The logical destination described by this
element is mapped to a physical destination by the Deployer.
The message destination element contains:
- an optional description
- an optional display-name
- an optional icon
- a message destination name which must be unique
among message destination names within the same
Deployment File.
- an optional mapped name
- an optional lookup name
Example:
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 |
getLookupName()
Returns the lookup-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> |
removeLookupName()
Removes the lookup-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> |
setLookupName(java.lang.String lookupName)
If not already created, a new lookup-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> 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
MessageDestinationType<T> setLookupName(java.lang.String lookupName)
lookup-name
element with the given value will be created.
Otherwise, the existing lookup-name
element will be updated with the given value.
MessageDestinationType
MessageDestinationType<T> removeLookupName()
lookup-name
element
MessageDestinationType
java.lang.String getLookupName()
lookup-name
element
lookup-name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |