|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Parser
Field Summary | |
---|---|
static java.lang.String |
PARSER_DATA_FACTORY
|
static java.lang.String |
PARSER_LE_FACTORY
|
static java.lang.String |
PARSER_WSMO_FACTORY
|
Method Summary | |
---|---|
TopEntity[] |
parse(java.io.Reader src)
Parses the input data consisted of Ontology, Goal, Mediator or WebServices definitions. |
TopEntity[] |
parse(java.io.Reader src,
java.util.Map options)
Parses the input data consisted of Ontology, Goal, Mediator or WebServices definitions. |
TopEntity[] |
parse(java.lang.StringBuffer src)
Parses the input data consisted of Ontology, Goal, Mediator or WebServices definitions. |
TopEntity[] |
parse(java.lang.StringBuffer src,
java.util.Map options)
Parses the input data consisted of Ontology, Goal, Mediator or WebServices definitions. |
Field Detail |
---|
static final java.lang.String PARSER_WSMO_FACTORY
static final java.lang.String PARSER_LE_FACTORY
static final java.lang.String PARSER_DATA_FACTORY
Method Detail |
---|
TopEntity[] parse(java.io.Reader src) throws java.io.IOException, ParserException, InvalidModelException
src
- The reader to read from
java.io.IOException
ParserException
InvalidModelException
TopEntity[] parse(java.io.Reader src, java.util.Map options) throws java.io.IOException, ParserException, InvalidModelException
src
- The reader to read fromoptions
- an optional Map with user supplied options specific to this parse operation
java.io.IOException
ParserException
InvalidModelException
TopEntity[] parse(java.lang.StringBuffer src) throws ParserException, InvalidModelException
src
- The string buffer to read from
ParserException
InvalidModelException
TopEntity[] parse(java.lang.StringBuffer src, java.util.Map options) throws ParserException, InvalidModelException
src
- The string buffer to read fromoptions
- an optional Map with user supplied options specific to this parse operation
ParserException
InvalidModelException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |