}
protected OutboundEndpoint tryOutboundEndpointAnnotation(AnnotationMetaData metaData, ChannelType channelType) throws MuleException
{
Channel channelAnno = metaData.getAnnotation().annotationType().getAnnotation(Channel.class);
if (channelAnno != null && channelAnno.type() == channelType)
{
EndpointAnnotationParser parser = parserFactory.getEndpointParser(metaData.getAnnotation(), metaData.getClazz(), metaData.getMember());
if (parser == null)
{
//TODO i18n