38394041424344
import org.apache.wsdl.impl.WSDLServiceImpl; import org.apache.wsdl.impl.WSDLTypesImpl; public class AxisDescWSDLComponentFactory implements WSDLComponentFactory { public WSDLBinding createBinding() { return new WSDLBindingImpl(); }
59606162636465
return new WSDLTypesImpl(); } public WSDLBinding createBinding() { return new WSDLBindingImpl(); }