Interface IPortalMessageVisitor

All Known Implementing Classes:
PortalMessageVisitor

public interface IPortalMessageVisitor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method should be invoked to add a portal message definition.
  • Method Details

    • addPortalMessage

      void addPortalMessage(IPortalMessageDS datasource)
      This method should be invoked to add a portal message definition.
      Parameters:
      datasource - The portal message datasource.
      Throws:
      InitializationException - This exception is thrown when the portal message definition could not be added.