首页>代码>spring + cxf 的webservice服务端和客户端功能>/cxf_pro/src/com/hgq/cxf/service/impl/CxfServiceImpl.java
package com.hgq.cxf.service.impl;

import javax.jws.WebService;

import org.springframework.stereotype.Component;

import com.hgq.cxf.service.CxfService;

@WebService(endpointInterface = "com.hgq.cxf.service.CxfService")
@Component(value = "CxfServiceImpl")
public class CxfServiceImpl implements CxfService
{
    @Override
    public String getWeather(int day)
    {
        if(0 < day && day < 8)
        {
            String result = "晴";
            switch (day)
            {
                case 1:
                    result = "晴";
                    break;
                case 2:
                    result = "雷阵雨";
                    break;
                case 3:
                    result = "晴到多云";
                    break;
                case 4:
                    result = "多云";
                    break;
                case 5:
                    result = "多云";
                    break;
                case 6:
                    result = "暴雨";
                    break;
                case 7:
                    result = "阴";
                    break;
                default:
                    break;
            }
            return result;
        }
        else
        {
            return "error";
        }
    }
}
最近下载更多
503382513  LV10 2022年12月6日
gao123qq  LV21 2021年5月17日
1140377596  LV1 2021年5月3日
z1933946957  LV1 2021年4月13日
15947813008  LV5 2020年12月28日
夏同学  LV1 2020年6月9日
far_away  LV1 2020年5月5日
14327211789  LV1 2020年4月1日
15398544947  LV9 2020年3月27日
dengjunjun  LV15 2019年12月11日
最近浏览更多
lzx602  LV3 4月15日
xiaoyumao  LV2 2023年10月12日
503382513  LV10 2022年12月6日
tlpaladin  LV7 2022年11月29日
微信网友_6013757501329408  LV1 2022年6月22日
不良猫  LV3 2022年5月15日
gaotieyou  LV5 2022年4月11日
gchang  LV3 2022年2月20日
郭亚鹏  LV12 2021年8月10日
一朝两卜視 2021年8月10日
暂无贡献等级
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友