org.jboss.wise.core.mapper
Interface WiseMapper

All Known Implementing Classes:
SmooksMapper

@ThreadSafe
public interface WiseMapper

It' a simple interface implemented by any mapper used within wise-core requiring a single method applyMapping(Object)

Author:
stefano.maestri@javalinux.it

Method Summary
 java.util.Map<java.lang.String,java.lang.Object> applyMapping(java.lang.Object originalObjects)
          apply this mapping to original object
 

Method Detail

applyMapping

java.util.Map<java.lang.String,java.lang.Object> applyMapping(java.lang.Object originalObjects)
                                                              throws MappingException
apply this mapping to original object

Parameters:
originalObjects -
Returns:
the mapped object in a Map. Keys of this map normally represent symbolic name of mapped Object
Throws:
MappingException