Uses of Class
org.apache.servicemix.soap.api.InterceptorProvider.Phase

Packages that use InterceptorProvider.Phase
org.apache.servicemix.soap.api   
org.apache.servicemix.soap.api.model   
org.apache.servicemix.soap.core   
org.apache.servicemix.soap.core.model   
 

Uses of InterceptorProvider.Phase in org.apache.servicemix.soap.api
 

Methods in org.apache.servicemix.soap.api that return InterceptorProvider.Phase
static InterceptorProvider.Phase InterceptorProvider.Phase.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static InterceptorProvider.Phase[] InterceptorProvider.Phase.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.servicemix.soap.api with parameters of type InterceptorProvider.Phase
 java.util.List<Interceptor> InterceptorProvider.getInterceptors(InterceptorProvider.Phase phase)
           
 

Uses of InterceptorProvider.Phase in org.apache.servicemix.soap.api.model
 

Methods in org.apache.servicemix.soap.api.model with parameters of type InterceptorProvider.Phase
 InterceptorChain Binding.getInterceptorChain(InterceptorProvider.Phase phase)
           
 

Uses of InterceptorProvider.Phase in org.apache.servicemix.soap.core
 

Methods in org.apache.servicemix.soap.core with parameters of type InterceptorProvider.Phase
 java.util.List<Interceptor> AbstractInterceptorProvider.getInterceptors(InterceptorProvider.Phase phase)
           
 

Uses of InterceptorProvider.Phase in org.apache.servicemix.soap.core.model
 

Methods in org.apache.servicemix.soap.core.model with parameters of type InterceptorProvider.Phase
 InterceptorChain AbstractBinding.getInterceptorChain(InterceptorProvider.Phase phase)
           
 



Copyright © 2005-2012 FuseSource. All Rights Reserved.