|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ParserProxy
This interface is implemented by the service which proxies the Apache Aries blueprint parser. ParserProxy services offer higher level methods built on top of the Blueprint parser.
| Method Summary | |
|---|---|
List<? extends WrappedServiceMetadata> |
parse(InputStream blueprintToParse)
Parse an InputStream containing blueprint xml and extract the parsed ServiceMetadata objects |
List<? extends WrappedServiceMetadata> |
parse(List<URL> blueprintsToParse)
Parse blueprint xml files and extract the parsed ServiceMetadata objects |
List<? extends WrappedServiceMetadata> |
parse(URL blueprintToParse)
Parse a blueprint xml files and extract the parsed ServiceMetadata objects |
ParsedServiceElements |
parseAllServiceElements(InputStream blueprintToParse)
Parse an InputStream containing blueprint xml and extract Service, Reference and RefList elements. |
| Method Detail |
|---|
List<? extends WrappedServiceMetadata> parse(List<URL> blueprintsToParse)
throws Exception
blueprintsToParse - URLs to blueprint xml files
Exception
List<? extends WrappedServiceMetadata> parse(URL blueprintToParse)
throws Exception
blueprintToParse - URL to blueprint xml file
Exception
List<? extends WrappedServiceMetadata> parse(InputStream blueprintToParse)
throws Exception
blueprintToParse - InputStream containing blueprint xml data. The caller is responsible
for closing the stream afterwards.
Exception
ParsedServiceElements parseAllServiceElements(InputStream blueprintToParse)
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||