public class RefInputAndOutputMetadataResolver extends GenericMetadataResolver implements org.mule.runtime.api.metadata.resolving.TypeKeysResolver
| Constructor and Description |
|---|
RefInputAndOutputMetadataResolver(String operationName) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.metadata.api.model.MetadataType |
getInputMetadata(org.mule.runtime.api.metadata.MetadataContext metadataContext,
Object metadataKey)
Return the input metadata for the operation as defined in the wsdl file (show the abstract types) This serves as a default
for the metadata resolution for all the operations, and should override the operations that calculate values based on some
key when the keys are not provided
|
Set<org.mule.runtime.api.metadata.MetadataKey> |
getKeys(org.mule.runtime.api.metadata.MetadataContext metadataContext) |
org.mule.metadata.api.model.MetadataType |
getOutputType(org.mule.runtime.api.metadata.MetadataContext metadataContext,
Object metadataKey)
Return the output metadata for the operation as defined in the wsdl file (show the abstract types if there are any) This
serves as a default for the metadata resolution for all the operations, and should override the operations that calculate
values based on some key when the keys are not provided
|
protected String |
getRecordRefType(Object key) |
createNetsuiteMetadataResolver, getAttributesType, getCategoryName, getComplexToNamespaceUri, getConnection, getMetadataRecordResolver, getOperationName, getResolverNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic RefInputAndOutputMetadataResolver(String operationName)
public Set<org.mule.runtime.api.metadata.MetadataKey> getKeys(org.mule.runtime.api.metadata.MetadataContext metadataContext) throws org.mule.runtime.api.metadata.MetadataResolvingException, org.mule.runtime.api.connection.ConnectionException
getKeys in interface org.mule.runtime.api.metadata.resolving.TypeKeysResolverorg.mule.runtime.api.metadata.MetadataResolvingExceptionorg.mule.runtime.api.connection.ConnectionExceptionpublic org.mule.metadata.api.model.MetadataType getOutputType(org.mule.runtime.api.metadata.MetadataContext metadataContext,
Object metadataKey)
throws org.mule.runtime.api.metadata.MetadataResolvingException,
org.mule.runtime.api.connection.ConnectionException
GenericMetadataResolvergetOutputType in interface org.mule.runtime.api.metadata.resolving.OutputTypeResolvergetOutputType in class GenericMetadataResolvermetadataContext - The MetadataContext to use to generate the metadataMetadataType builtorg.mule.runtime.api.metadata.MetadataResolvingException - if there is a problem resolving the metadataorg.mule.runtime.api.connection.ConnectionException - if there is a problem obtaining the connectionpublic org.mule.metadata.api.model.MetadataType getInputMetadata(org.mule.runtime.api.metadata.MetadataContext metadataContext,
Object metadataKey)
throws org.mule.runtime.api.metadata.MetadataResolvingException,
org.mule.runtime.api.connection.ConnectionException
GenericMetadataResolvergetInputMetadata in interface org.mule.runtime.api.metadata.resolving.InputTypeResolvergetInputMetadata in class GenericMetadataResolvermetadataContext - The MetadataContext to use to generate the metadataMetadataType builtorg.mule.runtime.api.metadata.MetadataResolvingException - if there is a problem resolving the metadataorg.mule.runtime.api.connection.ConnectionException - if there is a problem obtaining the connectionCopyright © 2025 MuleSoft, Inc.. All rights reserved.