Interface AegisIo

    • Method Detail

      • setSchema

        void setSchema​(Schema s)
        Supply a schema to validate the input. Bindings silently ignore this parameter if they do not support schema validation, or the particular form of validation implied by a particular form of Schema.
        Parameters:
        s -
      • setProperty

        void setProperty​(String prop,
                         Object value)
        Set an arbitrary property on the reader. #FAULT and #ENDPOINT specify two common properties: the Fault object being read and the Endpoint.
        Parameters:
        prop - Name of the property.
        value - Value of the property.