public interface MessageExchangeInterceptor
Modifier and Type | Interface and Description |
---|---|
static interface |
MessageExchangeInterceptor.InterceptorContext |
Modifier and Type | Method and Description |
---|---|
void |
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 |
onJobScheduled(MyRoleMessageExchange mex,
MessageExchangeInterceptor.InterceptorContext ic)
Called when the message is scheduled, before any attempt to
invoke the BPEL server is made.
|
void |
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 |
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 |
onProcessInvoked(MyRoleMessageExchange mex,
MessageExchangeInterceptor.InterceptorContext ic)
Called when the BPEL server is invoked, after the message exchange has
been routed to the process.
|
void onJobScheduled(MyRoleMessageExchange mex, MessageExchangeInterceptor.InterceptorContext ic) throws FailMessageExchangeException, FaultMessageExchangeException
mex
- message exchangeFailMessageExchangeException
FaultMessageExchangeException
void onBpelServerInvoked(MyRoleMessageExchange mex, MessageExchangeInterceptor.InterceptorContext ic) throws FailMessageExchangeException, FaultMessageExchangeException
mex
- message exchangeFailMessageExchangeException
FaultMessageExchangeException
void onProcessInvoked(MyRoleMessageExchange mex, MessageExchangeInterceptor.InterceptorContext ic) throws FailMessageExchangeException, FaultMessageExchangeException
mex
- message exchangeFailMessageExchangeException
FaultMessageExchangeException
void onNewInstanceInvoked(MyRoleMessageExchange mex, MessageExchangeInterceptor.InterceptorContext ic) throws FailMessageExchangeException, FaultMessageExchangeException
mex
- message exchangeFailMessageExchangeException
FaultMessageExchangeException
void onPartnerInvoked(PartnerRoleMessageExchange mex, MessageExchangeInterceptor.InterceptorContext ic) throws FailMessageExchangeException, FaultMessageExchangeException
mex
- message exchangeFailMessageExchangeException
FaultMessageExchangeException