public class TestMetadataResolverMetadataResolvingFailure extends Object implements org.mule.runtime.api.metadata.resolving.TypeKeysResolver, org.mule.runtime.api.metadata.resolving.InputTypeResolver<String>, org.mule.runtime.api.metadata.resolving.OutputTypeResolver<String>
| Constructor and Description |
|---|
TestMetadataResolverMetadataResolvingFailure() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategoryName() |
org.mule.metadata.api.model.MetadataType |
getInputMetadata(org.mule.runtime.api.metadata.MetadataContext context,
String key) |
Set<org.mule.runtime.api.metadata.MetadataKey> |
getKeys(org.mule.runtime.api.metadata.MetadataContext context) |
org.mule.metadata.api.model.MetadataType |
getOutputType(org.mule.runtime.api.metadata.MetadataContext context,
String key) |
public TestMetadataResolverMetadataResolvingFailure()
public String getCategoryName()
getCategoryName in interface org.mule.runtime.api.metadata.resolving.NamedTypeResolverpublic Set<org.mule.runtime.api.metadata.MetadataKey> getKeys(org.mule.runtime.api.metadata.MetadataContext context) throws org.mule.runtime.api.metadata.MetadataResolvingException
getKeys in interface org.mule.runtime.api.metadata.resolving.TypeKeysResolverorg.mule.runtime.api.metadata.MetadataResolvingExceptionpublic org.mule.metadata.api.model.MetadataType getInputMetadata(org.mule.runtime.api.metadata.MetadataContext context,
String key)
throws org.mule.runtime.api.metadata.MetadataResolvingException
getInputMetadata in interface org.mule.runtime.api.metadata.resolving.InputTypeResolver<String>org.mule.runtime.api.metadata.MetadataResolvingExceptionpublic org.mule.metadata.api.model.MetadataType getOutputType(org.mule.runtime.api.metadata.MetadataContext context,
String key)
throws org.mule.runtime.api.metadata.MetadataResolvingException
getOutputType in interface org.mule.runtime.api.metadata.resolving.OutputTypeResolver<String>org.mule.runtime.api.metadata.MetadataResolvingExceptionCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.