Hi,
I'm using version 1.0-rc2 to create a web service that marshalls/unmarshalls messages using JAXB2. I ran xjc against the schema and got classes like:
I was expecting an instance of MyClassType passed as a parameter to the invokeInternal(...) method of AbstractMarshallingPayloadEndpoint, instead I'm getting a JAXBElement<MyClassType>.Code:@XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "MyClass_Type") public class MyClassType { ... }
Is this the intended behavior?
Thx,
--Alex


Reply With Quote