Class RemoteMeta
java.lang.Object
org.apache.juneau.rest.client.remote.RemoteMeta
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the headers to set on all requests.Returns the metadata about the specified operation on this resource proxy.
-
Constructor Details
-
RemoteMeta
Constructor.- Parameters:
c
- The interface class annotated with a@Remote
annotation (optional).
-
-
Method Details
-
getOperationMeta
Returns the metadata about the specified operation on this resource proxy.- Parameters:
m
- The method to look up.- Returns:
- Metadata about the method or
null if no metadata was found.
-
getHeaders
Returns the headers to set on all requests.- Returns:
- The headers to set on all requests.
-