* @param portlet
* @throws WSRPException
*/
public void init(WSRPPortlet portlet)
throws WSRPException {
this.parameterChecker = new ParameterChecker();
this.portlet = portlet;
this.producer = consumerEnv.getProducerRegistry().getProducer(portlet.getPortletKey().getProducerId());
this.portletPort = this.producer.getPortletManagementInterface();