org.mule.providers.service
Interface ConnectorServiceFinder

All Known Implementing Classes:
SoapServiceFinder

public interface ConnectorServiceFinder

ConnectorServiceFinder can be used as a hook into the connector service creation process to return the correct Service Descriptor for a given service name. By default the service name is looked up directly, however a generic service name might be used where the real service implementation will be used i.e. in the case of a soap connector the finder could check the classpath for Axis or Glue and return the correct descriptor.

Version:
$Revision: 1.1.1.1 $
Author:
Ross Mason

Method Summary
 ConnectorServiceDescriptor findService(java.lang.String service)
           
 

Method Detail

findService

public ConnectorServiceDescriptor findService(java.lang.String service)
                                       throws ConnectorFactoryException
Throws:
ConnectorFactoryException


Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.