J2EE1.4 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.
Example:
<?xml version="1.0" encoding="UTF-8"?><message-destination xmlns:com.ibm.etools.j2ee.common="common.xmi" xmlns:com.ibm.etools.webservice.wsclient="webservice_client.xmi" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:org.eclipse.jem.java="java.xmi" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><message-destination-name>
CorporateStocks
</message-destination-name>
</message-destination>
Java class for MessageDestination complex type.
The following schema fragment specifies the expected content contained
within this class.
<complexType name="MessageDestination">
<complexContent>
<extension base="{common.xmi}CompatibilityDescriptionGroup">
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>