public class RemoteMeta extends Object
Captures the information in @Remote
and @RemoteMethod
annotations for
caching and reuse.
Constructor and Description |
---|
RemoteMeta(Class<?> c)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
RemoteMethodMeta |
getMethodMeta(Method m)
Returns the metadata about the specified method on this resource proxy.
|
String |
getPath()
Returns the HTTP path of this interface.
|
public RemoteMeta(Class<?> c)
c
- The interface class annotated with a @Remote
annotation (optional).public RemoteMethodMeta getMethodMeta(Method m)
m
- The method to look up.Copyright © 2016–2020 The Apache Software Foundation. All rights reserved.