📄 extensionmapper.java
字号:
/**
* ExtensionMapper.java
*
* This file was auto-generated from WSDL
* by the Apache Axis2 version: 1.3 Built on : Aug 10, 2007 (04:45:58 LKT)
*/
package com.chinatelecom.ismp.sp.req;
/**
* ExtensionMapper class
*/
public class ExtensionMapper {
public static java.lang.Object getTypeObject(
java.lang.String namespaceURI, java.lang.String typeName,
javax.xml.stream.XMLStreamReader reader) throws java.lang.Exception {
if ("http://req.sp.ismp.chinatelecom.com".equals(namespaceURI) &&
"ServiceConsumeNotifyReq".equals(typeName)) {
return com.chinatelecom.ismp.sp.req.ServiceConsumeNotifyReq.Factory.parse(reader);
}
if ("http://rsp.sp.ismp.chinatelecom.com".equals(namespaceURI) &&
"NotifyManagementInfoRsp".equals(typeName)) {
return com.chinatelecom.ismp.sp.rsp.NotifyManagementInfoRsp.Factory.parse(reader);
}
if ("http://req.sp.ismp.chinatelecom.com".equals(namespaceURI) &&
"OrderRelationUpdateNotifyReq".equals(typeName)) {
return com.chinatelecom.ismp.sp.req.OrderRelationUpdateNotifyReq.Factory.parse(reader);
}
if ("http://rsp.sp.ismp.chinatelecom.com".equals(namespaceURI) &&
"Response".equals(typeName)) {
return com.chinatelecom.ismp.sp.rsp.Response.Factory.parse(reader);
}
if ("http://req.sp.ismp.chinatelecom.com".equals(namespaceURI) &&
"NotifyManagementInfoReq".equals(typeName)) {
return com.chinatelecom.ismp.sp.req.NotifyManagementInfoReq.Factory.parse(reader);
}
throw new org.apache.axis2.databinding.ADBException("Unsupported type " +
namespaceURI + " " + typeName);
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -