org.apache.axis.transport.jms
public class SimpleJMSListener extends Object implements MessageListener
| Field Summary | |
|---|---|
| protected static Log | log |
| Constructor Summary | |
|---|---|
| SimpleJMSListener(HashMap connectorMap, HashMap cfMap, String destination, String username, String password, boolean doThreads) | |
| Method Summary | |
|---|---|
| static HashMap | createCFMap(Options options) |
| static HashMap | createConnectorMap(Options options) |
| protected static AxisServer | getAxisServer() |
| protected JMSConnector | getConnector() |
| static void | main(String[] args) |
| void | onMessage(Message message)
This method is called asynchronously whenever a message arrives. |
| static void | printUsage() |
| void | shutdown() |
| void | start() |
Parameters: message