com.beem.project.beem.service.aidl
Class IXmppFacade.Stub
java.lang.Object
android.os.Binder
com.beem.project.beem.service.aidl.IXmppFacade.Stub
- All Implemented Interfaces:
- IBinder, IInterface, IXmppFacade
- Direct Known Subclasses:
- XmppFacade
- Enclosing interface:
- IXmppFacade
public abstract static class IXmppFacade.Stub
- extends Binder
- implements IXmppFacade
Local-side IPC implementation stub class.
|
Constructor Summary |
IXmppFacade.Stub()
Construct the stub at attach it to the interface. |
| Methods inherited from class android.os.Binder |
attachInterface, clearCallingIdentity, dump, dump, finalize, flushPendingCommands, getCallingPid, getCallingUid, getInterfaceDescriptor, isBinderAlive, joinThreadPool, linkToDeath, pingBinder, queryLocalInterface, restoreCallingIdentity, transact, unlinkToDeath |
| Methods inherited from interface com.beem.project.beem.service.aidl.IXmppFacade |
call, changeStatus, connectAsync, connectSync, createConnection, disableAvatarPublishing, disconnect, getChatManager, getPrivacyListManager, getRoster, getUserInfo, publishAvatar, sendPresencePacket |
IXmppFacade.Stub
public IXmppFacade.Stub()
- Construct the stub at attach it to the interface.
asInterface
public static IXmppFacade asInterface(IBinder obj)
- Cast an IBinder object into an com.beem.project.beem.service.aidl.IXmppFacade interface,
generating a proxy if needed.
asBinder
public IBinder asBinder()
- Specified by:
asBinder in interface IInterface
onTransact
public boolean onTransact(int code,
Parcel data,
Parcel reply,
int flags)
throws RemoteException
- Overrides:
onTransact in class Binder
- Throws:
RemoteException
Copyright © 2009 Beem-project.com. All Rights Reserved.