Testable.test() method, for connectivity testing
ConnectorMetaDataEnabled.getMetaDataKeys() method, when retrieving the list of keys for DataSense
DefaultComposedMetaDataKey.category of both keys, where, if it's not
possible to discriminate the order, the key id will take place.org.mule.api.annotations.Connector annotated class that will infuse it with connection management capabilities.MetaDataKey default implementation.MetaData where:
the inner MetaDataModel will be the wrappedMetaDataModel object
the properties from userDefinedMetaData (coded by the connector's developer) will be copied into the newly created MetaData
ConnectorMetaDataEnabled.getMetaData(org.mule.common.metadata.MetaDataKey) when describing types generically (e.g: @Query scenarios)
MetaDataDescriptor.getInputMetaData() when describing the input metadata of the invoke operation (see InvokeSoapMessageProcessor)
MetaDataDescriptor.getOutputMetaData(org.mule.common.metadata.MetaData) when describing the output of the invoke operation (see InvokeSoapMessageProcessor)
ConnectorMetaDataEnabled.getMetaDataKeys() when
retrieving keys to Studio for the set of WSDL filesDefaultComposedMetaDataKey.hasProperty(Class) insteadquery element, if it contains MELs that are of "type dates" it must transform them
into a meaningful type of string so that the DSQL grammar can process them properly.Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.