org.apache.servicemix.soap.core
Class AbstractInterceptorProvider

java.lang.Object
  extended by org.apache.servicemix.soap.core.AbstractInterceptorProvider
All Implemented Interfaces:
InterceptorProvider
Direct Known Subclasses:
AbstractBinding, AbstractPolicy

public abstract class AbstractInterceptorProvider
extends java.lang.Object
implements InterceptorProvider

Author:
Guillaume Nodet

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.servicemix.soap.api.InterceptorProvider
InterceptorProvider.Phase
 
Constructor Summary
AbstractInterceptorProvider()
           
 
Method Summary
 java.util.List<Interceptor> getInterceptors(InterceptorProvider.Phase phase)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractInterceptorProvider

public AbstractInterceptorProvider()
Method Detail

getInterceptors

public java.util.List<Interceptor> getInterceptors(InterceptorProvider.Phase phase)
Specified by:
getInterceptors in interface InterceptorProvider


Copyright © 2005-2012 FuseSource. All Rights Reserved.