Метод | Описание | |
---|---|---|
InvokeServiceHandler ( |
Invokes the appropriate service handler (registered using a ServiceAttribute)
|
|
Service ( String request, String response, |
Creates an Appcelerator Service
|
public InvokeServiceHandler ( |
||
request | ||
response | ||
session | System.Web.SessionState.HttpSessionState | |
httpresponse | ||
Результат | void |
public Service ( String request, String response, |
||
request | String | The service request string (e.g. "my.message.request") |
response | String | The service response string (e.g. "my.message.response") |
methodInfo | The MethodInfo object describing the method to invoke upon receiving a request | |
Результат | System |