Uses of Class
org.mule.construct.SimpleService.Type

Packages that use SimpleService.Type
org.mule.config.spring.factories   
org.mule.construct   
org.mule.construct.builder   
 

Uses of SimpleService.Type in org.mule.config.spring.factories
 

Methods in org.mule.config.spring.factories with parameters of type SimpleService.Type
 void SimpleServiceFactoryBean.setType(SimpleService.Type type)
           
 

Uses of SimpleService.Type in org.mule.construct
 

Methods in org.mule.construct that return SimpleService.Type
static SimpleService.Type SimpleService.Type.fromString(String string)
           
static SimpleService.Type SimpleService.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SimpleService.Type[] SimpleService.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.mule.construct with parameters of type SimpleService.Type
SimpleService(String name, MuleContext muleContext, MessageSource messageSource, List<MessageProcessor> transformers, List<MessageProcessor> responseTransformers, Component component, SimpleService.Type type)
           
 

Uses of SimpleService.Type in org.mule.construct.builder
 

Fields in org.mule.construct.builder declared as SimpleService.Type
protected  SimpleService.Type SimpleServiceBuilder.type
           
 

Methods in org.mule.construct.builder with parameters of type SimpleService.Type
 SimpleServiceBuilder SimpleServiceBuilder.type(SimpleService.Type type)
           
 



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