Class UpilEdmxDataServiceElementParserImpl
- java.lang.Object
-
- de.hybris.platform.upilintegrationservices.odata.feed.edmx.provider.UpilEdmxDataServiceElementParserImpl
-
- All Implemented Interfaces:
UpilEdmxDataServiceElementParser
public class UpilEdmxDataServiceElementParserImpl extends java.lang.Object implements UpilEdmxDataServiceElementParser
Default implementation of theUpilEdmxDataServiceElementParser.- Since:
- 1911
-
-
Constructor Summary
Constructors Constructor Description UpilEdmxDataServiceElementParserImpl()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<javax.xml.stream.events.Attribute>getAttributes()static java.lang.StringgetDataServiceVersion()static java.lang.StringgetMaxDataServiceVersion()java.lang.StringgetMaxVersion()javax.xml.namespace.QNamegetqName()java.util.List<UpilEdmxSchemaElementParserImpl>getSchemas()To get edmx schema element having entity typesjava.lang.StringgetVersion()voidparse(javax.xml.stream.events.StartElement startElement, javax.xml.stream.XMLEventReader xmlEventReader)To parse edmx DataService element
-
-
-
Method Detail
-
parse
public void parse(javax.xml.stream.events.StartElement startElement, javax.xml.stream.XMLEventReader xmlEventReader) throws javax.xml.stream.XMLStreamExceptionDescription copied from interface:UpilEdmxDataServiceElementParserTo parse edmx DataService element- Specified by:
parsein interfaceUpilEdmxDataServiceElementParser- Parameters:
startElement- DataService start elementxmlEventReader- The XMLEventReader- Throws:
javax.xml.stream.XMLStreamException- Throws XMLStreamException
-
getMaxVersion
public java.lang.String getMaxVersion()
-
getVersion
public java.lang.String getVersion()
-
getSchemas
public java.util.List<UpilEdmxSchemaElementParserImpl> getSchemas()
Description copied from interface:UpilEdmxDataServiceElementParserTo get edmx schema element having entity types- Specified by:
getSchemasin interfaceUpilEdmxDataServiceElementParser- Returns:
- List of EdmxSchemaImpl
-
getDataServiceVersion
public static java.lang.String getDataServiceVersion()
-
getMaxDataServiceVersion
public static java.lang.String getMaxDataServiceVersion()
-
getqName
public javax.xml.namespace.QName getqName()
-
getAttributes
public java.util.List<javax.xml.stream.events.Attribute> getAttributes()
-
-