org.exoplatform.services.wsrp.producer
Interface RegistrationOperationsInterface
- All Known Implementing Classes:
- RegistrationOperationsInterfaceImp
public interface RegistrationOperationsInterface
- Author:
- Mestrallet Benjamin benjmestrallet@users.sourceforge.net
|
Method Summary |
org.exoplatform.services.wsrp.type.ReturnAny |
deregister(org.exoplatform.services.wsrp.type.RegistrationContext context)
|
org.exoplatform.services.wsrp.type.RegistrationState |
modifyRegistration(org.exoplatform.services.wsrp.type.RegistrationContext context,
org.exoplatform.services.wsrp.type.RegistrationData data)
|
org.exoplatform.services.wsrp.type.RegistrationContext |
register(org.exoplatform.services.wsrp.type.RegistrationData data)
|
register
org.exoplatform.services.wsrp.type.RegistrationContext register(org.exoplatform.services.wsrp.type.RegistrationData data)
throws RemoteException
- Throws:
RemoteException
modifyRegistration
org.exoplatform.services.wsrp.type.RegistrationState modifyRegistration(org.exoplatform.services.wsrp.type.RegistrationContext context,
org.exoplatform.services.wsrp.type.RegistrationData data)
throws RemoteException
- Throws:
RemoteException
deregister
org.exoplatform.services.wsrp.type.ReturnAny deregister(org.exoplatform.services.wsrp.type.RegistrationContext context)
throws RemoteException
- Throws:
RemoteException
Copyright © 2009 eXo Platform SAS. All Rights Reserved.