org.mule.api.registry
Interface ServiceFinder

All Known Implementing Classes:
SoapServiceFinder, WsdlServiceFinder

public interface ServiceFinder

ServiceFinder can be used as a hook into the service lookup process to return the correct Service Descriptor for a given service name. By default a service is looked up directly, however a generic service name might be used where the real service implementation will depend on other modules/resources being available. For example, in the case of a SOAP connector the finder could check the classpath for Axis or XFire and return the correct descriptor.


Method Summary
 String findService(String service, ServiceDescriptor descriptor, Properties props)
           
 

Method Detail

findService

String findService(String service,
                   ServiceDescriptor descriptor,
                   Properties props)
                   throws ServiceException
Throws:
ServiceException


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