| Package | Description |
|---|---|
| org.apache.ode.bpel.engine | |
| org.apache.ode.bpel.intercept |
| Modifier and Type | Method and Description |
|---|---|
void |
BpelServerImpl.registerMessageExchangeInterceptor(MessageExchangeInterceptor interceptor)
Register a global message exchange interceptor.
|
void |
BpelEngineImpl.registerMessageExchangeInterceptor(MessageExchangeInterceptor interceptor) |
void |
BpelProcess.registerMessageExchangeInterceptor(MessageExchangeInterceptor interceptor) |
void |
BpelServerImpl.unregisterMessageExchangeInterceptor(MessageExchangeInterceptor interceptor)
Unregister a global message exchange interceptor.
|
void |
BpelEngineImpl.unregisterMessageExchangeInterceptor(MessageExchangeInterceptor interceptor) |
void |
BpelProcess.unregisterMessageExchangeInterceptor(MessageExchangeInterceptor interceptor) |
| Modifier and Type | Class and Description |
|---|---|
class |
InstanceCountThrottler
An example of a simple interceptor providing a "throttling" capability - that is an
ability to limit the number of instances created for a given process.
|
class |
NoOpInterceptor
No-Op implementation of the
{@link org.apache.ode.bpel.intercept.MessageExchangeInterceptor interface;
good for sub-classing.
|
class |
ProcessCountThrottler
An example of a simple interceptor providing a "throttling" capability - that is an
ability to limit the size of processes created in a server.
|
class |
ProcessSizeThrottler
An example of a simple interceptor providing a "throttling" capability - that is an
ability to limit the size of processes created in a server.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
InterceptorInvoker.invoke(MessageExchangeInterceptor i,
MessageExchange mex,
MessageExchangeInterceptor.InterceptorContext ictx) |
Copyright © 2021 WSO2. All Rights Reserved.