it.imolinfo.jbi4ejb.processor
Class Jbi4EjbMessage

java.lang.Object
  extended by it.imolinfo.jbi4ejb.processor.Jbi4EjbMessage

public class Jbi4EjbMessage
extends java.lang.Object

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

Jbi4EjbMessage

public Jbi4EjbMessage(javax.xml.transform.Source message,
                      boolean isWrapped)
Instantiates a new jbi4 ejb message.

Parameters:
message -
isWrapped -
Method Detail

getMessageSource

public javax.xml.transform.Source getMessageSource()
Gets the message source.

Returns:
the message source

setMessageSource

public void setMessageSource(javax.xml.transform.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 © 2007-2008 Imola Informatica. All Rights Reserved.