org.springframework.jee.validation.rules
Class InterceptionRules

java.lang.Object
  extended by org.springframework.jee.validation.rules.InterceptionRules

public class InterceptionRules
extends Object

Rules for interception.

Author:
Rod Johnson

Field Summary
static String NO_BUSINESS_INTERFACES
           
 
Constructor Summary
InterceptionRules()
           
 
Method Summary
 void checkHasBusinessInterfaces(InterceptionMetadata im)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_BUSINESS_INTERFACES

public static final String NO_BUSINESS_INTERFACES
See Also:
Constant Field Values
Constructor Detail

InterceptionRules

public InterceptionRules()
Method Detail

checkHasBusinessInterfaces

public void checkHasBusinessInterfaces(InterceptionMetadata im)
                                throws SpecificationViolation
Throws:
SpecificationViolation


Copyright © 2006-2008 SpringSource (formerly Interface21). All Rights Reserved.