/* */
/* 215 */ Invocation inv = setupInvocation(this.endpoint, sepInv, invContext);
/* 216 */ InvocationHandler invHandler = this.endpoint.getInvocationHandler();
/* */ try
/* */ {
/* 220 */ invHandler.invoke(this.endpoint, inv);
/* */ }
/* */ catch (InvocationTargetException th)
/* */ {
/* 225 */ Throwable targetEx = th.getTargetException();
/* 226 */ throw ((targetEx instanceof Exception) ? (Exception)targetEx : new UndeclaredThrowableException(targetEx));