Interface MessageNameCatalogue

  • All Known Implementing Classes:
    DefaultMessageNameCatalogue

    @Deprecated
    public interface MessageNameCatalogue
    Deprecated.
    Clone of org.certificateservices.messages.csmessages.MessageNameCatalogue for backward compability.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String REQUESTNAME_CRLFORWARD
      Deprecated.
      Special request name that can be sent to the lookup method and indicates that the related message is a IssueCredentialStatusList that is automatically generated without any matching request.
    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      void init​(java.util.Properties config)
      Deprecated.
      Default constructor
      java.lang.String lookupName​(java.lang.String requestName, java.lang.Object payLoadObject)
      Deprecated.
      Method that looks up the name for a specific setting used to populate the 'name' attribute in the header.
    • Field Detail

      • REQUESTNAME_CRLFORWARD

        static final java.lang.String REQUESTNAME_CRLFORWARD
        Deprecated.
        Special request name that can be sent to the lookup method and indicates that the related message is a IssueCredentialStatusList that is automatically generated without any matching request.
        See Also:
        Constant Field Values
    • Method Detail

      • init

        void init​(java.util.Properties config)
           throws MessageException
        Deprecated.
        Default constructor
        Parameters:
        properties - the properties file of the PKI message parser.
        Throws:
        MessageException - if
      • lookupName

        java.lang.String lookupName​(java.lang.String requestName,
                                    java.lang.Object payLoadObject)
                             throws MessageException,
                                    java.lang.IllegalArgumentException
        Deprecated.
        Method that looks up the name for a specific setting used to populate the 'name' attribute in the header.
        Parameters:
        requestName - the related request name if applicable, null if this is a request.
        payLoadObject - the setting to look-up the name for.
        Returns:
        the name of the message to use.
        Throws:
        MessageException - if name lookup failed due to internal connection problems.
        java.lang.IllegalArgumentException - if name lookup failed due to bad request data