Uses of Class
org.apache.muse.ws.resource.properties.listeners.AbstractChangeApprover

Packages that use AbstractChangeApprover
org.apache.muse.ws.resource.metadata.impl   
 

Uses of AbstractChangeApprover in org.apache.muse.ws.resource.metadata.impl
 

Subclasses of AbstractChangeApprover in org.apache.muse.ws.resource.metadata.impl
 class ExternalChangeApprover
          ExternalChangeApprover is a PropertyChangeApprover that throws an exception if an external client tries to change a read-only property.
 class InsertOnlyApprover
          InsertOnlyApprover is a PropertyChangeApprover that throws an exception if a request tries to perform a WS-RP Delete or Update on a property.
 class ReadOnlyApprover
          ReadOnlyApprover is a PropertyChangeApprover that prevents modifications to read-only properties.
 class StaticValuesApprover
          StaticValuesApprover is a PropertyChangeApprover that throws an exception if a caller tries to delete a property instance whose value is defined in the WS-RMD document's StaticValues section.
 class ValidValuesApprover
          ValidValuesApprover is a PropertyChangeApprover that throws an exception if a caller tries to insert or update a property instance with a value that is not defined in the WS-RMD document's ValidValues section.
 



Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.