Interface ServerOperationRegistry


public interface ServerOperationRegistry
A registry interface for ServerOperation implementations.

Every ServerOperation that shall be made available for invocation has to be registered using the register(Class, ServerOperation) or register(Class, ContextualFactory) methods.