5758596061626364
} this.getSAXConsumer().endElement("", "request-parameters", "request-parameters"); this.getSAXConsumer().endDocument(); } catch (SAXException e) { throw new InvocationException(e); } }
34353637383940
public static InvocationException getInvocationException(Throwable throwable) { if (throwable instanceof InvocationException) { return (InvocationException) throwable; } return new InvocationException(throwable); }
} this.getXMLConsumer().endElement("", "request-paramters", "request-paramters"); this.getXMLConsumer().endDocument(); } catch (SAXException e) { throw new InvocationException(e); } }