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.2 $
- Author:
- Ross Mason
findService
public ConnectorServiceDescriptor findService(java.lang.String service)
throws ConnectorFactoryException
- Throws:
ConnectorFactoryException
Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.