org.mule.providers.soap
Class SoapServiceFinder

java.lang.Object
  extended byorg.mule.providers.soap.SoapServiceFinder
All Implemented Interfaces:
ConnectorServiceFinder
Direct Known Subclasses:
WsdlServiceFinder

public class SoapServiceFinder
extends Object
implements ConnectorServiceFinder

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

Version:
$Revision: 3798 $
Author:
Ross Mason

Constructor Summary
SoapServiceFinder()
           
 
Method Summary
 ConnectorServiceDescriptor findService(String service, ConnectorServiceDescriptor csd)
           
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

public ConnectorServiceDescriptor findService(String service,
                                              ConnectorServiceDescriptor csd)
                                       throws ConnectorFactoryException
Specified by:
findService in interface ConnectorServiceFinder
Throws:
ConnectorFactoryException

getProtocolFromKey

protected String getProtocolFromKey(String key)


Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.