Class WSRPProducerUtils


  • public class WSRPProducerUtils
    extends WSRPUtils
    WSRP Producer utility class.
    Since:
    6.0.0
    Version:
    $Revision: 16824 $ $Date: 2015-01-23 18:49:12 -0200 (Fri, 23 Jan 2015) $
    • Constructor Detail

      • WSRPProducerUtils

        public WSRPProducerUtils()
    • Method Detail

      • validate

        public static void validate​(com.sun.portal.wsrp.producer.Producer producer,
                                    String portletHandle)
                             throws com.sun.portal.wsrp.common.stubs.v2.AccessDenied,
                                    com.sun.portal.wsrp.producer.ProducerException
        Validate if the portletHandle is valid for a certain producer.
        Parameters:
        producer - to validate the registrationHandle on.
        portletHandle - to be validated.
        Throws:
        com.sun.portal.wsrp.common.stubs.v2.AccessDenied - if the handle is not associated to the producer.
        com.sun.portal.wsrp.producer.ProducerException - is there is a problem during the process.