|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.component.framework.process.MessageInterceptorProcessor
public class MessageInterceptorProcessor
The message interceptor processor. Used by the component to intercept messages.
| Field Summary | |
|---|---|
protected AbstractComponent |
component
The JBI component instance |
protected java.util.logging.Logger |
logger
The logger |
| Constructor Summary | |
|---|---|
MessageInterceptorProcessor(AbstractComponent component,
java.util.logging.Logger logger)
Creates a new instance of MessageInterceptorProcessor |
|
| Method Summary | |
|---|---|
void |
intercept(org.ow2.petals.component.framework.api.message.Exchange exchange,
java.lang.Object service,
org.ow2.petals.component.framework.api.Message.InterceptorPhase interceptorPhase)
Intercepts the message. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected AbstractComponent component
protected java.util.logging.Logger logger
| Constructor Detail |
|---|
public MessageInterceptorProcessor(AbstractComponent component,
java.util.logging.Logger logger)
MessageInterceptorProcessor
| Method Detail |
|---|
public void intercept(org.ow2.petals.component.framework.api.message.Exchange exchange,
java.lang.Object service,
org.ow2.petals.component.framework.api.Message.InterceptorPhase interceptorPhase)
throws org.ow2.petals.component.framework.api.exception.PEtALSCDKException
exchange - extensible -
org.ow2.petals.component.framework.api.exception.PEtALSCDKException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||