FunctionMapperSpi.Reflectivepublic abstract class FunctionMapperSpi
extends java.lang.Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
FunctionMapperSpi.Reflective |
Reflective FunctionMapper for convenience.
|
| Constructor | Description |
|---|---|
FunctionMapperSpi() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract java.lang.String |
getPrefixName() |
Returns the name of the prefix mapped by functions using this service provider.
|
abstract java.lang.reflect.Method |
resolveFunction(java.lang.String localName) |
Returns a
Method instance for the prefixed local name. |
public abstract java.lang.String getPrefixName()
public abstract java.lang.reflect.Method resolveFunction(java.lang.String localName)
Method instance for the prefixed local name.localName - the local function nameCopyright © 2014 Kaazing, Inc. All Rights Reserved.