org.mule.providers.soap.axis.extensions
Class MuleConfigProvider

java.lang.Object
  extended bySimpleProvider
      extended byorg.mule.providers.soap.axis.extensions.MuleConfigProvider

public class MuleConfigProvider
extends SimpleProvider

MuleConfigProvider is needed because the Simple Provider does not list services in the defaultConfiguration

Version:
$Revision: 1.1.1.1 $
Author:
Ross Mason
See Also:
Serialized Form

Constructor Summary
MuleConfigProvider(EngineConfiguration engineConfiguration)
           
 
Method Summary
 void configureEngine(AxisEngine engine)
          Configure an AxisEngine.
 java.util.Iterator getAllDeployedServices()
           
 java.util.Iterator getAxisDeployedServices()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MuleConfigProvider

public MuleConfigProvider(EngineConfiguration engineConfiguration)
Method Detail

configureEngine

public void configureEngine(AxisEngine engine)
                     throws ConfigurationException
Configure an AxisEngine. Right now just calls the default configuration if there is one, since we don't do anything special.

Throws:
ConfigurationException

getAxisDeployedServices

public java.util.Iterator getAxisDeployedServices()
                                           throws ConfigurationException
Throws:
ConfigurationException

getAllDeployedServices

public java.util.Iterator getAllDeployedServices()
                                          throws ConfigurationException
Throws:
ConfigurationException


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