Classes

Base Service class
Default transformer, used when no transformer is defined for a pipeline. Simply returns what is passed.
Connector service Handles incoming data from CEO, parses and runs pipeline.
The Interceptor Service allows you to extend and add interceptors at runtime, when normally they wouldn't be able to be modified.
Store and retrieve arbitrary data. With the registry service you don't need to encode/decode your data. It's smart enough to know what you've provided and handle it appropriately.
The StaticViewService is responsible for managing the storage and invalidation of static views. It is the core of CEO's dynamically-static (statically-dynamic?) caching system.
Transform pipeline master service.