Class ProcessFrameworkHandler

    • Field Detail

      • log

        private org.slf4j.Logger log
        Logger.
      • expectedVersion

        private String expectedVersion
        The expected version value.
    • Constructor Detail

      • ProcessFrameworkHandler

        public ProcessFrameworkHandler()
    • Method Detail

      • getExpectedVersion

        @Nullable
        public String getExpectedVersion()
        Get the expected version value.

        Defaults to: DEFAULT_VERSION

        Returns:
        the expected version, or null
      • setExpectedVersion

        public void setExpectedVersion​(@Nullable
                                       String version)
        Set the expected version value.

        Defaults to: DEFAULT_VERSION

        Parameters:
        version - the new version value
      • getFramework

        protected org.openliberty.xmltooling.soapbinding.Framework getFramework​(@Nonnull
                                                                                MessageContext messageContext)
        Get message Action header.
        Parameters:
        messageContext - the current message context
        Returns:
        the message Action header