Interface ServiceDocument
- All Known Implementing Classes:
ServiceDocumentImpl
public interface ServiceDocument
A Service document
Service document lists all EntitySets
-
Method Summary
Modifier and TypeMethodDescriptionGet additional information if the service document is in atom formatGet the list of the EntitySets
-
Method Details
-
getEntitySetsInfo
Get the list of the EntitySets- Returns:
- a list of
EdmEntitySetInfo - Throws:
EntityProviderException
-
getAtomInfo
AtomInfo getAtomInfo()Get additional information if the service document is in atom format- Returns:
AtomInfoor null
-