Openwings API Documentation (v1.1)

Package net.openwings.policy

This package contains the Openwings Policy Services API.

See:
          Description

Interface Summary
Policy This interface provides the basis for defining policies in Openwings.
PolicyGenerator This interface describes a utility that can be used to generate policies.
PolicyLoader This interface describes a utility that instantiates Policy objects and loads their saved state.
 

Class Summary
PolicyLoaderFactory This class provides a way to obtain an implementation of PolicyLoader.
 

Exception Summary
PolicyException This class defines an exception specific to policies.
 

Package net.openwings.policy Description

This package contains the Openwings Policy Services API. These interfaces are described in the Openwings Policy Services Specification, located at http://www.openwings.org/download/specs/Openwings_Policy_Services.pdf.


Openwings API Documentation (v1.1)