es.ucm.look.data.remote.restful
Class IRemoteServiceCallback.Stub

java.lang.Object
  extended by android.os.Binder
      extended by es.ucm.look.data.remote.restful.IRemoteServiceCallback.Stub
All Implemented Interfaces:
IRemoteServiceCallback
Enclosing interface:
IRemoteServiceCallback

public abstract static class IRemoteServiceCallback.Stub
extends android.os.Binder
implements IRemoteServiceCallback

Local-side IPC implementation stub class.


Nested Class Summary
 
Nested classes/interfaces inherited from interface es.ucm.look.data.remote.restful.IRemoteServiceCallback
IRemoteServiceCallback.Stub
 
Constructor Summary
IRemoteServiceCallback.Stub()
          Construct the stub at attach it to the interface.
 
Method Summary
 android.os.IBinder asBinder()
           
static IRemoteServiceCallback asInterface(android.os.IBinder obj)
          Cast an IBinder object into an es.ucm.look.data.remote.restful.IRemoteServiceCallback interface, generating a proxy if needed.
 boolean onTransact(int code, android.os.Parcel data, android.os.Parcel reply, int flags)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface es.ucm.look.data.remote.restful.IRemoteServiceCallback
sendResponse1, sendResponse2, sendResponse3, userLogIn
 

Constructor Detail

IRemoteServiceCallback.Stub

public IRemoteServiceCallback.Stub()
Construct the stub at attach it to the interface.

Method Detail

asBinder

public android.os.IBinder asBinder()

asInterface

public static IRemoteServiceCallback asInterface(android.os.IBinder obj)
Cast an IBinder object into an es.ucm.look.data.remote.restful.IRemoteServiceCallback interface, generating a proxy if needed.


onTransact

public boolean onTransact(int code,
                          android.os.Parcel data,
                          android.os.Parcel reply,
                          int flags)
                   throws android.os.RemoteException
Throws:
android.os.RemoteException