FileDocCategorySizeDatePackage
MessageProcessor.javaAPI DocGlassfish v2 API2653Fri May 04 22:30:28 BST 2007com.sun.enterprise.jbi.serviceengine.comm

MessageProcessor

public abstract class MessageProcessor extends com.sun.enterprise.jbi.serviceengine.work.OneWork
Process a MEP for a new incoming message from NMR. Processing always happen in a new thread.
authod
Binod PG.

Fields Summary
protected static final Logger
logger
Constructors Summary
Methods Summary
public abstract voiddoWork()
Actual code that starts processing the MEP.

public voidprocess()
MessageAcceptor uses this method to start processing the MEP.

                  
       
        execute();