Package net.sf.minuteProject.configuration.bean.model.webservice

Examples of net.sf.minuteProject.configuration.bean.model.webservice.Wsdl


    this.wsdlModel = wsdlModel;
  }
 
  public Wsdl getWsdl() {
    if (wsdl==null) {
      wsdl=new Wsdl();
      wsdl.setWebServiceModel(this);
    }   
    return wsdl;
  }
View Full Code Here

TOP

Related Classes of net.sf.minuteProject.configuration.bean.model.webservice.Wsdl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.