Class JobConfiguration


  • public class JobConfiguration
    extends Object
    • Field Detail

      • templateLocation

        public URI templateLocation
        Location for template in URL format. If no template is given, the configuration must be specified.
      • messageID

        public String messageID
        The messageID that will be passed to the result message, to be able to relate incoming and outgoing messages.
      • properties

        public Collection<Property> properties
        A bunch of parameters, which configure nodes and job.
      • configuration

        public Object configuration
        Configuration, if no template is defined. Content must be an XML tree as defined in jobtemplate.xsd Object will be a org.w3c.dom.Element later
      • streams

        public List<Stream> streams
        Source streams to be processed. Can be all kind of documents, that the server is able to process.
    • Constructor Detail

      • JobConfiguration

        public JobConfiguration()
    • Method Detail

      • getProperties

        public Map<String,​String> getProperties()
        This method walk through all properties and map each to key/value pairs to a map.
        Returns:
        A map filled with property name as key and property value as value