Uses of Class
org.mule.api.annotations.meta.ChannelType

Packages that use ChannelType
org.mule.api.annotations.meta   
org.mule.config.endpoint   
org.mule.config.processors   
 

Uses of ChannelType in org.mule.api.annotations.meta
 

Methods in org.mule.api.annotations.meta that return ChannelType
static ChannelType ChannelType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ChannelType[] ChannelType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ChannelType in org.mule.config.endpoint
 

Methods in org.mule.config.endpoint that return ChannelType
 ChannelType AnnotatedEndpointData.getType()
           
 

Constructors in org.mule.config.endpoint with parameters of type ChannelType
AnnotatedEndpointData(MessageExchangePattern mep, ChannelType type, Annotation annotation)
           
 

Uses of ChannelType in org.mule.config.processors
 

Methods in org.mule.config.processors with parameters of type ChannelType
protected  InboundEndpoint DecoratingAnnotatedServiceProcessor.tryInboundEndpointAnnotation(AnnotationMetaData metaData, ChannelType channelType)
           
protected  OutboundEndpoint DecoratingAnnotatedServiceProcessor.tryOutboundEndpointAnnotation(AnnotationMetaData metaData, ChannelType channelType)
           
 



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.