/* */
/* */ private void processFaultMetrics(Endpoint endpoint, long beginTime)
/* */ {
/* 492 */ EndpointMetrics metrics = endpoint.getEndpointMetrics();
/* 493 */ if (metrics != null)
/* 494 */ metrics.processFaultMessage(beginTime);
/* */ }
/* */
/* */ private void postProcessResponse(MimeHeaderSource headerSource, MessageAbstraction resMessage)
/* */ {
/* */ try