ab0d21dec06b71011ad8ca66d3265b46d2d28ba9.svn-base 1.19 KB

package com.thinkgem.jeesite.modules.reg.web.bus.registlog;

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 the JAX-WS RI.
 * JAX-WS RI 2.2.4-b01
 * Generated source version: 2.2
 * 
 */
@WebService(name = "JrrzService", targetNamespace = "http://loushang.ws")
@XmlSeeAlso({
    ObjectFactory.class
})
public interface JrrzService {


    /**
     * 
     * @param args0
     * @return
     *     returns java.lang.String
     */
    @WebMethod(action = "urn:exchangeInfo")
    @WebResult(targetNamespace = "")
    @RequestWrapper(localName = "exchangeInfo", targetNamespace = "http://loushang.ws", className = "com.thinkgem.jeesite.modules.reg.web.bus.registlog.ExchangeInfo")
    @ResponseWrapper(localName = "exchangeInfoResponse", targetNamespace = "http://loushang.ws", className = "com.thinkgem.jeesite.modules.reg.web.bus.registlog.ExchangeInfoResponse")
    public String exchangeInfo(
        @WebParam(name = "args0", targetNamespace = "http://loushang.ws")
        String args0);

}