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

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

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

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

Uses of Role in org.apache.servicemix.nmr.api.internal
 

Methods in org.apache.servicemix.nmr.api.internal with parameters of type Role
 void InternalExchange.setRole(Role role)
          Set the role of the exchange.
 



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