net.esper.view
Interface ViewResolutionService

All Known Implementing Classes:
ViewResolutionServiceImpl

public interface ViewResolutionService

Factory service for resolving view names and for creating view instances based on a view specification including view name and namespace.


Method Summary
 ViewFactory create(String namespace, String name)
          Instantiates a ViewFactory based on the view namespace and name stored in the view spec.
 

Method Detail

create

ViewFactory create(String namespace,
                   String name)
                   throws ViewProcessingException
Instantiates a ViewFactory based on the view namespace and name stored in the view spec.

Does not actually use the view factory object created.

Parameters:
namespace - is the view namespace
name - is the view name
Returns:
ViewFactory instance
Throws:
ViewProcessingException - if the view namespace or name cannot resolve