public class

ContextMethod

extends Object
java.lang.Object
   ↳ com.google.gwt.requestfactory.rebind.model.ContextMethod

Class Overview

Represents a service endpoint.

Summary

Nested Classes
class ContextMethod.Builder Builds a ContextMethod
Public Methods
String getImplementedInterfaceQualifiedSourceName()
The qualified source name of the RequestContext sub-interface (i.e., the return type of the method declaration).
String getMethodName()
String getPackageName()
String getQualifiedSourceName()
The qualified source name of the implementation.
List<RequestMethod> getRequestMethods()
String getSimpleSourceName()
String toString()
For debugging use only.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public String getImplementedInterfaceQualifiedSourceName ()

The qualified source name of the RequestContext sub-interface (i.e., the return type of the method declaration).

public String getMethodName ()

public String getPackageName ()

public String getQualifiedSourceName ()

The qualified source name of the implementation.

public List<RequestMethod> getRequestMethods ()

public String getSimpleSourceName ()

public String toString ()

For debugging use only.