zhuguifei
2026-03-10 58402bd5e762361363a0f7d7907153c77dbb819f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
package com.mes.dasTobaccoCabinetOutputService;
 
import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebResult;
import javax.jws.WebService;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.ws.RequestWrapper;
import javax.xml.ws.ResponseWrapper;
 
/**
 * This class was generated by Apache CXF 3.3.4
 * 2020-04-24T10:01:49.369+08:00
 * Generated source version: 3.3.4
 *
 */
@WebService(targetNamespace = "http://das.service.eihub.rockwell.com/", name = "ITobaccoCabinetOutput")
@XmlSeeAlso({ObjectFactory.class})
public interface ITobaccoCabinetOutput {
 
    @WebMethod(operationName = "ReceiveYSbinOutputResult")
    @RequestWrapper(localName = "ReceiveYSbinOutputResult", targetNamespace = "http://das.service.eihub.rockwell.com/", className = "com.mes.dasTobaccoCabinetOutputService.ReceiveYSbinOutputResult")
    @ResponseWrapper(localName = "ReceiveYSbinOutputResultResponse", targetNamespace = "http://das.service.eihub.rockwell.com/", className = "com.mes.dasTobaccoCabinetOutputService.ReceiveYSbinOutputResultResponse")
    @WebResult(name = "return", targetNamespace = "")
    public String receiveYSbinOutputResult(
 
            @WebParam(name = "tobaccocabinetoutput", targetNamespace = "")
                    String tobaccocabinetoutput
    );
}