/* 409 */ ServiceEndpointInvoker epInvoker = (ServiceEndpointInvoker)ep.getAttachment(ServiceEndpointInvoker.class);
/* 410 */ if (epInvoker == null) {
/* 411 */ throw new IllegalStateException("Cannot obtain ServiceEndpointInvoker");
/* */ }
/* */
/* 414 */ epInvoker.invoke(reqContext);
/* */
/* 417 */ msgContext = MessageContextAssociation.peekMessageContext();
/* */
/* 420 */ MessageAbstraction resMessage = msgContext.getMessageAbstraction();
/* 421 */ if (resMessage != null) {