public Axis2Builder(@ParamAttribute(name = "defaultEnvironment") Environment defaultEnviroment,
@ParamReference(name = "WsdlGenerator", namingType = GBeanInfoBuilder.DEFAULT_J2EE_TYPE) Collection<WsdlGenerator> wsdlGenerators) {
super(defaultEnviroment);
this.wsdlGenerators = wsdlGenerators;
this.webServiceFinder = new WARWebServiceFinder();
AnnotationGBeanInfoBuilder annotationGBeanInfoBuilder = new AnnotationGBeanInfoBuilder(POJOWebServiceContainerFactoryGBean.class);
defaultContainerFactoryGBeanInfo = annotationGBeanInfoBuilder.buildGBeanInfo();
}