45464748495051
} protected EnterpriseContext create(Object instance) throws Exception { return new MessageDrivenEnterpriseContext(instance, getContainer()); }
14151617181920
/* */ } /* */ /* */ protected EnterpriseContext create(Object instance) /* */ throws Exception /* */ { /* 50 */ return new MessageDrivenEnterpriseContext(instance, getContainer()); /* */ }