public EndpointLifecycleManager createEndpointLifecycleManager(Object endpointInstance)
throws EndpointLifecycleException {
if (endpointInstance == null) {
throw new EndpointLifecycleException(Messages.getMessage("EndpointLifecycleManagerImplErr1"));
}
return new EndpointLifecycleManagerImpl(endpointInstance);
}