c226507ac00436c70c90c418096e3665e25b0f72.svn-base 1.24 KB
package com.thinkgem.jeesite.modules.reg.web.bus.regist;

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

/**
 * This class was generated by Apache CXF 3.1.12
 * 2017-09-11T17:54:11.760+08:00
 * Generated source version: 3.1.12
 * 
 */
@WebService(targetNamespace = "http://loushang.ws", name = "registrationLog.dataExchangePortType")
@XmlSeeAlso({ObjectFactory.class})
public interface RegistrationLogDataExchangePortType {

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