package com.tridium.websockets.router; public interface SocketRegistrationFactory { SocketRegistration createSocketRegistration(String str); }