DescriptionBuilderComposite implComposite = new DescriptionBuilderComposite();
implComposite.setClassName("org.apache.axis2.jaxws.description.impl.MyImpl");
MethodDescriptionComposite implMDC = new MethodDescriptionComposite();
implMDC.setMethodName("superSeiMethod");
implComposite.addMethodDescriptionComposite(implMDC);
WebServiceAnnot webServiceAnnot = WebServiceAnnot.createWebServiceAnnotImpl();
webServiceAnnot.setName(null);
webServiceAnnot.setEndpointInterface("org.apache.axis2.jaxws.description.impl.MySEI");
implComposite.setWebServiceAnnot(webServiceAnnot);
implComposite.setIsInterface(false);
HashMap<String, DescriptionBuilderComposite> dbcList =
new HashMap<String, DescriptionBuilderComposite>();