Package org.apache.tuscany.tools.java2wsdl.generate.customer

Examples of org.apache.tuscany.tools.java2wsdl.generate.customer.Customer


    public int getValue(String custId, String stockSymbol) {
        return 0;
    }

    public Customer getCustomerDetails(String custId) {
        return new Customer();
    }
View Full Code Here


  public int getValue(String custId, String stockSymbol) {
    return 0;
  }

  public Customer getCustomerDetails(String custId) {
    return new Customer();
  }
View Full Code Here

TOP

Related Classes of org.apache.tuscany.tools.java2wsdl.generate.customer.Customer

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.