首页>代码>java WebService技术开发简单用户登录案例,适合初学者学习eclipse开发java webservice>/WebServiceClient/src/cn/demo/ws/ObjectFactory.java
package cn.demo.ws;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementDecl;
import javax.xml.bind.annotation.XmlRegistry;
import javax.xml.namespace.QName;
/**
* This object contains factory methods for each Java content interface and Java
* element interface generated in the cn.demo.ws package.
* <p>
* An ObjectFactory allows you to programatically construct new instances of the
* Java representation for XML content. The Java representation of XML content
* can consist of schema derived interfaces and classes representing the binding
* of schema type definitions, element declarations and model groups. Factory
* methods for each of these are provided in this class.
*
*/
@XmlRegistry
public class ObjectFactory {
private final static QName _ShowLoginResponse_QNAME = new QName(
"http://impl.service/", "showLoginResponse");
private final static QName _ShowLogin_QNAME = new QName(
"http://impl.service/", "showLogin");
/**
* Create a new ObjectFactory that can be used to create new instances of
* schema derived classes for package: cn.demo.ws
*
*/
public ObjectFactory() {
}
/**
* Create an instance of {@link UserInfo }
*
*/
public UserInfo createUserInfo() {
return new UserInfo();
}
/**
* Create an instance of {@link ShowLoginResponse }
*
*/
public ShowLoginResponse createShowLoginResponse() {
return new ShowLoginResponse();
}
/**
* Create an instance of {@link ShowLogin }
*
*/
public ShowLogin createShowLogin() {
return new ShowLogin();
}
/**
* Create an instance of {@link JAXBElement }{@code <}
* {@link ShowLoginResponse }{@code >}
*
*/
@XmlElementDecl(namespace = "http://impl.service/", name = "showLoginResponse")
public JAXBElement<ShowLoginResponse> createShowLoginResponse(
ShowLoginResponse value) {
return new JAXBElement<ShowLoginResponse>(_ShowLoginResponse_QNAME,
ShowLoginResponse.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link ShowLogin }
* {@code >}
*
*/
@XmlElementDecl(namespace = "http://impl.service/", name = "showLogin")
public JAXBElement<ShowLogin> createShowLogin(ShowLogin value) {
return new JAXBElement<ShowLogin>(_ShowLogin_QNAME, ShowLogin.class,
null, value);
}
}
最近下载更多
baoyifei_javaweb LV3
2022年2月11日
唯你不离不弃 LV5
2021年6月18日
heifenglei LV7
2021年6月9日
ltttttttt LV1
2020年9月20日
luolukka LV8
2020年5月31日
wasdlidabao1 LV1
2020年1月9日
夕阳2266 LV10
2019年3月28日
ryeowook LV10
2019年1月24日
qdqqdq LV7
2019年1月19日
大鹏小镇 LV14
2018年9月7日
最近浏览更多
115522xv
6月23日
暂无贡献等级
meiyuanhaotiancai LV5
2023年3月28日
是你爸爸啊100 LV5
2022年7月25日
263648 LV7
2022年6月22日
333999
2022年6月1日
暂无贡献等级
杨某某先生
2022年3月1日
暂无贡献等级
baoyifei_javaweb LV3
2022年2月11日
周星星
2021年12月17日
暂无贡献等级
3455123870 LV7
2021年12月11日
你桪哥要代码 LV1
2021年9月27日

