WSDL2JAVA不生成setter方法

有人遇到过这个吗?基本上我从SUN jre切换到IBM,由于wsdl2java没有编译必要的setter方法,编译失败。 提前致谢。     
已邀请:
你在用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>
    
Axis2问题系统中有一个关于此问题的错误报告,在您提出问题后打开。请参阅https://issues.apache.org/jira/browse/AXIS2-4968。     

要回复问题请先登录注册