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 RMStore
RMManager. getStore()
Methods in org.apache.cxf.ws.rm with parameters of type RMStore Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Class Description class
RMTxStore
-