org.eclipse.swordfish.internal.core.exception
Class InterceptorExceptionEvent
java.lang.Object
org.eclipse.swordfish.internal.core.event.EventImpl
org.eclipse.swordfish.internal.core.exception.InterceptorExceptionEvent
- All Implemented Interfaces:
- Event
public class InterceptorExceptionEvent
- extends EventImpl
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TOPIC_INTECEPTOR_EXCEPTOIN_EVENT
public static final java.lang.String TOPIC_INTECEPTOR_EXCEPTOIN_EVENT
InterceptorExceptionEvent
public InterceptorExceptionEvent(java.lang.Exception exception,
javax.jbi.messaging.MessageExchange exchange,
Interceptor interceptor)
getException
public java.lang.Exception getException()
setException
public void setException(java.lang.Exception exception)
getExchange
public javax.jbi.messaging.MessageExchange getExchange()
setExchange
public void setExchange(javax.jbi.messaging.MessageExchange exchange)
getInterceptor
public Interceptor getInterceptor()
setInterceptor
public void setInterceptor(Interceptor interceptor)
getTopic
public java.lang.String getTopic()
- Description copied from interface:
Event
- Topic identifier.
- Specified by:
getTopic in interface Event- Overrides:
getTopic in class EventImpl
- Returns:
- topic String, never
null or empty String.