Uses of Interface
org.apache.servicemix.nmr.api.Message

Packages that use Message
org.apache.servicemix.nmr.api Defines the core NMR and its client side invocation API. 
 

Uses of Message in org.apache.servicemix.nmr.api
 

Methods in org.apache.servicemix.nmr.api that return Message
 Message Message.copy()
          Creates a copy of this message so that it can be used and possibly modified further in another exchange
 Message Exchange.getFault()
          Obtains the fault message, lazily creating one if none has been associated with this exchange and if this exchange supports a faut message.
 Message Exchange.getFault(boolean lazyCreate)
          Returns the fault message, optionally creating one if one has not already been associated with this exchange
 Message Exchange.getIn()
          Obtains the input message, lazily creating one if none has been associated with this exchange.
 Message Exchange.getIn(boolean lazyCreate)
          Returns the inbound message, optionally creating one if one has not already been associated with this exchange.
 Message Exchange.getMessage(Type type)
          Obtains the given message, lazily creating one if none has been associated with this exchange and if this exchange supports a faut message.
 Message Exchange.getMessage(Type type, boolean lazyCreate)
          Returns the message of the given type, optionally creating one if one has not already been associated with this exchange
 Message Exchange.getOut()
          Obtains the outbound message, lazily creating one if none has been associated with this exchange and if this exchange supports an out message.
 Message Exchange.getOut(boolean lazyCreate)
          Returns the outbound message, optionally creating one if one has not already been associated with this exchange
 

Methods in org.apache.servicemix.nmr.api with parameters of type Message
 void Message.copyFrom(Message msg)
          Copies the contents of the other message into this message
 void Exchange.setFault(Message message)
          Set the fault message.
 void Exchange.setIn(Message message)
          Set the inbound message.
 void Exchange.setMessage(Type type, Message message)
          Set the message.
 void Exchange.setOut(Message message)
          Set the outbound message.
 



Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.