| Class | Description |
|---|---|
| DefaultMetadataResolverFactory |
Default implementation of the
MetadataResolverFactory, it provides initialized instances of TypeKeysResolver,
TypeKeysResolver and OutputTypeResolver of the classes passed in the constructor. |
| DslElementIdHelper | |
| MuleMetadataService |
Default implementation of the
MetadataService, which provides access to the Metadata of any Component in the
application, using it's Location. |
| NullMetadataResolverFactory |
Null implementation of a
MetadataResolverFactory, which returns a NullMetadataResolver for every resolver
provided by the factory |
| NullMetadataResolverSupplier |
Supplier implementation which returns a NullMetadataResolver instance. |
| Exception | Description |
|---|---|
| InvalidComponentIdException |
Represents that the given
Location is invalid due that the Component could not be found in the current
MuleContext. |
Copyright © 2003–2023 MuleSoft, Inc.. All rights reserved.