182183184185186187188189190191
Element element; try { element = marshall(xmlObject); } catch (MarshallingException e) { throw new XMLObjectMarshallingException(e); } return element; }