org.mule.providers.service
Interface TransportServiceFinder
- All Known Implementing Classes:
- SoapServiceFinder, WsdlServiceFinder
public interface TransportServiceFinder
TransportServiceFinder
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.
findService
TransportServiceDescriptor findService(String service,
TransportServiceDescriptor csd)
throws TransportFactoryException
- Throws:
TransportFactoryException
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.