Uses of Interface
org.apache.cxf.ws.rm.persistence.RMStore
-
Packages that use RMStore Package Description 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 Modifier and Type Method Description RMStoreRMManager. getStore()Methods in org.apache.cxf.ws.rm with parameters of type RMStore Modifier and Type Method Description voidRMManager. 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 Modifier and Type Method Description voidRMFeature. 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 Modifier and Type Class Description classRMTxStore
-