|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object it.imolinfo.jbi4ejb.processor.Jbi4EjbDenormalizer
public class Jbi4EjbDenormalizer
Message denormalizer class. Extract from the NRM message the message part.
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 |
---|
public Jbi4EjbDenormalizer() throws Jbi4EjbException
Jbi4EjbException
- if some problem occurs in denormalizingMethod Detail |
---|
public Jbi4EjbMessage denormalize(javax.jbi.messaging.NormalizedMessage normalizedMessage, Jbi4EjbEndpoint endpoint, javax.xml.namespace.QName operation) throws Jbi4EjbException
normalizedMessage
- the message to denormalizeendpoint
- the endpoint invokedoperation
- the opration invoked
Jbi4EjbMessage containing the source.
- Throws:
Jbi4EjbException
- if some problem occurs in message denormalizing
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |