/* */ {
/* 324 */ invContext.addAttachment(javax.xml.rpc.handler.MessageContext.class, msgContext);
/* */ }
/* 326 */ if ((ServiceLifecycle.class.isAssignableFrom(ep.getTargetBeanClass())) && ((invContext instanceof ServletRequestContext)))
/* */ {
/* 328 */ ServletEndpointContext servletEndpointContext = new ServletEndpointContextImpl((ServletRequestContext)invContext);
/* 329 */ invContext.addAttachment(ServletEndpointContext.class, servletEndpointContext);
/* */ }
/* */
/* 332 */ invContext.addAttachment(EndpointInvocation.class, epInv);
/* */