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