Uses of Class
org.granite.gravity.adapters.ServiceAdapter

Packages that use ServiceAdapter
org.granite.gravity   
org.granite.gravity.adapters   
org.granite.gravity.gae   
 

Uses of ServiceAdapter in org.granite.gravity
 

Methods in org.granite.gravity that return ServiceAdapter
 ServiceAdapter DefaultGravity.getServiceAdapter(String messageType, String destinationId)
           
 ServiceAdapter Gravity.getServiceAdapter(String messageType, String destinationId)
           
 ServiceAdapter GravityProxy.getServiceAdapter(String messageType, String destinationId)
           
 

Uses of ServiceAdapter in org.granite.gravity.adapters
 

Subclasses of ServiceAdapter in org.granite.gravity.adapters
 class ActiveMQServiceAdapter
           
 class JMSServiceAdapter
           
 class SimpleServiceAdapter
           
 

Methods in org.granite.gravity.adapters that return ServiceAdapter
 ServiceAdapter AdapterFactory.getServiceAdapter(Message request)
           
 ServiceAdapter AdapterFactory.getServiceAdapter(String messageType, String destinationId)
           
 

Uses of ServiceAdapter in org.granite.gravity.gae
 

Subclasses of ServiceAdapter in org.granite.gravity.gae
 class GAEServiceAdapter