@WebParam(name = "extensions", targetNamespace = "urn:oasis:names:tc:wsrp:v2:types", mode = WebParam.Mode.OUT) Holder<List<Extension>> extensions
) throws AccessDenied, InconsistentParameters, InvalidHandle, InvalidRegistration, ModifyRegistrationRequired, OperationFailed, OperationNotSupported, ResourceSuspended
{
GetPortletsLifetime getPortletsLifetime = WSRPTypeFactory.createGetPortletsLifetime(registrationContext, portletContext, userContext);
final GetPortletsLifetimeResponse response = producer.getPortletsLifetime(getPortletsLifetime);
portletLifetime.value = response.getPortletLifetime();
failedPortlets.value = response.getFailedPortlets();
resourceList.value = response.getResourceList();
extensions.value = response.getExtensions();
}