org.jboss.soa.esb.listeners.message
Interface PipelineInterceptor

All Known Implementing Classes:
GenericPipelineInterceptor

public interface PipelineInterceptor

Interface implemented by interceptors added to the underlying process pipeline. These interceptors will provide additional functionality.

Author:
Tom Cunningham

Method Summary
 void processMessage(Message msg, ConfigTree config)
           
 

Method Detail

processMessage

void processMessage(Message msg,
                    ConfigTree config)