org.apache.geronimo.axis2.pojo
Class POJOWebServiceContainerFactoryGBean

java.lang.Object
  extended by org.apache.geronimo.axis2.pojo.POJOWebServiceContainerFactoryGBean
All Implemented Interfaces:
WebServiceContainerFactory

public class POJOWebServiceContainerFactoryGBean
extends Object
implements WebServiceContainerFactory


Field Summary
static GBeanInfo GBEAN_INFO
           
 
Constructor Summary
POJOWebServiceContainerFactoryGBean(PortInfo portInfo, String endpointClassName, ClassLoader classLoader, Map componentContext, Kernel kernel, TransactionManager transactionManager, URL configurationBaseUrl, AnnotationHolder holder, String contextRoot)
           
 
Method Summary
static GBeanInfo getGBeanInfo()
           
 WebServiceContainer getWebServiceContainer()
           
 
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

POJOWebServiceContainerFactoryGBean

public POJOWebServiceContainerFactoryGBean(PortInfo portInfo,
                                           String endpointClassName,
                                           ClassLoader classLoader,
                                           Map componentContext,
                                           Kernel kernel,
                                           TransactionManager transactionManager,
                                           URL configurationBaseUrl,
                                           AnnotationHolder holder,
                                           String contextRoot)
                                    throws InstantiationException,
                                           IllegalAccessException,
                                           ClassNotFoundException
Throws:
InstantiationException
IllegalAccessException
ClassNotFoundException
Method Detail

getWebServiceContainer

public WebServiceContainer getWebServiceContainer()
Specified by:
getWebServiceContainer in interface WebServiceContainerFactory

getGBeanInfo

public static GBeanInfo getGBeanInfo()


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