org.kuali.student.security.cxf.interceptors
Class IntercpetorContainer

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,List<Interceptor>>
          extended by org.kuali.student.security.cxf.interceptors.IntercpetorContainer
All Implemented Interfaces:
Serializable, Cloneable, Map<String,List<Interceptor>>

public class IntercpetorContainer
extends HashMap<String,List<Interceptor>>

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
IntercpetorContainer()
           
 
Method Summary
 List<Interceptor> getInInterceptors()
           
 List<Interceptor> getOutInterceptors()
           
 void setInInterceptors(List<Interceptor> inInterceptors)
           
 void setOutInterceptors(List<Interceptor> outInterceptors)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

IntercpetorContainer

public IntercpetorContainer()
Method Detail

getInInterceptors

public List<Interceptor> getInInterceptors()

setInInterceptors

public void setInInterceptors(List<Interceptor> inInterceptors)

getOutInterceptors

public List<Interceptor> getOutInterceptors()

setOutInterceptors

public void setOutInterceptors(List<Interceptor> outInterceptors)


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.