You can buy this project and download/modify it how often you want.
package org.richfaces.component; import javax.faces.context.FacesContext; public interface ClientSideMessage { void updateMessages(FacesContext context, String clientId); String getFor(); }