cxf soap返回_cxf返回的报文,命名空间无前缀

此博客展示了一个名为ObjectFactory的Java类,该类包含多个工厂方法,用于创建com.haiyisoft.hyoms.wbs.pubMVFault包中生成的Java内容接口和元素接口的新实例,可用于以编程方式构建XML内容的Java表示。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

1 packagecom.haiyisoft.hyoms.wbs.pubMVFault;2

3 importjavax.xml.bind.JAXBElement;4 importjavax.xml.bind.annotation.XmlElementDecl;5 importjavax.xml.bind.annotation.XmlRegistry;6 importjavax.xml.namespace.QName;7

8

9 /**

10 * This object contains factory methods for each11 * Java content interface and Java element interface12 * generated in the com.haiyisoft.hyoms.wbs.pubMVFault package.13 *

An ObjectFactory allows you to programatically14 * construct new instances of the Java representation15 * for XML content. The Java representation of XML16 * content can consist of schema derived interfaces17 * and classes representing the binding of schema18 * type definitions, element declarations and model19 * groups. Factory methods for each of these are20 * provided in this class.21 *22 */

23 @XmlRegistry24 public classObjectFactory {25

26 private final static QName _PublishMVFaultRepairWorkResponse_QNAME = new QName("http://pdjyh.soa.csg.cn", "PublishMVFaultRepairWorkResponse");27 private final static QName _EventMessage_QNAME = new QName("http://pdjyh.soa.csg.cn", "EventMessage");28 private final static QName _PublishMVFaultRepairWorkRequest_QNAME = new QName("http://pdjyh.soa.csg.cn", "PublishMVFaultRepairWorkRequest");29 private final static QName _RequestMessage_QNAME = new QName("http://pdjyh.soa.csg.cn", "RequestMessage");30 private final static QName _ResponseMessage_QNAME = new QName("http://pdjyh.soa.csg.cn", "ResponseMessage");31

32 /**

33 * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.haiyisoft.hyoms.wbs.pubMVFault34 *35 */

36 publicObjectFactory() {37 }38

39 /**

40 * Create an instance of {@linkObjQueryParam }41 *42 */

43 publicObjQueryParam createObjQueryParam() {44 return newObjQueryParam();45 }46

47 /**

48 * Create an instance of {@linkPublishMVFaultRepairWorkResponseType }49 *50 */

51 publicPublishMVFaultRepairWorkResponseType createPublishMVFaultRepairWorkResponseType() {52 return newPublishMVFaultRepairWorkResponseType();53 }54

55 /**

56 * Create an instance of {@linkEventMessageType }57 *58 */

59 publicEventMessageType createEventMessageType() {60 return newEventMessageType();61 }62

63 /**

64 * Create an instance of {@linkPublishMVFaultRepairWorkRequestType }65 *66 */

67 publicPublishMVFaultRepairWorkRequestType createPublishMVFaultRepairWorkRequestType() {68 return newPublishMVFaultRepairWorkRequestType();69 }70

71 /**

72 * Create an instance of {@linkRequestMessageType }73 *74 */

75 publicRequestMessageType createRequestMessageType() {76 return newRequestMessageType();77 }78

79 /**

80 * Create an instance of {@linkResponseMessageType }81 *82 */

83 publicResponseMessageType createResponseMessageType() {84 return newResponseMessageType();85 }86

87 /**

88 * Create an instance of {@linkErrorType }89 *90 */

91 publicErrorType createErrorType() {92 return newErrorType();93 }94

95 /**

96 * Create an instance of {@linkSubstation }97 *98 */

99 publicSubstation createSubstation() {100 return newSubstation();101 }102

103 /**

104 * Create an instance of {@linkOperation }105 *106 */

107 publicOperation createOperation() {108 return newOperation();109 }110

111 /**

112 * Create an instance of {@linkAttachment }113 *114 */

115 publicAttachment createAttachment() {116 return newAttachment();117 }118

119 /**

120 * Create an instance of {@linkDispatchingTroubleTicketMirdItem }121 *122 */

123 publicDispatchingTroubleTicketMirdItem createDispatchingTroubleTicketMirdItem() {124 return newDispatchingTroubleTicketMirdItem();125 }126

127 /**

128 * Create an instance of {@linkOperationSet }129 *130 */

131 publicOperationSet createOperationSet() {132 return newOperationSet();133 }134

135 /**

136 * Create an instance of {@linkErpOrganisation }137 *138 */

139 publicErpOrganisation createErpOrganisation() {140 return newErpOrganisation();141 }142

143 /**

144 * Create an instance of {@linkMVFaultRepairWork }145 *146 */

147 publicMVFaultRepairWork createMVFaultRepairWork() {148 return newMVFaultRepairWork();149 }150

151 /**

152 * Create an instance of {@linkErpPerson }153 *154 */

155 publicErpPerson createErpPerson() {156 return newErpPerson();157 }158

159 /**

160 * Create an instance of {@linkTroubleTicketItem }161 *162 */

163 publicTroubleTicketItem createTroubleTicketItem() {164 return newTroubleTicketItem();165 }166

167 /**

168 * Create an instance of {@linkEquipmentFault }169 *170 */

171 publicEquipmentFault createEquipmentFault() {172 return newEquipmentFault();173 }174

175 /**

176 * Create an instance of {@linkOptionType }177 *178 */

179 publicOptionType createOptionType() {180 return newOptionType();181 }182

183 /**

184 * Create an instance of {@linkDocErpPersonRole }185 *186 */

187 publicDocErpPersonRole createDocErpPersonRole() {188 return newDocErpPersonRole();189 }190

191 /**

192 * Create an instance of {@linkFaultMessageType }193 *194 */

195 publicFaultMessageType createFaultMessageType() {196 return newFaultMessageType();197 }198

199 /**

200 * Create an instance of {@linkCircuit }201 *202 */

203 publicCircuit createCircuit() {204 return newCircuit();205 }206

207 /**

208 * Create an instance of {@linkDocOrgRole }209 *210 */

211 publicDocOrgRole createDocOrgRole() {212 return newDocOrgRole();213 }214

215 /**

216 * Create an instance of {@linkEquipment }217 *218 */

219 publicEquipment createEquipment() {220 return newEquipment();221 }222

223 /**

224 * Create an instance of {@linkFaultCode }225 *226 */

227 publicFaultCode createFaultCode() {228 return newFaultCode();229 }230

231 /**

232 * Create an instance of {@linkSwtichingPowerSupply }233 *234 */

235 publicSwtichingPowerSupply createSwtichingPowerSupply() {236 return newSwtichingPowerSupply();237 }238

239 /**

240 * Create an instance of {@linkOutageEquipment }241 *242 */

243 publicOutageEquipment createOutageEquipment() {244 return newOutageEquipment();245 }246

247 /**

248 * Create an instance of {@linkDispatchingTroubleTicketMirdList }249 *250 */

251 publicDispatchingTroubleTicketMirdList createDispatchingTroubleTicketMirdList() {252 return newDispatchingTroubleTicketMirdList();253 }254

255 /**

256 * Create an instance of {@linkFaultRecord }257 *258 */

259 publicFaultRecord createFaultRecord() {260 return newFaultRecord();261 }262

263 /**

264 * Create an instance of {@linkReplyType }265 *266 */

267 publicReplyType createReplyType() {268 return newReplyType();269 }270

271 /**

272 * Create an instance of {@linkTroubleTicketList }273 *274 */

275 publicTroubleTicketList createTroubleTicketList() {276 return newTroubleTicketList();277 }278

279 /**

280 * Create an instance of {@linkTroubleTicket }281 *282 */

283 publicTroubleTicket createTroubleTicket() {284 return newTroubleTicket();285 }286

287 /**

288 * Create an instance of {@linkDistributionTransformer }289 *290 */

291 publicDistributionTransformer createDistributionTransformer() {292 return newDistributionTransformer();293 }294

295 /**

296 * Create an instance of {@linkRequestType }297 *298 */

299 publicRequestType createRequestType() {300 return newRequestType();301 }302

303 /**

304 * Create an instance of {@linkMessageProperty }305 *306 */

307 publicMessageProperty createMessageProperty() {308 return newMessageProperty();309 }310

311 /**

312 * Create an instance of {@linkObjQueryParam.MRIDs }313 *314 */

315 publicObjQueryParam.MRIDs createObjQueryParamMRIDs() {316 return newObjQueryParam.MRIDs();317 }318

319 /**

320 * Create an instance of {@linkObjQueryParam.Properties }321 *322 */

323 publicObjQueryParam.Properties createObjQueryParamProperties() {324 return newObjQueryParam.Properties();325 }326

327 /**

328 * Create an instance of {@linkJAXBElement }{@code}}329 *330 */

331 @XmlElementDecl(namespace = "http://pdjyh.soa.csg.cn", name = "PublishMVFaultRepairWorkResponse")332 public JAXBElementcreatePublishMVFaultRepairWorkResponse(PublishMVFaultRepairWorkResponseType value) {333 return new JAXBElement(_PublishMVFaultRepairWorkResponse_QNAME, PublishMVFaultRepairWorkResponseType.class, null, value);334 }335

336 /**

337 * Create an instance of {@linkJAXBElement }{@code}}338 *339 */

340 @XmlElementDecl(namespace = "http://pdjyh.soa.csg.cn", name = "EventMessage")341 public JAXBElementcreateEventMessage(EventMessageType value) {342 return new JAXBElement(_EventMessage_QNAME, EventMessageType.class, null, value);343 }344

345 /**

346 * Create an instance of {@linkJAXBElement }{@code}}347 *348 */

349 @XmlElementDecl(namespace = "http://pdjyh.soa.csg.cn", name = "PublishMVFaultRepairWorkRequest")350 public JAXBElementcreatePublishMVFaultRepairWorkRequest(PublishMVFaultRepairWorkRequestType value) {351 return new JAXBElement(_PublishMVFaultRepairWorkRequest_QNAME, PublishMVFaultRepairWorkRequestType.class, null, value);352 }353

354 /**

355 * Create an instance of {@linkJAXBElement }{@code}}356 *357 */

358 @XmlElementDecl(namespace = "http://pdjyh.soa.csg.cn", name = "RequestMessage")359 public JAXBElementcreateRequestMessage(RequestMessageType value) {360 return new JAXBElement(_RequestMessage_QNAME, RequestMessageType.class, null, value);361 }362

363 /**

364 * Create an instance of {@linkJAXBElement }{@code}}365 *366 */

367 @XmlElementDecl(namespace = "http://pdjyh.soa.csg.cn", name = "ResponseMessage")368 public JAXBElementcreateResponseMessage(ResponseMessageType value) {369 return new JAXBElement(_ResponseMessage_QNAME, ResponseMessageType.class, null, value);370 }371

372 }

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值