|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object it.imolinfo.jbi4corba.jbi.processor.MessageDenormalizer
public class MessageDenormalizer
Message denormalizer class. Extract from the NRM message the message part.
Constructor Summary | |
---|---|
MessageDenormalizer()
Instantiates a new denormalizer. |
Method Summary | |
---|---|
JbiMessage |
denormalize(Node node,
Jbi4CorbaEndpoint endpoint,
QName operation,
boolean isInput)
Denormalizes the message (DOM version). |
JbiMessage |
denormalize(javax.jbi.messaging.NormalizedMessage normalizedMessage,
Jbi4CorbaEndpoint endpoint,
QName operation,
boolean isInput,
boolean isFault)
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 MessageDenormalizer() throws Jbi4CorbaException
Jbi4corbaException
- if some problem occurs in denormalizing
Jbi4CorbaException
Method Detail |
---|
public JbiMessage denormalize(javax.jbi.messaging.NormalizedMessage normalizedMessage, Jbi4CorbaEndpoint endpoint, QName operation, boolean isInput, boolean isFault) throws Jbi4CorbaException
normalizedMessage
- the message to denormalizeendpoint
- the endpoint invokedoperation
- the opration invokedisInput
- if it's an input messageisFault
- if it's a fault message
Jbi4corbaMessage containing the source.
- Throws:
Jbi4CorbaException
- if some problem occurs in message denormalizing
public JbiMessage denormalize(Node node, Jbi4CorbaEndpoint endpoint, QName operation, boolean isInput) throws Jbi4CorbaException
endpoint
- the endpoint invokednode
- the nodeoperation
- isInput
- if it's an input message
Jbi4corbaMessage containing the source.
- Throws:
Jbi4CorbaException
- if some problem occurs in message denormalizing
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |