de.nava.informa.core

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » RSS RDF » informa » de.nava.informa.core 
de.nava.informa.core

This package contains interfaces for the news channel objects, it builds the core API for all news channel storage implementation. This separation enables applications to be written without any dependencies on storage-specific backends.

To make it clear again, this package contains no implementations of the declared interfaces. All implementations can be found in separate packages with the de.nava.informa.impl prefix. In addition to interfaces there are also exceptions defined by this package that are raised when violations of the news channel model occur.

Java Source File NameTypeComment
CategoryIF.javaInterface
ChannelBuilderException.javaClass Indicates that a channel builder encountered an unexpected condition.
ChannelBuilderIF.javaInterface This interface allows the channel generators (like a parser) to create the channel object model independent from which implementation is used (in-memory or persistent store).
ChannelExporterIF.javaInterface
ChannelFormat.javaenum
ChannelGroupIF.javaInterface Interface to allow to implement a container of channels that may be used by a channel registry (through a front-end) or as the entry point for an application using this library.
ChannelIF.javaInterface
ChannelObservableIF.javaInterface
ChannelObserverIF.javaInterface A class implementing this interface most likely wants to react on the observed event.
ChannelParserIF.javaInterface Interface for a parser which reads in document instances according to some specific channel format specification and generates a news channel object.
ChannelSubscriptionIF.javaInterface Implementing classes hold information about wether a channel should be updated or not, when the channel was last time updated (retrieved) and in which interval subsequent updated should be executed.
ChannelUpdatePeriod.javaenum
CloudIF.javaInterface
FeedIF.javaInterface

This interface is implemented by objects representing feeds (containing metadata about channels, like for example OCS and OPML) in the news channel object model.

WithLocationMIF.getLocation returns the destination of the feed (most likely the XML source).

IdGeneratorIF.javaInterface Interface that allows to implement different identifier generation strategies.
ImageIF.javaInterface
ItemEnclosureIF.javaInterface
ItemGuidIF.javaInterface This interface is implemented by objects representing the GUID of a news item.
ItemIF.javaInterface
ItemMetadataIF.javaInterface Implementing class holds information about the belonging news item.
ItemSourceIF.javaInterface This interface is implemented by objects representing the source of a news item.
ParseException.javaClass Exception which is thrown if a syntax problem is encountered while a document instance (like a channel description) is read in.
TextInputIF.javaInterface This interface is implemented by objects representing an text input field assigned to a channel in the news channel object model.
UnsupportedFormatException.javaClass An exception thrown when no appropiate parser is available for a specific document instance.
UserIF.javaInterface This interface is implemented by objects storing user specific information.
WithCategoriesMIF.javaInterface Meta-, or markerinterface, specifying objects, having categories collection behind.
WithChannelMIF.javaInterface Meta-, or markerinterface, specifying objects, having channel.
WithChildrenMIF.javaInterface Meta-, or markerinterface, specifying objects, having children.
WithCreatorMIF.javaInterface Meta-, or markerinterface, specifying objects, having creator.
WithDescriptionMIF.javaInterface Meta-, or markerinterface, specifying objects, having description.
WithElementsAndAttributesMIF.javaInterface Meta-, or markerinterface, specifying objects, having nested elements & attributes.
WithIdMIF.javaInterface Meta-, or markerinterface, specifying objects, having id.
WithLinkMIF.javaInterface Meta-, or markerinterface, specifying objects, having link.
WithLocationMIF.javaInterface Meta-, or markerinterface, specifying objects, having location.
WithNameMIF.javaInterface Meta-, or markerinterface, specifying objects, having name.
WithSiteMIF.javaInterface Meta-, or markerinterface, specifying objects, having site url, description text and copyright information.
WithTitleMIF.javaInterface Meta-, or markerinterface, specifying objects, having title.
WithUnreadMIF.javaInterface Meta-, or markerinterface, specifying objects, having Unread.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.