/* */
/* */ public class DelegatingInvocation extends Invocation
/* */ {
/* */ private EndpointInvocation getEndpointInvocation()
/* */ {
/* 46 */ EndpointInvocation epInv = (EndpointInvocation)getInvocationContext().getAttachment(EndpointInvocation.class);
/* 47 */ if (epInv == null) {
/* 48 */ throw new IllegalStateException("Cannot obtain endpoint invocation");
/* */ }
/* 50 */ return epInv;
/* */ }