Uses of Class
org.granite.config.flex.Adapter

Packages that use Adapter
org.granite.config.flex   
 

Uses of Adapter in org.granite.config.flex
 

Methods in org.granite.config.flex that return Adapter
 Adapter Service.findAdapterById(String id)
           
static Adapter Adapter.forElement(XMap element)
           
 Adapter Destination.getAdapter()
           
 Adapter Service.getDefaultAdapter()
           
 

Methods in org.granite.config.flex with parameters of type Adapter
 void Service.addAdapter(Adapter adapter)
           
static Destination Destination.forElement(XMap element, Adapter defaultAdapter, Map<String,Adapter> adaptersMap)
           
 

Method parameters in org.granite.config.flex with type arguments of type Adapter
static Destination Destination.forElement(XMap element, Adapter defaultAdapter, Map<String,Adapter> adaptersMap)
           
 

Constructors in org.granite.config.flex with parameters of type Adapter
Destination(String id, List<String> channelRefs, XMap properties, List<String> roles, Adapter adapter, Class<?> scannedClass)
           
Service(String id, String className, String messageTypes, Adapter defaultAdapter, Map<String,Adapter> adapters, Map<String,Destination> destinations)
           
 

Constructor parameters in org.granite.config.flex with type arguments of type Adapter
Service(String id, String className, String messageTypes, Adapter defaultAdapter, Map<String,Adapter> adapters, Map<String,Destination> destinations)