com.bea.wlrt.adapter.defaultprovider
Class AbstractJMSAdapter
java.lang.Object
|
+--com.bea.wlrt.ede.impl.AbstractEventSource
|
+--com.bea.wlrt.ede.impl.AbstractStage
|
+--com.bea.wlrt.ede.impl.AbstractAdapter
|
+--com.bea.wlrt.adapter.defaultprovider.AbstractJMSAdapter
- public abstract class AbstractJMSAdapter
- extends AbstractAdapter
- implements JMSAdapter
This class is for an inbound JMS adapter
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
converter
protected MessageConverter converter
eventType
protected String eventType
AbstractJMSAdapter
public AbstractJMSAdapter(String id,
String applicationId)
getEventTypeRepository
public abstract EventTypeRepository getEventTypeRepository()
getMessageConverter
public MessageConverter getMessageConverter()
- Specified by:
- getMessageConverter in interface JMSAdapter
onMessage
public void onMessage(Message message)
- Message handler of the async bean
- Parameters:
message
-
getEventType
public String getEventType()
- Specified by:
- getEventType in interface JMSAdapter