|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.imolinfo.jbi4ejb.processor.Jbi4EjbNormalizer
public class Jbi4EjbNormalizer
Jbi4Ejb normalizer class (convert Source to nmr message).
| Constructor Summary | |
|---|---|
Jbi4EjbNormalizer()
Instantiates a new jbi4 ejb normalizer. |
|
| Method Summary | |
|---|---|
void |
normalize(javax.xml.transform.Source xmlSource,
javax.jbi.messaging.NormalizedMessage normalizedMsg,
Jbi4EjbEndpoint endpoint,
javax.xml.namespace.QName operation,
boolean toWrap)
Normalize the message. |
void |
normalizeFault(javax.xml.transform.Source xmlSource,
javax.jbi.messaging.Fault fault,
Jbi4EjbEndpoint endpoint,
javax.xml.namespace.QName operation,
java.lang.String faultName,
boolean toWrap)
Normalize a fault message. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Jbi4EjbNormalizer()
throws Jbi4EjbException
Jbi4EjbException - if some error occurs in the normalizer creation| Method Detail |
|---|
public void normalize(javax.xml.transform.Source xmlSource,
javax.jbi.messaging.NormalizedMessage normalizedMsg,
Jbi4EjbEndpoint endpoint,
javax.xml.namespace.QName operation,
boolean toWrap)
throws Jbi4EjbException
xmlSource - the xmlSource to normalizenormalizedMsg - the normlized messageendpoint - the invoked endpointoperation - the invoked operationtoWrap - if the message must be wrapped
Jbi4EjbException - if some problem occurs in normalization
public void normalizeFault(javax.xml.transform.Source xmlSource,
javax.jbi.messaging.Fault fault,
Jbi4EjbEndpoint endpoint,
javax.xml.namespace.QName operation,
java.lang.String faultName,
boolean toWrap)
throws Jbi4EjbException
xmlSource - The xml fault sourcefault - The Faultendpoint - The jbi4ejb endpointoperation - The operationfaultName - The fault nametoWrap - If the fault must be wrapped
Jbi4EjbException - If some problem occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||