Class Summary |
AbstractMessageHandler |
AbstractMessageHandler is a convenience class that implements all of the
accessor methods of MessageHandler, leaving
only the serialization methods (fromXML(Element) and toXML(Object)). |
CounterResourceIdFactory |
This ResourceIdFactory creates IDs of the form "MuseResource-N",
where N is a monotonically increasing integer greater than zero. |
RandomResourceIdFactory |
This ResourceIdFactory creates IDs that are random UUIDs, as generated
by Muse's RandomUuidFactory. |
ReflectionMessageHandler |
ReflectionMessageHandler is a generic implementation of
MessageHandler
that can be applied to any Java method. |
RouterFilePersistence |
RouterFilePersistence is a component that saves router entries (EPRs and
their resource types) to XML files on disk. |
SimpleResourceRouter |
SimpleResourceRouter is Muse's default implementation of a router that uses
the implied resource pattern to delegate requests to resources. |