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 java.lang.Object
implements GBeanLifecycle


Constructor Summary
Axis2ConfigGBean(AbstractName moduleName, Axis2ModuleRegistry axis2ModuleRegistry, java.lang.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)
                        java.lang.ClassLoader classLoader)
Method Detail

registerClientConfigurationFactory

public static Axis2ClientConfigurationFactory registerClientConfigurationFactory(Axis2ModuleRegistry axis2ModuleRegistry)

doStart

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

doStop

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

doFail

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


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