Package org.apache.juneau.http.remote
Class RrpcInterfaceMethodMeta
java.lang.Object
org.apache.juneau.http.remote.RrpcInterfaceMethodMeta
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
RrpcInterfaceMethodMeta
Constructor.- Parameters:
restUrl
- The absolute URL of the REST interface backing the interface proxy.m
- The Java method.
-
-
Method Details
-
getUri
Returns the absolute URL of the REST interface invoked by this Java method.- Returns:
- The absolute URL of the REST interface, never
null .
-
getPath
Returns the HTTP path of this method.- Returns:
- The HTTP path of this method relative to the parent interface.
Nevernull .
Never has leading or trailing slashes.
-
getJavaMethod
Returns the underlying Java method that this metadata is about.- Returns:
- The underlying Java method that this metadata is about.
Nevernull .
-