org.springframework.jee.validation.rules
Class InterceptionRules

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

public class InterceptionRules
extends java.lang.Object

Rules for interception.

Author:
Rod Johnson

Field Summary
static java.lang.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 java.lang.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 Interface21. All Rights Reserved.