jaxb2 xsd生成java,使用JAXB2从XSD /绑定异常生成Java异常

For webservices we usually generate java beans with the maven-jaxb2-plugin and use JAXB2 marshalling in Spring. I am wondering how to handle (SOAP-)faults that are declared in the WSDL/XSD best. In the application I would like to use Java exceptions that are marshalled to the faults. Is this possible? I haven't found a way to generate exceptions with the sourcecode generation of the maven-jaxb2-plugin. Thanks!

Update: I'd like to use spring-ws. But I guess the main problem is how to generate java exceptions with jaxb2 source generator.

解决方案

Jaxb2-plugin generates beans from XSD only. You can use jaxws-maven-plugin instad of maven-jaxb2-plugin.

Try using this:

org.codehaus.mojo

jaxws-maven-plugin

generate-from-wsdl<

wsimport

src/main/resources/wsdl/

true

target/generated-sources/wsimport

Just simply invoke command mvn clean install, you'll find generated resources in target/generated-sources/wsimport on two packages:

types-generated java beans same as from jaxb

wsdl-classes, exceptions, interfaces generated from wsdl

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值