throw new UnsupportedOperationException(Messages.NOT_IMPLEMENTED_IN_2_0.format());
}
@Override
public JAXBIntrospector createJAXBIntrospector() {
return new JAXBIntrospector() {
public boolean isElement(Object object) {
return getElementName(object)!=null;
}
public QName getElementName(Object jaxbElement) {