Class RemoteMeta
java.lang.Object
org.apache.juneau.rest.client.remote.RemoteMeta
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns the headers to set on all requests.Returns the metadata about the specified operation on this resource proxy.
- 
Constructor Details- 
RemoteMetaConstructor.- Parameters:
- c- The interface class annotated with a- @Remoteannotation (optional).
 
 
- 
- 
Method Details- 
getOperationMetaReturns 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.
 
- 
getHeadersReturns the headers to set on all requests.- Returns:
- The headers to set on all requests.
 
 
-