org.mule.util
Class SpiUtils

java.lang.Object
  extended by org.mule.util.SpiUtils

public class SpiUtils
extends Object


Field Summary
static String EXCEPTION_SERVICE_PATH
           
static String PROVIDER_SERVICE_PATH
           
static String SERVICE_ROOT
           
 
Constructor Summary
SpiUtils()
           
 
Method Summary
static Properties findServiceDescriptor(String type, String name)
           
static Properties findServiceDescriptor(String path, String name, Class currentClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICE_ROOT

public static final String SERVICE_ROOT
See Also:
Constant Field Values

PROVIDER_SERVICE_PATH

public static final String PROVIDER_SERVICE_PATH
See Also:
Constant Field Values

EXCEPTION_SERVICE_PATH

public static final String EXCEPTION_SERVICE_PATH
See Also:
Constant Field Values
Constructor Detail

SpiUtils

public SpiUtils()
Method Detail

findServiceDescriptor

public static Properties findServiceDescriptor(String type,
                                               String name)

findServiceDescriptor

public static Properties findServiceDescriptor(String path,
                                               String name,
                                               Class currentClass)


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.