org.apache.geronimo.axis2.client
Class Axis2ConfigGBean

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

public class Axis2ConfigGBean
extends Object
implements GBeanLifecycle


Field Summary
static GBeanInfo GBEAN_INFO
           
 
Constructor Summary
Axis2ConfigGBean(ClassLoader classLoader, Kernel kernel, URL configurationBaseUrl, AbstractName moduleName)
           
 
Method Summary
 void doFail()
           
 void doStart()
           
 void doStop()
           
static GBeanInfo getGBeanInfo()
           
static Axis2ClientConfigurationFactory registerClientConfigurationFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GBEAN_INFO

public static final GBeanInfo GBEAN_INFO
Constructor Detail

Axis2ConfigGBean

public Axis2ConfigGBean(ClassLoader classLoader,
                        Kernel kernel,
                        URL configurationBaseUrl,
                        AbstractName moduleName)
Method Detail

registerClientConfigurationFactory

public static Axis2ClientConfigurationFactory registerClientConfigurationFactory()

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

getGBeanInfo

public static GBeanInfo getGBeanInfo()


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