abstract void |
InterceptorInvoker.invoke(MessageExchangeInterceptor i,
MessageExchange mex,
MessageExchangeInterceptor.InterceptorContext ictx) |
void |
NoOpInterceptor.onBpelServerInvoked(MyRoleMessageExchange mex,
MessageExchangeInterceptor.InterceptorContext ic) |
void |
MessageExchangeInterceptor.onBpelServerInvoked(MyRoleMessageExchange mex,
MessageExchangeInterceptor.InterceptorContext ic)
Called when the BPEL server is invoked, before any attempt to route the
message exchange to a process.
|
void |
NoOpInterceptor.onJobScheduled(MyRoleMessageExchange mex,
MessageExchangeInterceptor.InterceptorContext ic) |
void |
MessageExchangeInterceptor.onJobScheduled(MyRoleMessageExchange mex,
MessageExchangeInterceptor.InterceptorContext ic)
Called when the message is scheduled, before any attempt to
invoke the BPEL server is made.
|
void |
ProcessCountThrottler.onJobScheduled(MyRoleMessageExchange mex,
MessageExchangeInterceptor.InterceptorContext ic) |
void |
ProcessSizeThrottler.onJobScheduled(MyRoleMessageExchange mex,
MessageExchangeInterceptor.InterceptorContext ic) |
void |
InstanceCountThrottler.onNewInstanceInvoked(MyRoleMessageExchange mex,
MessageExchangeInterceptor.InterceptorContext ic) |
void |
NoOpInterceptor.onNewInstanceInvoked(MyRoleMessageExchange mex,
MessageExchangeInterceptor.InterceptorContext ic) |
void |
MessageExchangeInterceptor.onNewInstanceInvoked(MyRoleMessageExchange mex,
MessageExchangeInterceptor.InterceptorContext ic)
Called when the BPEL server is invoked, after the message exchange has
been routed to the process and it has been determined that a new instance
needs to be created.
|
void |
NoOpInterceptor.onPartnerInvoked(PartnerRoleMessageExchange mex,
MessageExchangeInterceptor.InterceptorContext ic) |
void |
MessageExchangeInterceptor.onPartnerInvoked(PartnerRoleMessageExchange mex,
MessageExchangeInterceptor.InterceptorContext ic)
Called when the BPEL server is invoked, before any attempt to route the
message exchange to a process.
|
void |
NoOpInterceptor.onProcessInvoked(MyRoleMessageExchange mex,
MessageExchangeInterceptor.InterceptorContext ic) |
void |
MessageExchangeInterceptor.onProcessInvoked(MyRoleMessageExchange mex,
MessageExchangeInterceptor.InterceptorContext ic)
Called when the BPEL server is invoked, after the message exchange has
been routed to the process.
|