C# Class Appcelerator.Service

Afficher le fichier Open project: appcelerator/entourage Class Usage Examples

Méthodes publiques

Méthode Description
InvokeServiceHandler ( Message request, Message response, System.Web.SessionState.HttpSessionState session, HttpResponse httpresponse ) : void

Invokes the appropriate service handler (registered using a ServiceAttribute)

Service ( String request, String response, MethodInfo methodInfo ) : System

Creates an Appcelerator Service

Method Details

InvokeServiceHandler() public méthode

Invokes the appropriate service handler (registered using a ServiceAttribute)
public InvokeServiceHandler ( Message request, Message response, System.Web.SessionState.HttpSessionState session, HttpResponse httpresponse ) : void
request Message
response Message
session System.Web.SessionState.HttpSessionState
httpresponse System.Web.HttpResponse
Résultat void

Service() public méthode

Creates an Appcelerator Service
public Service ( String request, String response, MethodInfo methodInfo ) : System
request String The service request string (e.g. "my.message.request")
response String The service response string (e.g. "my.message.response")
methodInfo System.Reflection.MethodInfo The MethodInfo object describing the method to invoke upon receiving a request
Résultat System