|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object it.imolinfo.jbi4corba.jbi.processor.JbiMessage
public class JbiMessage
Wraps a source (with jbi-wrapping informations).
Constructor Summary | |
---|---|
JbiMessage(Source message,
boolean isWrapped)
Instantiates a new jbi4 ejb message. |
Method Summary | |
---|---|
Source |
getMessageSource()
Gets the message source. |
boolean |
isWrapped()
Checks if is wrapped. |
void |
setMessageSource(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 JbiMessage(Source message, boolean isWrapped)
message
- isWrapped
- Method Detail |
---|
public Source getMessageSource()
public void setMessageSource(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 |