com.google.gwt.requestfactory.server
Interface OperationRegistry

All Known Implementing Classes:
ReflectionBasedOperationRegistry

public interface OperationRegistry

Experimental API: This class is still under rapid development, and is very likely to be deleted. Use it at your own risk.

Maps operation name to {RequestDefinition}.


Method Summary
 RequestFactory.RequestDefinition getOperation(java.lang.String operationName)
           
 

Method Detail

getOperation

RequestFactory.RequestDefinition getOperation(java.lang.String operationName)