265266267268269270271272273274275
if(!context.getPastPivot()) { impl.handleRequest(context); } else { impl.handleResponse(context); } impl.destroy(); } }
435436437438439440441442443444
if (handlerImpl != null) handlerImpl.handleRequest(msgContext); super.invoke(msgContext); if ( handlerImpl != null) { handlerImpl.handleResponse(msgContext); handlerImpl.destroy(); } } }
429430431432433434435436437438
264265266267268269270271272273274
229230231232233234235236237238239
490491492493494495496497498499500
} else { msgContext.setPastPivot(true); } if ( handlerImpl != null) { handlerImpl.handleResponse(msgContext); handlerImpl.destroy(); } } catch (SOAPFaultException e) { msgContext.setPastPivot(true); throw AxisFault.makeFault(e);
467468469470471472473474475476
473474475476477478479480481482
263264265266267268269270271272273
463464465466467468469470471472473
} else { msgContext.setPastPivot(true); } if ( handlerImpl != null) { handlerImpl.handleResponse(msgContext); } } catch (SOAPFaultException e) { msgContext.setPastPivot(true); throw AxisFault.makeFault(e);