Interface EndpointLifecycleManagerFactory
-
- All Known Implementing Classes:
EndpointLifecycleManagerFactoryImpl
public interface EndpointLifecycleManagerFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EndpointLifecycleManager
createEndpointLifecycleManager()
EndpointLifecycleManager
createEndpointLifecycleManager(Object endpointInstance)
-
-
-
Method Detail
-
createEndpointLifecycleManager
EndpointLifecycleManager createEndpointLifecycleManager(Object endpointInstance) throws EndpointLifecycleException
- Throws:
EndpointLifecycleException
-
createEndpointLifecycleManager
EndpointLifecycleManager createEndpointLifecycleManager()
-
-