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: 3798 $
- Author:
- Ross Mason
findService
public ConnectorServiceDescriptor findService(String service,
ConnectorServiceDescriptor csd)
throws ConnectorFactoryException
- Throws:
ConnectorFactoryException
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.