it.imolinfo.jbi4corba.jbi.processor
Class JbiMessage

java.lang.Object
  extended by it.imolinfo.jbi4corba.jbi.processor.JbiMessage

public class JbiMessage
extends Object

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

JbiMessage

public JbiMessage(Source message,
                  boolean isWrapped)
Instantiates a new jbi4 ejb message.

Parameters:
message -
isWrapped -
Method Detail

getMessageSource

public Source getMessageSource()
Gets the message source.

Returns:
the message source

setMessageSource

public void setMessageSource(Source messageSource)
Sets the message source.

Parameters:
messageSource - the new message source

isWrapped

public boolean isWrapped()
Checks if is wrapped.

Returns:
true, if is wrapped

setWrapped

public void setWrapped(boolean isWrapped)
Sets the wrapped.

Parameters:
isWrapped - the new wrapped


Copyright © 2005-2010 Imola Informatica. All Rights Reserved.