admin 管理员组

文章数量: 887027


2023年12月21日发(作者:flex居中布局)

import hod;

import am;

import ult;

import vice;

import gType;

import nding;

/**

*

*

Title:

*

Description:SEI实现类

*/

@WebService(

targetNamespace="",

name="WeatherWSSoap",

portName="WeatherWSSoapPort",

serviceName="WeatherWS"

)

@BindingType(12HTTP_BINDING)

public class WeatherInterfaceImpl implements WeatherInterface {

@WebMethod(

operationName="getWeather",

exclude=false

)

@Override

public @WebResult(name="result")String queryWeather(@WebParam(name="cityName")String cityName) {

n(""+cityName);

String weather = "晴";

return weather;

}

}


本文标签: 布局 居中 作者