com.ubikingenierie.console.apiconsole.jms
Class JmsBaseMapper

java.lang.Object
  extended by BaseMapper
      extended by com.ubikingenierie.console.apiconsole.jms.JmsBaseMapper
Direct Known Subclasses:
NoMappingMapper

public abstract class JmsBaseMapper
extends BaseMapper

Base mapper for JMS Messages.

Since:
5.0.1.0
Author:
Philippe Mouawad

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

JmsBaseMapper

public JmsBaseMapper()
Method Detail

applyMapping

protected final java.lang.Object applyMapping(java.lang.Object message)
                                       throws MappingException
Throws:
MappingException
See Also:
com.ubikingenierie.console.apiconsole.mapping.BaseMapper#applyMapping(java.lang.Object)

mapMessage

protected abstract java.lang.Object mapMessage(Message message)
                                        throws MappingException
Implementation of mapping

Parameters:
message - Message
Returns:
Object Mapped object
Throws:
MappingException


Copyright © 2005-2008 Ubik-Ingenierie. All Rights Reserved.