hi,
am using Jaxb2Marshaller to unmarshall xml data.i cant able to read attribute value.
i have annotated the field like this ....
@XmlAttribute(required = true)
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
private String Entity = null;
can u say me how to get attribute value.
thanks,
GOkul.
