org.mule.providers.soap
Class SoapServiceFinder

java.lang.Object
  extended by org.mule.providers.soap.SoapServiceFinder
All Implemented Interfaces:
TransportServiceFinder
Direct Known Subclasses:
WsdlServiceFinder

public class SoapServiceFinder
extends Object
implements TransportServiceFinder

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
 TransportServiceDescriptor findService(String service, TransportServiceDescriptor 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 TransportServiceDescriptor findService(String service,
                                              TransportServiceDescriptor csd)
                                       throws TransportFactoryException
Specified by:
findService in interface TransportServiceFinder
Throws:
TransportFactoryException

getProtocolFromKey

protected String getProtocolFromKey(String key)


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.