This topic describes the SIDestinationAddressFactory, the
public interface which is used for the creation of each instance of
an SIDestinationAddress.
public abstract class SIDestinationAddressFactory extends
java.lang.Object
This class creates an SIDestinationAddressFactory
at static initialization that is subsequently used for the creation
of all instances of SIDestinationAddress
The API has three methods:
- getInstance: This method gets the singleton
SIDestinationAddressFactory which is to be used for creating SIDestinationAddress
instances.
- createSIDestinationAddress: These two methods
are used to create a SIDestinationAddress to represent a service integration
bus destination. The first will create a SIDestination that exists
only on the local service integration bus (and maybe localized to
the "local" messaging engine depending on the localOnly flag). The
second method is used to create a SIDestination that exists on a remote
service integration bus.
For more information about the SIDestinationAddressFactory
interface, see the SIDestinationAddressFactory generated API information.