Package org.apache.juneau.http.remote
Class RrpcInterfaceMethodMeta
java.lang.Object
org.apache.juneau.http.remote.RrpcInterfaceMethodMeta
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
RrpcInterfaceMethodMetaConstructor.- Parameters:
- restUrl- The absolute URL of the REST interface backing the interface proxy.
- m- The Java method.
 
 
- 
- 
Method Details- 
getUriReturns the absolute URL of the REST interface invoked by this Java method.- Returns:
- The absolute URL of the REST interface, never null .
 
- 
getPathReturns 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.
 
- 
getJavaMethodReturns the underlying Java method that this metadata is about.- Returns:
- The underlying Java method that this metadata is about.
   
 Nevernull .
 
 
-