|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface NamingStrategy
A pluggable strategy for mapping service interface names to their corresponding implementation class name.
This mapping is configurable for the Cinnamon source generator to support different kinds of
conventions for interface/implementation class name pairs like Product/ProductImpl or
IProduct/Product.
Since this will be used in the source generator for client-side proxies, the class names represent ActionScript classes.
| Method Summary | |
|---|---|
String |
getImplementationClassName(String interfaceName)
Returns the corresponding name of the ActionScript class implementing the specified service interface. |
| Method Detail |
|---|
String getImplementationClassName(String interfaceName)
interfaceName - the name of the service interface.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||