WAS v8.5 > Reference > Developer detailed usage informationSIDestinationAddress
The SIDestinationAddress public interface 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.