Class VariableResponseProvider


  • public class VariableResponseProvider
    extends java.lang.Object
    Author:
    Christopher Zell
    • Constructor Detail

      • VariableResponseProvider

        public VariableResponseProvider()
    • Method Detail

      • getResponseForTypedVariable

        public javax.ws.rs.core.Response getResponseForTypedVariable​(TypedValue typedVariableValue,
                                                                     java.lang.String id)
      • responseForFileVariable

        protected javax.ws.rs.core.Response responseForFileVariable​(FileValue fileValue)
        Creates a response for a variable of type ValueType.FILE.
      • responseForByteVariable

        protected javax.ws.rs.core.Response responseForByteVariable​(TypedValue variableInstance)
        Creates a response for a variable of type ValueType.BYTES.