|
|||||||||
| 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.
| Method Summary | |
|---|---|
abstract void |
invoke(MessageExchangeInterceptor i,
org.apache.ode.bpel.iapi.MessageExchange mex,
MessageExchangeInterceptor.InterceptorContext 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, InterceptorContext)
public static final InterceptorInvoker __onBpelServerInvoked
MessageExchangeInterceptor.onBpelServerInvoked(MyRoleMessageExchange, InterceptorContext)
public static final InterceptorInvoker __onJobScheduled
MessageExchangeInterceptor.onBpelServerInvoked(MyRoleMessageExchange, InterceptorContext)
public static final InterceptorInvoker __onPartnerInvoked
MessageExchangeInterceptor.onPartnerInvoked(PartnerRoleMessageExchange, InterceptorContext)
public static final InterceptorInvoker __onNewInstanceInvoked
MessageExchangeInterceptor.onPartnerInvoked(PartnerRoleMessageExchange, InterceptorContext)
| Method Detail |
|---|
public abstract void invoke(MessageExchangeInterceptor i,
org.apache.ode.bpel.iapi.MessageExchange mex,
MessageExchangeInterceptor.InterceptorContext ictx)
throws FailMessageExchangeException,
FaultMessageExchangeException
FailMessageExchangeException
FaultMessageExchangeExceptionpublic 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 | ||||||||