Extend Parser and ParserService to also accept an InputStream
-------------------------------------------------------------

                 Key: ARIES-74
                 URL: https://issues.apache.org/jira/browse/ARIES-74
             Project: Aries
          Issue Type: Improvement
          Components: Blueprint
    Affects Versions: Incubation
            Reporter: Mark Nuttall
            Assignee: Mark Nuttall
             Fix For: Incubation


The Parser today only accepts List<URL>, each of which it simply turns into 
InputStreams. There are occasions when we need to pass in an InputStream 
directly - for example, to parse in-memory data, or a blueprint xml file within 
a .jar file without having to extract it first. 

I'm using the same JIRA to widen the ParserService interface to accept single 
URLs as well as List<URL> so as to simplify client code. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to