Apache CXF API

Uses of Interface
org.apache.cxf.ws.rm.persistence.RMStore

Packages that use RMStore
org.apache.cxf.ws.rm   
org.apache.cxf.ws.rm.feature   
org.apache.cxf.ws.rm.persistence.jdbc   
 

Uses of RMStore in org.apache.cxf.ws.rm
 

Methods in org.apache.cxf.ws.rm that return RMStore
 RMStore RMManager.getStore()
           
 

Methods in org.apache.cxf.ws.rm with parameters of type RMStore
 void RMManager.setStore(RMStore s)
           
 

Uses of RMStore in org.apache.cxf.ws.rm.feature
 

Methods in org.apache.cxf.ws.rm.feature with parameters of type RMStore
 void RMFeature.setStore(RMStore store)
           
 

Uses of RMStore in org.apache.cxf.ws.rm.persistence.jdbc
 

Classes in org.apache.cxf.ws.rm.persistence.jdbc that implement RMStore
 class RMTxStore
           
 


Apache CXF API

Apache CXF