|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AliasRegistry
SPI for registry of class name aliases used during AMF/JMF serialization. An alias registry should store correspondences between server and client class names The alias registry will scan specified packages to find classes annotated with @RemoteAlias
| Method Summary | |
|---|---|
String |
getAliasForType(String className)
Return the aliased server class name for a specified client class name |
String |
getTypeForAlias(String alias)
Return the client class name for a specified server class alias |
void |
scan(Set<String> packageNames)
Scan the specified packages for aliases classes This is called when the channel factory starts |
| Method Detail |
|---|
void scan(Set<String> packageNames)
packageNames - String getTypeForAlias(String alias)
alias - server class name
String getAliasForType(String className)
className - client class name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||