Class CreateQueryStringFromMetadata

    • Constructor Detail

      • CreateQueryStringFromMetadata

        public CreateQueryStringFromMetadata()
    • Method Detail

      • doService

        public void doService​(AdaptrisMessage msg)
                       throws ServiceException
        Description copied from interface: Service

        Apply the service to the message.

        Parameters:
        msg - the AdaptrisMessage to process
        Throws:
        ServiceException - wrapping any underlying Exceptions
      • getResultKey

        public java.lang.String getResultKey()
      • setResultKey

        public void setResultKey​(java.lang.String resultKey)
      • getIncludeQueryPrefix

        public java.lang.Boolean getIncludeQueryPrefix()
      • setIncludeQueryPrefix

        public void setIncludeQueryPrefix​(java.lang.Boolean b)
        Whether or not to include the standard query prefix
        Parameters:
        b -