You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "Mark Nuttall (JIRA)" <ji...@apache.org> on 2009/12/09 11:56:18 UTC

[jira] Closed: (ARIES-74) Extend Parser and ParserService to also accept an InputStream

     [ https://issues.apache.org/jira/browse/ARIES-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Nuttall closed ARIES-74.
-----------------------------


> 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
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> 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.