|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Pattern
The pattern interface
| Method Summary | |
|---|---|
java.lang.String |
getName()
Get the pattern name. |
void |
init()
Initialize the pattern |
boolean |
processAsyncPattern(org.ow2.petals.component.framework.api.message.Exchange exchange,
ExchangeContext context,
CommonAsyncContext asyncContext,
boolean expired)
Process an exchange for an asynchronous pattern. |
boolean |
processPattern(org.ow2.petals.component.framework.api.message.Exchange exchange,
ExchangeContext context)
Process the Pattern. |
| Method Detail |
|---|
void init()
boolean processPattern(org.ow2.petals.component.framework.api.message.Exchange exchange,
ExchangeContext context)
exchange - The exchange to processcontext - The context of the exchange
boolean processAsyncPattern(org.ow2.petals.component.framework.api.message.Exchange exchange,
ExchangeContext context,
CommonAsyncContext asyncContext,
boolean expired)
exchange - The exchange to processcontext - The context of the exchangeasyncContext - The EIP asynchronous contextexpired - true if the asynchronous exchange is expired, false elsejava.lang.String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||