Interface AtomInfo
- All Known Implementing Classes:
AtomInfoImpl
public interface AtomInfo
A AtomInfo
AtomInfo represents the structure of Service Document according RFC 5023 (for ATOM format)
-
Method Summary
Modifier and TypeMethodDescriptionGet common attributesGet the list of extension elementsGet the list of workspaces
-
Method Details
-
getWorkspaces
Get the list of workspaces- Returns:
- a list of
Workspace
-
getCommonAttributes
CommonAttributes getCommonAttributes()Get common attributes- Returns:
CommonAttributes
-
getExtesionElements
List<ExtensionElement> getExtesionElements()Get the list of extension elements- Returns:
- a list of
ExtensionElement
-