org.eclipse.swordfish.internal.core.exception
Class InterceptorExceptionEvent

java.lang.Object
  extended by org.eclipse.swordfish.internal.core.event.EventImpl
      extended by org.eclipse.swordfish.internal.core.exception.InterceptorExceptionEvent
All Implemented Interfaces:
Event

public class InterceptorExceptionEvent
extends EventImpl


Field Summary
static java.lang.String TOPIC_INTECEPTOR_EXCEPTOIN_EVENT
           
 
Constructor Summary
InterceptorExceptionEvent(java.lang.Exception exception, javax.jbi.messaging.MessageExchange exchange, Interceptor interceptor)
           
 
Method Summary
 java.lang.Exception getException()
           
 javax.jbi.messaging.MessageExchange getExchange()
           
 Interceptor getInterceptor()
           
 java.lang.String getTopic()
          Topic identifier.
 void setException(java.lang.Exception exception)
           
 void setExchange(javax.jbi.messaging.MessageExchange exchange)
           
 void setInterceptor(Interceptor interceptor)
           
 
Methods inherited from class org.eclipse.swordfish.internal.core.event.EventImpl
getProperties, getProperty, setProperties, setProperty, setTopic
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TOPIC_INTECEPTOR_EXCEPTOIN_EVENT

public static final java.lang.String TOPIC_INTECEPTOR_EXCEPTOIN_EVENT
Constructor Detail

InterceptorExceptionEvent

public InterceptorExceptionEvent(java.lang.Exception exception,
                                 javax.jbi.messaging.MessageExchange exchange,
                                 Interceptor interceptor)
Method Detail

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.