WSDL2JAVA不生成setter方法

时间:2011-02-02 14:45:06

标签: java axis2 wsdl2java ibm-jdk

有没有人碰到过这个?基本上我从SUN jre切换到IBM,由于wsdl2java没有编译必要的setter方法,编译失败。

提前致谢。

2 个答案:

答案 0 :(得分:2)

您使用的是jaxb吗?

生成的代码中是否包含这样的内容?

/**
     * Gets the value of the parameter property.
     * 
     * <p>
     * This accessor method returns a reference to the live list,
     * not a snapshot. Therefore any modification you make to the
     * returned list will be present inside the JAXB object.
     * This is why there is not a <CODE>set</CODE> method for the parameter property.
     * 
     * <p>
     * For example, to add a new item, do as follows:
     * <pre>
     *    getParameter().add(newItem);
     * </pre>

答案 1 :(得分:1)

Axis2问题系统中有一个关于此问题的错误报告,在您提出问题后打开。请参阅https://issues.apache.org/jira/browse/AXIS2-4968