Uses of Class
org.apache.servicemix.nmr.api.Type

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

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

Methods in org.apache.servicemix.nmr.api that return Type
static Type Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Type[] Type.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.servicemix.nmr.api with parameters of type Type
 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
 void Exchange.setMessage(Type type, Message message)
          Set the message.
 



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