public class XSDParserFactory
extends java.lang.Object
com.softwareag.eda.store.api.parser.XSDParser
OSGi service is recommended to be used.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EDA_XSD_PARSER_CLASSNAME
Defines a non-default XSD parser to be used.
|
Constructor and Description |
---|
XSDParserFactory() |
Modifier and Type | Method and Description |
---|---|
static XSDParser |
createParser(EDAEventTypeStore eventTypeStore)
Returns an XSDParser instance.
|
static XSDParser |
createParser(java.lang.String location)
Returns an XSDParser instance.
|
public static final java.lang.String EDA_XSD_PARSER_CLASSNAME
com.softwareag.eda.store.api.parser.XSDParser
.public static final XSDParser createParser(EDAEventTypeStore eventTypeStore) throws EDAEventTypeStoreException
com.softwareag.eda.xsd.parser
system property. If this property is not specified, the default EDA
implementation com.softwareag.eda.store.impl.parser.XSDParserImpl
will be used.eventTypeStore
- denotes the Event Type Store instance that will be used during schema parsingEDAEventTypeStoreException
public static final XSDParser createParser(java.lang.String location) throws EDAEventTypeStoreException
com.softwareag.eda.xsd.parser
system property. If this property is not specified, the default EDA
implementation com.softwareag.eda.store.impl.parser.XSDParserImpl
will be used.location
- denotes the location of a file based Event Type Store that will be used during schema parsingEDAEventTypeStoreException