public interface PrefixedServiceImplementer extends ServiceImplementer
An implementer that uses a set of prefixes
| Type Params | Return Type | Name and description |
|---|---|---|
|
public Iterable<String> |
getHandledPrefixes()
|
|
public String |
resolvePrefix(MethodNode mn)Resolve the prefix used for the given method |
| Methods inherited from class | Name |
|---|---|
interface ServiceImplementer |
doesImplement, implement |
Resolve the prefix used for the given method
mn - The method node