org.mule.transport.soap.axis
Class SoapServiceFinder

java.lang.Object
  extended by org.mule.transport.soap.axis.SoapServiceFinder
All Implemented Interfaces:
ServiceFinder
Direct Known Subclasses:
WsdlServiceFinder

public class SoapServiceFinder
extends Object
implements ServiceFinder

SoapServiceFinder finds a the connector service to use by checking the classpath for jars required for each of the soap connector implementations


Constructor Summary
SoapServiceFinder()
           
 
Method Summary
 String findService(String service, ServiceDescriptor descriptor, Properties props)
          Deprecated. We can use a more intelligent strategy for locating the service using the OSGi registry.
protected  String getProtocolFromKey(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoapServiceFinder

public SoapServiceFinder()
Method Detail

findService

@Deprecated
public String findService(String service,
                                     ServiceDescriptor descriptor,
                                     Properties props)
                   throws ServiceException
Deprecated. We can use a more intelligent strategy for locating the service using the OSGi registry.

Specified by:
findService in interface ServiceFinder
Throws:
ServiceException

getProtocolFromKey

protected String getProtocolFromKey(String key)


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.