|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.soa.esb.listeners.config.model.ModelParser
public class ModelParser
Handle parsing of different schemas into model adapter. Kevin Conner
Constructor Summary | |
---|---|
ModelParser()
|
Method Summary | |
---|---|
static ModelParser |
getParser()
Get the model parser singleton. |
ModelAdapter |
parse(java.io.Reader config)
Get a model adapter from the input. |
boolean |
validate(java.io.Reader config)
Validate a model from the input. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModelParser()
Method Detail |
---|
public static ModelParser getParser()
public ModelAdapter parse(java.io.Reader config) throws ModelException
config
- The configuration input.
ModelException
public boolean validate(java.io.Reader config)
config
- The configuration input.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |