Polish websocket xml namespace

Issue: SPR-11063
This commit is contained in:
Rossen Stoyanchev
2013-12-02 15:25:09 -05:00
parent 92e144a8a8
commit 47ef45d152
6 changed files with 54 additions and 25 deletions

View File

@@ -90,6 +90,13 @@ public class DefaultUserDestinationResolver implements UserDestinationResolver {
return this.subscriptionDestinationPrefix;
}
/**
* Return the configured {@link UserSessionRegistry}.
*/
public UserSessionRegistry getUserSessionRegistry() {
return this.userSessionRegistry;
}
@Override
public Set<String> resolveDestination(Message<?> message) {