Interface EndpointLifecycleManager
- All Known Implementing Classes:
EndpointLifecycleManagerImpl
public interface EndpointLifecycleManager
-
Method Summary
Modifier and TypeMethodDescriptioncreateServiceInstance(MessageContext mc, Class serviceImplClass) EndpointLifecycleManager will create a service instance.voidvoid
-
Method Details
-
createServiceInstance
Object createServiceInstance(MessageContext mc, Class serviceImplClass) throws LifecycleException, ResourceInjectionException EndpointLifecycleManager will create a service instance. It will inject Resources and then call the lifecycle methods on the service instance.- Parameters:
mc-serviceImplClass-- Returns:
- Throws:
LifecycleExceptionResourceInjectionException
-
invokePostConstruct
- Throws:
LifecycleException
-
invokePreDestroy
- Throws:
LifecycleException
-