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

Packages that use Adapter
org.granite.config.flex   
org.granite.gravity.config   
 

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)
           
 

Uses of Adapter in org.granite.gravity.config
 

Methods in org.granite.gravity.config that return Adapter
protected  Adapter AbstractActiveMQTopicDestination.buildAdapter()
           
protected  Adapter AbstractJmsTopicDestination.buildAdapter()
           
protected  Adapter AbstractMessagingDestination.buildAdapter()
           
 

Methods in org.granite.gravity.config with parameters of type Adapter
protected  Destination AbstractActiveMQTopicDestination.buildDestination(Adapter adapter)
           
protected  Destination AbstractJmsTopicDestination.buildDestination(Adapter adapter)
           
protected  Destination AbstractMessagingDestination.buildDestination(Adapter adapter)