pl.bristleback.server.bristle.config
Interface ActionAnnotationsProcessor

All Known Implementing Classes:
PackageActionAnnotationsProcessor

public interface ActionAnnotationsProcessor

Classes implementing this interface must provide a way to retrieve annotated action classes. Any additional information required for implementation to work can be taken from plugin configuration. Those plugin settings are taken from jwebsocket configuration file.

Created on: 2010-09-03 16:04:22

Author:
Wojciech Niemiec

Method Summary
 java.util.List<RemoteActionInformation> getAnnotatedActions(BristleConfiguration configuration)
          Gets list of annotated actions bound into RemoteActionInformation objects.
 

Method Detail

getAnnotatedActions

java.util.List<RemoteActionInformation> getAnnotatedActions(BristleConfiguration configuration)
Gets list of annotated actions bound into RemoteActionInformation objects.

Parameters:
configuration - Bristleback plugin configuration.
Returns:
list of annotated actions information.


Copyright © 2011. All Rights Reserved.