Interface MessageDestinationReference

    • Method Detail

      • getType

        String getType()
        Returns:
        the type of the message destination reference
      • setType

        void setType​(String type)
        Parameters:
        type - the type of the message destination reference
      • getUsage

        String getUsage()
        Returns:
        the usage type of the message destination reference (Consumes, Produces, ConsumesProduces)
      • setUsage

        void setUsage​(String usage)
        Parameters:
        usage - the usage type of the message destination reference (Consumes, Produces, ConsumesProduces)
      • setReferringBundleDescriptor

        void setReferringBundleDescriptor​(BundleDescriptor referringBundle)
        Set the referring bundle, i.e. the bundle within which this message destination reference is declared.
      • getReferringBundleDescriptor

        BundleDescriptor getReferringBundleDescriptor()
        Get the referring bundle, i.e. the bundle within which this message destinaion reference is declared.