org.apache.servicemix.soap.core
Class AbstractInterceptor
java.lang.Object
org.apache.servicemix.soap.core.AbstractInterceptor
- All Implemented Interfaces:
- Interceptor
- Direct Known Subclasses:
- AttachmentsInInterceptor, AttachmentsOutInterceptor, BodyOutInterceptor, DomInInterceptor, HttpDecoderInterceptor, HttpInOperationInterceptor, JbiFaultOutInterceptor, JbiInInterceptor, JbiInWsdl1Interceptor, JbiInWsdl2Interceptor, JbiOutInterceptor, JbiOutWsdl1Interceptor, MustUnderstandInterceptor, SoapActionInOperationInterceptor, SoapActionOutOperationInterceptor, SoapFaultInInterceptor, SoapFaultOutInterceptor, SoapInInterceptor, SoapOutInterceptor, StaxInInterceptor, StaxOutInterceptor, WsAddressingInInterceptor, WsAddressingOutInterceptor, WsdlOperationInInterceptor, WsSecurityInInterceptor, WsSecurityOutInterceptor
public abstract class AbstractInterceptor
- extends Object
- implements Interceptor
- Author:
- Guillaume Nodet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractInterceptor
public AbstractInterceptor()
addBefore
public void addBefore(String i)
addAfter
public void addAfter(String i)
getAfter
public Set<String> getAfter()
- Description copied from interface:
Interceptor
- A Set of IDs that this interceptor needs to run after.
- Specified by:
getAfter in interface Interceptor
- Returns:
setAfter
public void setAfter(Set<String> a)
getBefore
public Set<String> getBefore()
- Description copied from interface:
Interceptor
- A Set of IDs that this interceptor needs to run before.
- Specified by:
getBefore in interface Interceptor
- Returns:
setBefore
public void setBefore(Set<String> b)
getId
public String getId()
- Description copied from interface:
Interceptor
- The ID of the interceptor.
- Specified by:
getId in interface Interceptor
- Returns:
setId
public void setId(String i)
handleFault
public void handleFault(Message message)
- Description copied from interface:
Interceptor
- Called for all interceptors (in reverse order) on which handleMessage
had been successfully invoked, when normal execution of the chain was
aborted for some reason.
- Specified by:
handleFault in interface Interceptor
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.