|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ode.bpel.intercept.InterceptorInvoker
public abstract class InterceptorInvoker
Helper for invoking the appropriate MessageExchangeInterceptor
method -- basically a work-around for lack of closures.
Field Summary | |
---|---|
static InterceptorInvoker |
__onNewInstanceInvoked
Invoke MessageExchangeInterceptor#onPartnerInvoked(PartnerRoleMessageExchange, InterceptorEvent) |
static InterceptorInvoker |
__onPartnerInvoked
Invoke MessageExchangeInterceptor#onPartnerInvoked(PartnerRoleMessageExchange, InterceptorEvent) |
static InterceptorInvoker |
__onProcessInvoked
Invoke MessageExchangeInterceptor#onProcessInvoked(MyRoleMessageExchange, InterceptorEvent) |
Method Summary | |
---|---|
abstract void |
invoke(MessageExchangeInterceptor i,
MessageExchangeInterceptor.InterceptorEvent ictx)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final InterceptorInvoker __onProcessInvoked
MessageExchangeInterceptor#onProcessInvoked(MyRoleMessageExchange, InterceptorEvent)
public static final InterceptorInvoker __onPartnerInvoked
MessageExchangeInterceptor#onPartnerInvoked(PartnerRoleMessageExchange, InterceptorEvent)
public static final InterceptorInvoker __onNewInstanceInvoked
MessageExchangeInterceptor#onPartnerInvoked(PartnerRoleMessageExchange, InterceptorEvent)
Method Detail |
---|
public abstract void invoke(MessageExchangeInterceptor i, MessageExchangeInterceptor.InterceptorEvent ictx) throws FailMessageExchangeException, FaultMessageExchangeException
FailMessageExchangeException
FaultMessageExchangeException
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |