This topic describes the SIDestinationAddress, the public
interface which represents a service integration bus destination.
The API has three methods:
- isTemporary: This method determines whether
the SIDestinationAddress represents a temporary or permanent Destination,
returning a boolean value.
- getDestinationName: Method to retrieve the
name of the Destination represented by this SIDestinationAddress.
- getBusName: Method to retrieve the bus name
of the Destination represented by this SIDestinationAddress.
For more information about the SIDestinationAddress interface,
see the SIDestinationAddress generated API information.