public class RemoteableMeta extends Object
Captures the information in @Remoteable
and @RemoteMethod
annotations for
caching and reuse.
Constructor and Description |
---|
RemoteableMeta(Class<?> c,
String restUrl)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
RemoteableMethodMeta |
getMethodMeta(Method m)
Returns the metadata about the specified method on this interface proxy.
|
public RemoteableMeta(Class<?> c, String restUrl)
c
- The interface class annotated with a @Remoteable
annotation (optional).restUrl
- The absolute URL of the remote REST interface that implements this proxy interface.public RemoteableMethodMeta getMethodMeta(Method m)
m
- The method to look up.Copyright © 2018 Apache. All rights reserved.