|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CustomCodeMethod
Defines an interface for a custom method within custom code. An object implementing CustomCodeMethod
will provide the functionality necessary to properly respond to API calls.
| Method Summary | |
|---|---|
ResponseToProcess |
execute(ProcessedAPIRequest request,
SDKServiceProvider serviceProvider)
Generates a response for the given API request. |
String |
getMethodName()
Gets the name of the custom method. |
List<String> |
getParams()
Gets the list of query parameters for this custom method. |
| Method Detail |
|---|
String getMethodName()
CustomCodeMethod.
List<String> getParams()
CustomCodeMethod
uses query parameters.
ResponseToProcess execute(ProcessedAPIRequest request,
SDKServiceProvider serviceProvider)
request - represents the request sent to the APIserviceProvider - the service provider that exposes access to StackMob services
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||