Class RemoteOperationMeta

java.lang.Object
org.apache.juneau.rest.client.remote.RemoteOperationMeta

public class RemoteOperationMeta extends Object
Contains the meta-data about a Java method on a REST proxy class.

Captures the information in @RemoteOp annotations for caching and reuse.

See Also:
  • Constructor Details

    • RemoteOperationMeta

      public RemoteOperationMeta(String parentPath, Method m, String defaultMethod)
      Constructor.
      Parameters:
      parentPath - The absolute URI of the REST interface backing the interface proxy.
      m - The Java method.
      defaultMethod - The default HTTP method if not specified through annotation.
  • Method Details