org.apache.axis.transport.jms

Class SimpleJMSWorker

Implemented Interfaces:
Runnable

public class SimpleJMSWorker
extends java.lang.Object
implements Runnable

SimpleJMSWorker is a worker thread that processes messages that are received by SimpleJMSListener. It creates a new message context, invokes the server, and sends back response msg to the replyTo destination.

Authors:
Jaime Meritt (jmeritt@sonicsoftware.com)
Richard Chung (rchung@sonicsoftware.com)
Dave Chappell (chappell@sonicsoftware.com)

Field Summary

protected static Log
log

Constructor Summary

SimpleJMSWorker(SimpleJMSListener listener, BytesMessage message)

Method Summary

void
run()
This is where the incoming message is processed.

Field Details

log

protected static Log log

Constructor Details

SimpleJMSWorker

public SimpleJMSWorker(SimpleJMSListener listener,
                       BytesMessage message)

Method Details

run

public void run()
This is where the incoming message is processed.


Copyright B) 2005 Apache Web Services Project. All Rights Reserved.