Uses of Interface
org.apache.servicemix.soap.api.Interceptor

Packages that use Interceptor
org.apache.servicemix.soap.api   
org.apache.servicemix.soap.bindings.http.interceptors   
org.apache.servicemix.soap.bindings.soap   
org.apache.servicemix.soap.bindings.soap.interceptors   
org.apache.servicemix.soap.core   
org.apache.servicemix.soap.interceptors.jbi   
org.apache.servicemix.soap.interceptors.mime   
org.apache.servicemix.soap.interceptors.wsdl   
org.apache.servicemix.soap.interceptors.xml   
org.apache.servicemix.soap.ws.addressing   
org.apache.servicemix.soap.ws.security   
 

Uses of Interceptor in org.apache.servicemix.soap.api
 

Methods in org.apache.servicemix.soap.api that return types with arguments of type Interceptor
 java.lang.Iterable<Interceptor> InterceptorChain.getInterceptors()
           
 java.util.List<Interceptor> InterceptorProvider.getInterceptors(InterceptorProvider.Phase phase)
           
 

Method parameters in org.apache.servicemix.soap.api with type arguments of type Interceptor
 void InterceptorChain.add(java.lang.Iterable<? extends Interceptor> i)
           
 

Uses of Interceptor in org.apache.servicemix.soap.bindings.http.interceptors
 

Classes in org.apache.servicemix.soap.bindings.http.interceptors that implement Interceptor
 class HttpDecoderInterceptor
           
 class HttpInOperationInterceptor
           
 

Uses of Interceptor in org.apache.servicemix.soap.bindings.soap
 

Subinterfaces of Interceptor in org.apache.servicemix.soap.bindings.soap
 interface SoapInterceptor
           
 

Uses of Interceptor in org.apache.servicemix.soap.bindings.soap.interceptors
 

Classes in org.apache.servicemix.soap.bindings.soap.interceptors that implement Interceptor
 class MustUnderstandInterceptor
           
 class SoapActionInOperationInterceptor
           
 class SoapActionOutOperationInterceptor
           
 class SoapFaultInInterceptor
           
 class SoapFaultOutInterceptor
           
 class SoapInInterceptor
           
 class SoapOutInterceptor
           
 

Uses of Interceptor in org.apache.servicemix.soap.core
 

Classes in org.apache.servicemix.soap.core that implement Interceptor
 class AbstractInterceptor
           
 

Methods in org.apache.servicemix.soap.core that return types with arguments of type Interceptor
 java.lang.Iterable<Interceptor> PhaseInterceptorChain.getInterceptors()
           
 java.util.List<Interceptor> AbstractInterceptorProvider.getInterceptors(InterceptorProvider.Phase phase)
           
protected  java.util.ListIterator<Interceptor> PhaseInterceptorChain.getState(Message message)
           
 

Methods in org.apache.servicemix.soap.core with parameters of type Interceptor
 void PhaseInterceptorChain.add(Interceptor i)
           
protected  void PhaseInterceptorChain.insertInterceptor(Interceptor interc)
           
 

Method parameters in org.apache.servicemix.soap.core with type arguments of type Interceptor
 void PhaseInterceptorChain.add(java.lang.Iterable<? extends Interceptor> newhandlers)
           
protected  void PhaseInterceptorChain.setState(Message message, java.util.ListIterator<Interceptor> state)
           
 

Uses of Interceptor in org.apache.servicemix.soap.interceptors.jbi
 

Classes in org.apache.servicemix.soap.interceptors.jbi that implement Interceptor
 class JbiFaultOutInterceptor
           
 class JbiInInterceptor
           
 class JbiInWsdl1Interceptor
           
 class JbiInWsdl2Interceptor
           
 class JbiOutInterceptor
           
 class JbiOutWsdl1Interceptor
           
 

Uses of Interceptor in org.apache.servicemix.soap.interceptors.mime
 

Classes in org.apache.servicemix.soap.interceptors.mime that implement Interceptor
 class AttachmentsInInterceptor
           
 class AttachmentsOutInterceptor
           
 

Uses of Interceptor in org.apache.servicemix.soap.interceptors.wsdl
 

Classes in org.apache.servicemix.soap.interceptors.wsdl that implement Interceptor
 class WsdlOperationInInterceptor
           
 

Uses of Interceptor in org.apache.servicemix.soap.interceptors.xml
 

Classes in org.apache.servicemix.soap.interceptors.xml that implement Interceptor
 class BodyOutInterceptor
           
 class DomInInterceptor
           
 class StaxInInterceptor
          Creates an XMLStreamReader from the InputStream on the Message.
 class StaxOutInterceptor
          Creates an XMLStreamReader from the InputStream on the Message.
 

Uses of Interceptor in org.apache.servicemix.soap.ws.addressing
 

Classes in org.apache.servicemix.soap.ws.addressing that implement Interceptor
 class AbstractWsAddressingInterceptor
           
 class WsAddressingInDestinationInterceptor
           
 class WsAddressingInOperationInterceptor
           
 class WsAddressingOutInterceptor
           
 

Uses of Interceptor in org.apache.servicemix.soap.ws.security
 

Classes in org.apache.servicemix.soap.ws.security that implement Interceptor
 class WsSecurityInInterceptor
           
 class WsSecurityOutInterceptor
           
 



Copyright © 2005-2015 FuseSource. All Rights Reserved.