public PortletPropertyDescriptionResponse getPropertyDescriptionsFor(String portletHandle)
{
ParameterValidation.throwIllegalArgExceptionIfNullOrEmpty(portletHandle, "portlet handle", null);
try
{
WSRPV1PortletManagementPortType service = getEndpointConfigurationInfo().getPortletManagementService();
Holder<ModelDescription> modelDescription = new Holder<ModelDescription>();
Holder<ResourceList> resourceList = new Holder<ResourceList>();
service.getPortletPropertyDescription(
getRegistrationContext(),
WSRPTypeFactory.createPortletContext(portletHandle),
UserAccess.getUserContext(),
WSRPConstants.getDefaultLocales(),
modelDescription,