All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ow2.frascati.examples.sales.Stock Maven / Gradle / Ivy

The newest version!
package org.ow2.frascati.examples.sales;

import javax.jws.Oneway;
import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebService;
import javax.jws.soap.SOAPBinding;
import javax.xml.bind.annotation.XmlSeeAlso;

/**
 * This class was generated by Apache CXF 2.4.0
 * 2011-06-03T14:05:58.647+02:00
 * Generated source version: 2.4.0
 * 
 */
 
@WebService(targetNamespace = "http://frascati.ow2.org/examples/sales", name = "stock")
@XmlSeeAlso({ObjectFactory.class})
@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
public interface Stock {

    @Oneway
    @WebMethod(action = "initiate")
    public void initiate(
        @WebParam(partName = "payload", name = "stockRequest", targetNamespace = "http://frascati.ow2.org/examples/sales")
        StockRequest payload
    );
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy