Interface LocalDispatcher

All Known Implementing Classes:
GenericAbstractDispatcher

public interface LocalDispatcher
A local service dispatcher. This is the main API for the service engine.

Instances of LocalDispatcher are based on a Delegator instance and an entity model reader name. You can get a LocalDispatcher instance by calling the ServiceDispatcher.getLocalDispatcher(String, Delegator) factory method.