org.apache.geronimo.axis2.pojo
Class POJOWebServiceContainerFactoryGBean

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

public class POJOWebServiceContainerFactoryGBean
extends Object
implements org.apache.geronimo.webservices.WebServiceContainerFactory


Field Summary
static org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
           
 
Constructor Summary
POJOWebServiceContainerFactoryGBean(org.apache.geronimo.jaxws.PortInfo portInfo, String endpointClassName, ClassLoader classLoader, Map componentContext, org.apache.geronimo.kernel.Kernel kernel, TransactionManager transactionManager, URL configurationBaseUrl)
           
 
Method Summary
static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()
           
 org.apache.geronimo.webservices.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 org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
Constructor Detail

POJOWebServiceContainerFactoryGBean

public POJOWebServiceContainerFactoryGBean(org.apache.geronimo.jaxws.PortInfo portInfo,
                                           String endpointClassName,
                                           ClassLoader classLoader,
                                           Map componentContext,
                                           org.apache.geronimo.kernel.Kernel kernel,
                                           TransactionManager transactionManager,
                                           URL configurationBaseUrl)
                                    throws InstantiationException,
                                           IllegalAccessException,
                                           ClassNotFoundException
Throws:
InstantiationException
IllegalAccessException
ClassNotFoundException
Method Detail

getWebServiceContainer

public org.apache.geronimo.webservices.WebServiceContainer getWebServiceContainer()
Specified by:
getWebServiceContainer in interface org.apache.geronimo.webservices.WebServiceContainerFactory

getGBeanInfo

public static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.