Uses of Interface
org.apache.axis2.storage.AxisStorage

Packages that use AxisStorage
org.apache.axis2.context   
org.apache.axis2.engine   
org.apache.axis2.storage.impl   
 

Uses of AxisStorage in org.apache.axis2.context
 

Methods in org.apache.axis2.context that return AxisStorage
 AxisStorage ConfigurationContext.getStorage()
           
 

Methods in org.apache.axis2.context with parameters of type AxisStorage
 void ConfigurationContext.setStorage(AxisStorage storage)
           
 

Uses of AxisStorage in org.apache.axis2.engine
 

Methods in org.apache.axis2.engine that return AxisStorage
 AxisStorage AxisConfigurationImpl.getAxisStorage()
           
 AxisStorage AxisConfiguration.getAxisStorage()
           
 

Methods in org.apache.axis2.engine with parameters of type AxisStorage
 void AxisConfigurationImpl.setAxisStorage(AxisStorage axisStorage)
           
 void AxisConfiguration.setAxisStorage(AxisStorage axisStorage)
           
 

Uses of AxisStorage in org.apache.axis2.storage.impl
 

Classes in org.apache.axis2.storage.impl that implement AxisStorage
 class AbstractStorage
           
 class AxisFileStorage
           
 class AxisMemoryStorage