Class TestMultiLevelKeyResolver
java.lang.Object
org.mule.test.metadata.extension.resolver.TestMultiLevelKeyResolver
- All Implemented Interfaces:
org.mule.runtime.api.metadata.resolving.InputTypeResolver<LocationKey>,org.mule.runtime.api.metadata.resolving.NamedTypeResolver,org.mule.runtime.api.metadata.resolving.TypeKeysResolver
- Direct Known Subclasses:
TestPartialMultiLevelKeyResolver
public class TestMultiLevelKeyResolver
extends Object
implements org.mule.runtime.api.metadata.resolving.TypeKeysResolver, org.mule.runtime.api.metadata.resolving.InputTypeResolver<LocationKey>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.mule.runtime.api.metadata.MetadataKeystatic org.mule.runtime.api.metadata.MetadataKeyorg.mule.metadata.api.model.MetadataTypegetInputMetadata(org.mule.runtime.api.metadata.MetadataContext context, LocationKey key) Set<org.mule.runtime.api.metadata.MetadataKey>getKeys(org.mule.runtime.api.metadata.MetadataContext context)
-
Field Details
-
ERROR_MESSAGE
- See Also:
-
AMERICA
- See Also:
-
EUROPE
- See Also:
-
FRANCE
- See Also:
-
ARGENTINA
- See Also:
-
USA
- See Also:
-
USA_DISPLAY_NAME
- See Also:
-
BUENOS_AIRES
- See Also:
-
LA_PLATA
- See Also:
-
PARIS
- See Also:
-
SAN_FRANCISCO
- See Also:
-
TEST_MULTI_LEVEL_KEY_RESOLVER
- See Also:
-
-
Constructor Details
-
TestMultiLevelKeyResolver
public TestMultiLevelKeyResolver()
-
-
Method Details
-
getCategoryName
- Specified by:
getCategoryNamein interfaceorg.mule.runtime.api.metadata.resolving.NamedTypeResolver
-
getResolverName
- Specified by:
getResolverNamein interfaceorg.mule.runtime.api.metadata.resolving.InputTypeResolver<LocationKey>- Specified by:
getResolverNamein interfaceorg.mule.runtime.api.metadata.resolving.NamedTypeResolver- Specified by:
getResolverNamein interfaceorg.mule.runtime.api.metadata.resolving.TypeKeysResolver
-
getInputMetadata
public org.mule.metadata.api.model.MetadataType getInputMetadata(org.mule.runtime.api.metadata.MetadataContext context, LocationKey key) throws org.mule.runtime.api.metadata.MetadataResolvingException, org.mule.runtime.api.connection.ConnectionException - Specified by:
getInputMetadatain interfaceorg.mule.runtime.api.metadata.resolving.InputTypeResolver<LocationKey>- Throws:
org.mule.runtime.api.metadata.MetadataResolvingExceptionorg.mule.runtime.api.connection.ConnectionException
-
getKeys
public Set<org.mule.runtime.api.metadata.MetadataKey> getKeys(org.mule.runtime.api.metadata.MetadataContext context) throws org.mule.runtime.api.metadata.MetadataResolvingException, org.mule.runtime.api.connection.ConnectionException - Specified by:
getKeysin interfaceorg.mule.runtime.api.metadata.resolving.TypeKeysResolver- Throws:
org.mule.runtime.api.metadata.MetadataResolvingExceptionorg.mule.runtime.api.connection.ConnectionException
-
buildEuropeKey
public static org.mule.runtime.api.metadata.MetadataKey buildEuropeKey() -
buildAmericaKey
public static org.mule.runtime.api.metadata.MetadataKey buildAmericaKey()
-