org.mule.config.dsl
Class ServiceBuilder

java.lang.Object
  extended by org.mule.config.dsl.ServiceBuilder

Deprecated.

@Deprecated
public class ServiceBuilder
extends Object

TODO


Constructor Summary
ServiceBuilder(String name, MuleContext muleContext)
          Deprecated.  
 
Method Summary
 OutRouteBuilder to(String uri)
          Deprecated.  
 ComponentBuilder toComponent(Class clazz)
          Deprecated.  
 ComponentBuilder toComponent(Object instance)
          Deprecated.  
 ComponentBuilder toPooledComponent(Class clazz)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceBuilder

public ServiceBuilder(String name,
                      MuleContext muleContext)
Deprecated. 
Method Detail

toComponent

public ComponentBuilder toComponent(Class clazz)
Deprecated. 

toPooledComponent

public ComponentBuilder toPooledComponent(Class clazz)
Deprecated. 

toComponent

public ComponentBuilder toComponent(Object instance)
Deprecated. 

to

public OutRouteBuilder to(String uri)
Deprecated. 


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