235236237238239240241242243244245
if(!context.getPastPivot()) { impl.handleRequest(context); } else { impl.handleResponse(context); } impl.destroy(); } }
461462463464465466467468469470471
} else { msgContext.setPastPivot(true); } if ( handlerImpl != null) { handlerImpl.handleResponse(msgContext); } } catch (SOAPFaultException e) { msgContext.setPastPivot(true); throw AxisFault.makeFault(e);
458459460461462463464465466467468
462463464465466467468469470471472
471472473474475476477478479480
if (handlerImpl != null) handlerImpl.handleRequest(msgContext); super.invoke(msgContext); if ( handlerImpl != null) { handlerImpl.handleResponse(msgContext); handlerImpl.destroy(); } } }
263264265266267268269270271272273
482483484485486487488489490491
} else { msgContext.setPastPivot(true); } if ( handlerImpl != null) { handlerImpl.handleResponse(msgContext); handlerImpl.destroy(); } } }
526527528529530531532533534535536
} else { msgContext.setPastPivot(true); } if ( handlerImpl != null) { handlerImpl.handleResponse(msgContext); handlerImpl.destroy(); } } catch (SOAPFaultException e) { msgContext.setPastPivot(true); throw new AxisFault(e.getMessage());
268269270271272273274275276277278