|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectBaseMapper
com.ubikingenierie.console.apiconsole.jms.JmsBaseMapper
public abstract class JmsBaseMapper
Base mapper for JMS Messages.
| Constructor Summary | |
|---|---|
JmsBaseMapper()
|
|
| Method Summary | |
|---|---|
protected java.lang.Object |
applyMapping(java.lang.Object message)
|
protected abstract java.lang.Object |
mapMessage(Message message)
Implementation of mapping |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JmsBaseMapper()
| Method Detail |
|---|
protected final java.lang.Object applyMapping(java.lang.Object message)
throws MappingException
MappingExceptioncom.ubikingenierie.console.apiconsole.mapping.BaseMapper#applyMapping(java.lang.Object)
protected abstract java.lang.Object mapMessage(Message message)
throws MappingException
message - Message
Object Mapped object
MappingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||