public abstract class InterceptorInvoker
extends java.lang.Object
MessageExchangeInterceptor
method -- basically a work-around for lack of closures.Modifier and Type | Field and Description |
---|---|
static InterceptorInvoker |
__onBpelServerInvoked
|
static InterceptorInvoker |
__onJobScheduled
|
static InterceptorInvoker |
__onNewInstanceInvoked
|
static InterceptorInvoker |
__onPartnerInvoked
|
static InterceptorInvoker |
__onProcessInvoked
|
Modifier and Type | Method and Description |
---|---|
abstract void |
invoke(MessageExchangeInterceptor i,
MessageExchange mex,
MessageExchangeInterceptor.InterceptorContext ictx) |
java.lang.String |
toString() |
public static final InterceptorInvoker __onProcessInvoked
public static final InterceptorInvoker __onBpelServerInvoked
public static final InterceptorInvoker __onJobScheduled
public static final InterceptorInvoker __onPartnerInvoked
public static final InterceptorInvoker __onNewInstanceInvoked
public abstract void invoke(MessageExchangeInterceptor i, MessageExchange mex, MessageExchangeInterceptor.InterceptorContext ictx) throws FailMessageExchangeException, FaultMessageExchangeException
public java.lang.String toString()
toString
in class java.lang.Object