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 CXF and return the correct descriptor.Modifier and Type | Method and Description |
---|---|
String |
findService(String service,
ServiceDescriptor descriptor,
Properties props) |
String findService(String service, ServiceDescriptor descriptor, Properties props) throws ServiceException
ServiceException
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.