WmsWebService.java 2.37 KB

package com.huaheng.api.csc.client;

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.datatype.XMLGregorianCalendar;
import javax.xml.ws.RequestWrapper;
import javax.xml.ws.ResponseWrapper;


/**
 * This class was generated by the JAX-WS RI.
 * JAX-WS RI 2.2.7-b01 
 * Generated source version: 2.2
 * 
 */
@WebService(name = "WmsWebService", targetNamespace = "http://csc.api.huaheng.com")
@XmlSeeAlso({
    ObjectFactory.class
})
public interface WmsWebService {


    /**
     * 
     * @param arg4
     * @param arg3
     * @param arg2
     * @param arg1
     * @param arg0
     * @return
     *     returns com.huaheng.api.csc.client.Result
     */
    @WebMethod(operationName = "SignContainerTask")
    @WebResult(targetNamespace = "")
    @RequestWrapper(localName = "SignContainerTask", targetNamespace = "http://csc.api.huaheng.com", className = "com.huaheng.api.csc.client.SignContainerTask")
    @ResponseWrapper(localName = "SignContainerTaskResponse", targetNamespace = "http://csc.api.huaheng.com", className = "com.huaheng.api.csc.client.SignContainerTaskResponse")
    public Result signContainerTask(
        @WebParam(name = "arg0", targetNamespace = "")
        String arg0,
        @WebParam(name = "arg1", targetNamespace = "")
        String arg1,
        @WebParam(name = "arg2", targetNamespace = "")
        String arg2,
        @WebParam(name = "arg3", targetNamespace = "")
        String arg3,
        @WebParam(name = "arg4", targetNamespace = "")
        XMLGregorianCalendar arg4);

    /**
     * 
     * @param arg2
     * @param arg1
     * @param arg0
     */
    @WebMethod(operationName = "SubmitContainerDetected")
    @RequestWrapper(localName = "SubmitContainerDetected", targetNamespace = "http://csc.api.huaheng.com", className = "com.huaheng.api.csc.client.SubmitContainerDetected")
    @ResponseWrapper(localName = "SubmitContainerDetectedResponse", targetNamespace = "http://csc.api.huaheng.com", className = "com.huaheng.api.csc.client.SubmitContainerDetectedResponse")
    public void submitContainerDetected(
        @WebParam(name = "arg0", targetNamespace = "")
        String arg0,
        @WebParam(name = "arg1", targetNamespace = "")
        String arg1,
        @WebParam(name = "arg2", targetNamespace = "")
        XMLGregorianCalendar arg2);

}