Uses of Interface
org.codehaus.wadi.group.EnvelopeInterceptor

Packages that use EnvelopeInterceptor
org.codehaus.wadi.group   
org.codehaus.wadi.group.impl   
 

Uses of EnvelopeInterceptor in org.codehaus.wadi.group
 

Classes in org.codehaus.wadi.group that implement EnvelopeInterceptor
 class NoOpEnvelopeInterceptor
           
 

Methods in org.codehaus.wadi.group that return types with arguments of type EnvelopeInterceptor
 java.util.List<EnvelopeInterceptor> Dispatcher.getInterceptors()
           
 

Methods in org.codehaus.wadi.group with parameters of type EnvelopeInterceptor
 void Dispatcher.addInterceptor(EnvelopeInterceptor interceptor)
           
 void Dispatcher.removeInterceptor(EnvelopeInterceptor interceptor)
           
 

Uses of EnvelopeInterceptor in org.codehaus.wadi.group.impl
 

Classes in org.codehaus.wadi.group.impl that implement EnvelopeInterceptor
 class EnvelopeLogger
           
 

Fields in org.codehaus.wadi.group.impl with type parameters of type EnvelopeInterceptor
protected  java.util.List<EnvelopeInterceptor> AbstractDispatcher.interceptors
           
 

Methods in org.codehaus.wadi.group.impl that return types with arguments of type EnvelopeInterceptor
 java.util.List<EnvelopeInterceptor> AbstractDispatcher.getInterceptors()
           
 

Methods in org.codehaus.wadi.group.impl with parameters of type EnvelopeInterceptor
 void AbstractDispatcher.addInterceptor(EnvelopeInterceptor interceptor)
           
 void AbstractDispatcher.removeInterceptor(EnvelopeInterceptor interceptor)
           
 



Copyright © 2010. All Rights Reserved.