it.imolinfo.jbi4ejb.processor
Class Jbi4EjbDenormalizer

java.lang.Object
  extended by it.imolinfo.jbi4ejb.processor.Jbi4EjbDenormalizer

public class Jbi4EjbDenormalizer
extends java.lang.Object

Message denormalizer class. Extract from the NRM message the message part.

Author:
Marco Piraccini

Constructor Summary
Jbi4EjbDenormalizer()
          Instantiates a new denormalizer.
 
Method Summary
 Jbi4EjbMessage denormalize(javax.jbi.messaging.NormalizedMessage normalizedMessage, Jbi4EjbEndpoint endpoint, javax.xml.namespace.QName operation)
          denormalize Denormalize the message to the source.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Jbi4EjbDenormalizer

public Jbi4EjbDenormalizer()
                    throws Jbi4EjbException
Instantiates a new denormalizer.

Throws:
Jbi4EjbException - if some problem occurs in denormalizing
Method Detail

denormalize

public Jbi4EjbMessage denormalize(javax.jbi.messaging.NormalizedMessage normalizedMessage,
                                  Jbi4EjbEndpoint endpoint,
                                  javax.xml.namespace.QName operation)
                           throws Jbi4EjbException
denormalize Denormalize the message to the source. This implementation takes the first (shuold be th only) part

Parameters:
normalizedMessage - the message to denormalize
endpoint - the endpoint invoked
operation - the opration invoked
Returns:
the Jbi4EjbMessage containing the source.
Throws:
Jbi4EjbException - if some problem occurs in message denormalizing


Copyright © 2007-2008 Imola Informatica. All Rights Reserved.