Package lumis.service.wsrp.consumer
Class RemoteServiceManagerFactory
- java.lang.Object
-
- lumis.service.wsrp.consumer.RemoteServiceManagerFactory
-
public class RemoteServiceManagerFactory extends Object
Factory for remote service manager.- Since:
- 6.0.0
- Version:
- $Revision: 13092 $ $Date: 2011-05-28 18:19:06 -0300 (Sat, 28 May 2011) $
-
-
Constructor Summary
Constructors Constructor Description RemoteServiceManagerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RemotePortletManagementManager
getRemotePortletManagementManager(ProducerEntityImpl producerEntity)
Retrieves the RemotePortletManagmentManager for the given producerEntity.
-
-
-
Method Detail
-
getRemotePortletManagementManager
public RemotePortletManagementManager getRemotePortletManagementManager(ProducerEntityImpl producerEntity) throws PortalException
Retrieves the RemotePortletManagmentManager for the given producerEntity.- Parameters:
producerEntity
- producer entity to get the RemotePortletManagmentManager of.- Returns:
- the RemotePortletManagmentManager of the correct version for the producerEntity.
- Throws:
PortalException
- if the entity version is not correct.
-
-