org.springframework.jee.interfaces
Interface EjbComponentCreatorBroker
- All Known Implementing Classes:
- EjbComponentCreatorBrokerImpl
public interface EjbComponentCreatorBroker
- Author:
- Safin Li, Michael Chen
initialize
void initialize(ClassLoader loader,
String springConfigurationResourceName,
String componentFactoryClassName,
boolean usesSpringExtensionModel,
ComponentContributor cc)
throws Throwable
- Throws:
Throwable
getBean
Object getBean(String ejbName,
Class beanClass,
boolean createProxy)
throws IllegalAccessException,
InstantiationException
- Throws:
IllegalAccessException
InstantiationException
invokePostConstruct
void invokePostConstruct(Object maybeProxy)
assembleEJB3Proxy
Object assembleEJB3Proxy(Object bean,
String ejbName)
Copyright © 2006-2008 SpringSource (formerly Interface21). All Rights Reserved.