/**
* UserServiceImplServiceSoapBindingStub.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
*/
package com.javen.service.impl;
public class UserServiceImplServiceSoapBindingStub extends org.apache.axis.client.Stub implements com.javen.service.IUserService {
private java.util.Vector cachedSerClasses = new java.util.Vector();
private java.util.Vector cachedSerQNames = new java.util.Vector();
private java.util.Vector cachedSerFactories = new java.util.Vector();
private java.util.Vector cachedDeserFactories = new java.util.Vector();
static org.apache.axis.description.OperationDesc [] _operations;
static {
_operations = new org.apache.axis.description.OperationDesc[5];
_initOperationDesc1();
}
private static void _initOperationDesc1(){
org.apache.axis.description.OperationDesc oper;
org.apache.axis.description.ParameterDesc param;
oper = new org.apache.axis.description.OperationDesc();
oper.setName("selectAll");
oper.setReturnType(new javax.xml.namespace.QName("http://service.javen.com/", "user"));
oper.setReturnClass(com.javen.service.User[].class);
oper.setReturnQName(new javax.xml.namespace.QName("", "return"));
oper.setStyle(org.apache.axis.constants.Style.WRAPPED);
oper.setUse(org.apache.axis.constants.Use.LITERAL);
_operations[0] = oper;
oper = new org.apache.axis.description.OperationDesc();
oper.setName("deleteById");
param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "arg0"), org.apache.axis.description.ParameterDesc.IN, new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "int"), int.class, false, false);
oper.addParameter(param);
oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID);
oper.setStyle(org.apache.axis.constants.Style.WRAPPED);
oper.setUse(org.apache.axis.constants.Use.LITERAL);
_operations[1] = oper;
oper = new org.apache.axis.description.OperationDesc();
oper.setName("updateById");
param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "arg0"), org.apache.axis.description.ParameterDesc.IN, new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "int"), int.class, false, false);
oper.addParameter(param);
oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID);
oper.setStyle(org.apache.axis.constants.Style.WRAPPED);
oper.setUse(org.apache.axis.constants.Use.LITERAL);
_operations[2] = oper;
oper = new org.apache.axis.description.OperationDesc();
oper.setName("selectById");
param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "arg0"), org.apache.axis.description.ParameterDesc.IN, new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "int"), int.class, false, false);
oper.addParameter(param);
oper.setReturnType(new javax.xml.namespace.QName("http://service.javen.com/", "user"));
oper.setReturnClass(com.javen.service.User.class);
oper.setReturnQName(new javax.xml.namespace.QName("", "return"));
oper.setStyle(org.apache.axis.constants.Style.WRAPPED);
oper.setUse(org.apache.axis.constants.Use.LITERAL);
_operations[3] = oper;
oper = new org.apache.axis.description.OperationDesc();
oper.setName("selectLogin");
param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "arg0"), org.apache.axis.description.ParameterDesc.IN, new javax.xml.namespace.QName("http://service.javen.com/", ">selectLogin>arg0"), com.javen.service.SelectLoginArg0Entry[].class, false, false);
param.setItemQName(new javax.xml.namespace.QName("", "entry"));
oper.addParameter(param);
oper.setReturnType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "int"));
oper.setReturnClass(java.lang.Integer.class);
oper.setReturnQName(new javax.xml.namespace.QName("", "return"));
oper.setStyle(org.apache.axis.constants.Style.WRAPPED);
oper.setUse(org.apache.axis.constants.Use.LITERAL);
_operations[4] = oper;
}
public UserServiceImplServiceSoapBindingStub() throws org.apache.axis.AxisFault {
this(null);
}
public UserServiceImplServiceSoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault {
this(service);
super.cachedEndpoint = endpointURL;
}
public UserServiceImplServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault {
if (service == null) {
super.service = new org.apache.axis.client.Service();
} else {
super.service = service;
}
((org.apache.axis.client.Service)super.service).setTypeMappingVersion("1.2");
java.lang.Class cls;
javax.xml.namespace.QName qName;
javax.xml.namespace.QName qName2;
java.lang.Class beansf = org.apache.axis.encoding.ser.BeanSerializerFactory.class;
java.lang.Class beandf = org.apache.axis.encoding.ser.BeanDeserializerFactory.class;
java.lang.Class enumsf = org.apache.axis.encoding.ser.EnumSerializerFactory.class;
java.lang.Class enumdf = org.apache.axis.encoding.ser.EnumDeserializerFactory.class;
java.lang.Class arraysf = org.apache.axis.encoding.ser.ArraySerializerFactory.class;
java.lang.Class arraydf = org.apache.axis.encoding.ser.ArrayDeserializerFactory.class;
java.lang.Class simplesf = org.apache.axis.encoding.ser.SimpleSerializerFactory.class;
java.lang.Class simpledf = org.apache.axis.encoding.ser.SimpleDeserializerFactory.class;
java.lang.Class simplelistsf = org.apache.axis.encoding.ser.SimpleListSerializerFactory.class;
java.lang.Class simplelistdf = org.apache.axis.encoding.ser.SimpleListDeserializerFactory.class;
qName = new javax.xml.namespace.QName("http://service.javen.com/", ">>selectLogin>arg0>entry");
cachedSerQNames.add(qName);
cls = com.javen.service.SelectLoginArg0Entry.class;
cachedSerClasses.add(cls);
cachedSerFactories.add(beansf);
cachedDeserFactories.add(beandf);
qName = new javax.xml.namespace.QName("http://service.javen.com/", ">selectLogin>arg0");
cachedSerQNames.add(qName);
cls = com.javen.service.SelectLoginArg0Entry[].class;
cachedSerClasses.add(cls);
qName = new javax.xml.namespace.QName("http://service.javen.com/", ">>selectLogin>arg0>entry");
qName2 = new javax.xml.namespace.QName("", "entry");
cachedSerFactories.add(new org.apache.axis.encoding.ser.ArraySerializerFactory(qName, qName2));
cachedDeserFactories.add(new org.apache.axis.encoding.ser.ArrayDeserializerFactory());
qName = new javax.xml.namespace.QName("http://service.javen.com/", "deleteById");
cachedSerQNames.add(qName);
cls = com.javen.service.DeleteById.class;
cachedSerClasses.add(cls);
cachedSerFactories.add(beansf);
cachedDeserFactories.add(beandf);
qName = new javax.xml.namespace.QName("http://service.javen.com/", "deleteByIdResponse");
cachedSerQNames.add(qName);
cls = com.javen.service.DeleteByIdResponse.class;
cachedSerClasses.add(cls);
cachedSerFactories.add(beansf);
cachedDeserFactories.add(beandf);
qName = new javax.xml.namespace.QName("http://service.javen
没有合适的资源?快使用搜索试试~ 我知道了~
Spring+SpringMVC+MyBatis+Maven+CXF+WebService之Web项目整合
共82个文件
java:23个
class:23个
xml:11个
需积分: 14 13 下载量 81 浏览量
2018-06-28
16:52:23
上传
评论
收藏 514KB ZIP 举报
温馨提示
蛮简陋的一个项目,适合新手使用。 这是一个包含简单登录和查询的Web项目,内附有一个表sql文件和两个java项目。 WS_WebService是服务端,是一个Web项目,先启动它,进入的登录页面的链接为:http://localhost:8080/WS_WebService/ wsdl的进入链接为:http://localhost:8080/WS_WebService/server/web-publish?wsdl WS_Client是客户端,是一个project项目,内部有一个WebService的测试类,用来测试从服务端取得数据
资源推荐
资源详情
资源评论
收起资源包目录
Spring+SpringMVC+Mybatis+Maven+CXF+WebService整合.zip (82个子文件)
user_t.sql 269B
WS_WebService
.project 1KB
src
test
resources
java
main
webapp
WEB-INF
jsp
index.jsp 1KB
login.jsp 1KB
lib
commons-logging.jar 54KB
jboss-common.jar 397KB
web.xml 3KB
js
jquery-3.3.1.min.js 85KB
table_Style.js 536B
META-INF
MANIFEST.MF 39B
css
table_Style.css 38B
resources
spring-mybatis.xml 3KB
spring-mvc.xml 5KB
jdbc.properties 290B
log4j.properties 748B
spring-webservice.xml 2KB
java
com
javen
service
impl
UserServiceImpl.java 1KB
IUserService.java 591B
model
User.java 1KB
controller
UserController.java 2KB
dao
UserMapper.java 338B
UserMapper.xml 993B
listener
WebServicePublishListener.java 406B
target
classes
spring-mybatis.xml 3KB
com
javen
service
impl
UserServiceImpl.class 1KB
IUserService.class 547B
model
User.class 2KB
controller
UserController.class 3KB
dao
UserMapper.class 390B
UserMapper.xml 993B
listener
WebServicePublishListener.class 338B
spring-mvc.xml 5KB
jdbc.properties 290B
log4j.properties 748B
spring-webservice.xml 2KB
test-classes
.settings
org.eclipse.wst.jsdt.ui.superType.container 49B
org.eclipse.wst.common.project.facet.core.xml 172B
org.maven.ide.eclipse.prefs 249B
org.eclipse.jdt.core.prefs 396B
org.eclipse.wst.jsdt.ui.superType.name 6B
org.eclipse.wst.common.component 572B
.jsdtscope 454B
pom.xml 7KB
.classpath 1010B
WS_Client
.project 445B
src
com
javen
service
UpdateById.java 3KB
IUserServiceProxy.java 2KB
User.java 7KB
SelectById.java 3KB
SelectByIdResponse.java 4KB
DeleteById.java 3KB
SelectLogin.java 4KB
DeleteByIdResponse.java 2KB
SelectLoginArg0Entry.java 5KB
impl
UserServiceImplServiceSoapBindingStub.java 21KB
UserServiceImplService.java 580B
UserServiceImplServiceLocator.java 6KB
UpdateByIdResponse.java 2KB
SelectLoginResponse.java 4KB
IUserService.java 680B
SelectAll.java 2KB
client
test
UserTest.java 777B
.settings
org.eclipse.jdt.core.prefs 629B
org.eclipse.core.resources.prefs 999B
.classpath 1KB
bin
com
javen
service
User.class 4KB
UpdateByIdResponse.class 2KB
SelectByIdResponse.class 3KB
SelectLogin.class 3KB
impl
UserServiceImplServiceSoapBindingStub.class 11KB
UserServiceImplService.class 438B
UserServiceImplServiceLocator.class 4KB
SelectById.class 3KB
SelectLoginArg0Entry.class 3KB
UpdateById.class 3KB
IUserService.class 476B
SelectAll.class 2KB
DeleteByIdResponse.class 2KB
DeleteById.class 3KB
IUserServiceProxy.class 2KB
SelectLoginResponse.class 3KB
client
test
UserTest.class 1KB
共 82 条
- 1
资源评论
山水不相逢
- 粉丝: 69
- 资源: 1
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- x64dbg-development-2022-09-07-14-52.zip
- 多彩吉安红色旅游网站-JAVA-基于springBoot多彩吉安红色旅游网站的设计与实现
- 本 repo 包含使用新 cv2 接口的 OpenCV-Python 库教程.zip
- 更新框架 (TUF) 的 Python 参考实现.zip
- Qos,GCC,pacing,Nack
- 章节1:Python入门视频
- 无需样板的 Python 类.zip
- ESP32 : 32-bit MCU & 2.4 GHz Wi-Fi & BT/BLE SoCs
- 博物馆文博资源库-JAVA-基于springBoot博物馆文博资源库系统设计与实现
- 旅游网站-JAVA-springboot+vue的桂林旅游网站系统设计与实现
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功