org.mule.providers.soap
Class SoapServiceFinder

java.lang.Object
  extended byorg.mule.providers.soap.SoapServiceFinder
All Implemented Interfaces:
ConnectorServiceFinder

public class SoapServiceFinder
extends java.lang.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: 1.2 $
Author:
Ross Mason

Field Summary
static java.lang.String AXIS_CLASS
           
static java.lang.String GLUE_CLASS
           
 
Constructor Summary
SoapServiceFinder()
           
 
Method Summary
 ConnectorServiceDescriptor findService(java.lang.String service)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AXIS_CLASS

public static final java.lang.String AXIS_CLASS
See Also:
Constant Field Values

GLUE_CLASS

public static final java.lang.String GLUE_CLASS
See Also:
Constant Field Values
Constructor Detail

SoapServiceFinder

public SoapServiceFinder()
Method Detail

findService

public ConnectorServiceDescriptor findService(java.lang.String service)
                                       throws ConnectorFactoryException
Specified by:
findService in interface ConnectorServiceFinder
Throws:
ConnectorFactoryException


Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.