以下代码会导致转换异常,我不确定原因。ParameterValueList中的对象应该急切地解码为JAXB对象ParameterValueStruct,但事实并非如此。一切都是直接从soap编码和cwmp模式文件生成的。有人有什么建议吗?publicstaticvoidmain(String[]args)throwsJAXBException,FileNotFoundException{JAXBContextc=JAXBContext.newInstance("org.dslforum.cwmp_1_1");Unmarshalleru=c.createUnmarshaller();In