org.apache.geronimo.axis2.client
Class Axis2ConfigGBean

java.lang.Object
  extended by org.apache.geronimo.axis2.client.Axis2ConfigGBean
All Implemented Interfaces:
GBeanLifecycle

@GBean(name="Axis2ConfigGBean")
public class Axis2ConfigGBean
extends Object
implements GBeanLifecycle


Constructor Summary
Axis2ConfigGBean(AbstractName moduleName, Axis2ModuleRegistry axis2ModuleRegistry, ClassLoader classLoader)
           
 
Method Summary
 void doFail()
           
 void doStart()
           
 void doStop()
           
static Axis2ClientConfigurationFactory registerClientConfigurationFactory(Axis2ModuleRegistry axis2ModuleRegistry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Axis2ConfigGBean

public Axis2ConfigGBean(@ParamAttribute(name="moduleName")
                        AbstractName moduleName,
                        @ParamReference(name="Axis2ModuleRegistry")
                        Axis2ModuleRegistry axis2ModuleRegistry,
                        @ParamSpecial(type=classLoader)
                        ClassLoader classLoader)
Method Detail

registerClientConfigurationFactory

public static Axis2ClientConfigurationFactory registerClientConfigurationFactory(Axis2ModuleRegistry axis2ModuleRegistry)

doStart

public void doStart()
             throws Exception
Specified by:
doStart in interface GBeanLifecycle
Throws:
Exception

doStop

public void doStop()
            throws Exception
Specified by:
doStop in interface GBeanLifecycle
Throws:
Exception

doFail

public void doFail()
Specified by:
doFail in interface GBeanLifecycle


Copyright © 2003-2011 The Apache Geronimo development community. All Rights Reserved.