| Package | Description |
|---|---|
| org.apache.ode.bpel.engine | |
| org.apache.ode.bpel.intercept |
| Class and Description |
|---|
| InterceptorInvoker
Helper for invoking the appropriate
MessageExchangeInterceptor
method -- basically a work-around for lack of closures. |
| MessageExchangeInterceptor
Hook into the BPEL server that enables intercepting of message exchange
invocation.
|
| MessageExchangeInterceptor.InterceptorContext |
| Class and Description |
|---|
| AbortMessageExchangeException
Base class for exception thrown by message-exchange interceptors.
|
| FailMessageExchangeException
Exception thrown by
MessageExchangeInterceptor
implementations that is used to indicate that the processing of the exchange should
be aborted with a failure. |
| FaultMessageExchangeException
Exception thrown by
MessageExchangeInterceptor
implementations that is used to indicate that the processing of the exchange should
be aborted with a fault. |
| InterceptorInvoker
Helper for invoking the appropriate
MessageExchangeInterceptor
method -- basically a work-around for lack of closures. |
| MessageExchangeInterceptor
Hook into the BPEL server that enables intercepting of message exchange
invocation.
|
| MessageExchangeInterceptor.InterceptorContext |
| NoOpInterceptor
No-Op implementation of the
{@link org.apache.ode.bpel.intercept.MessageExchangeInterceptor interface;
good for sub-classing.
|
Copyright © 2021 WSO2. All Rights Reserved.