public interface DomainDescriptorResolver
DomainDescriptor corresponding to the given name and BundleDescriptor, wrapping the logic to
obtain it.| Modifier and Type | Method and Description |
|---|---|
static DomainDescriptorResolver |
noDomainDescriptorResolver() |
DomainDescriptor |
resolve(String name,
BundleDescriptor bundleDescriptor)
Holds the logic to obtain a
DomainDescriptor based on the given domain name and BundleDescriptor. |
static DomainDescriptorResolver noDomainDescriptorResolver()
DomainDescriptorResolver.DomainDescriptor resolve(String name, BundleDescriptor bundleDescriptor) throws DomainDescriptorResolutionException
DomainDescriptor based on the given domain name and BundleDescriptor.name - domain name.bundleDescriptor - the bundle descriptor of the domain to get the artifact descriptor for.DomainDescriptor corresponding to the given BundleDescriptor.DomainDescriptorResolutionExceptionCopyright © 2003–2023 MuleSoft, Inc.. All rights reserved.