|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object it.imolinfo.jbi4ejb.processor.Jbi4EjbMessage
public class Jbi4EjbMessage
Wraps a source (with jbi-wrapping informations).
Constructor Summary | |
---|---|
Jbi4EjbMessage(javax.xml.transform.Source message,
boolean isWrapped)
Instantiates a new jbi4 ejb message. |
Method Summary | |
---|---|
javax.xml.transform.Source |
getMessageSource()
Gets the message source. |
boolean |
isWrapped()
Checks if is wrapped. |
void |
setMessageSource(javax.xml.transform.Source messageSource)
Sets the message source. |
void |
setWrapped(boolean isWrapped)
Sets the wrapped. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Jbi4EjbMessage(javax.xml.transform.Source message, boolean isWrapped)
message
- isWrapped
- Method Detail |
---|
public javax.xml.transform.Source getMessageSource()
public void setMessageSource(javax.xml.transform.Source messageSource)
messageSource
- the new message sourcepublic boolean isWrapped()
public void setWrapped(boolean isWrapped)
isWrapped
- the new wrapped
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |