Uses of Interface
org.apache.cxf.ws.addressing.MessageIdCache
-
Packages that use MessageIdCache Package Description org.apache.cxf.ws.addressing org.apache.cxf.ws.addressing.impl -
-
Uses of MessageIdCache in org.apache.cxf.ws.addressing
Fields in org.apache.cxf.ws.addressing declared as MessageIdCache Modifier and Type Field Description protected MessageIdCacheMAPAggregator. messageIdCacheMethods in org.apache.cxf.ws.addressing that return MessageIdCache Modifier and Type Method Description MessageIdCacheMAPAggregator. getMessageIdCache()Returns the cache used to enforce duplicate message IDs whenMAPAggregator.allowDuplicates()returnsfalse.MessageIdCacheWSAddressingFeature. getMessageIdCache()Returns the cache used to enforce duplicate message IDs whenWSAddressingFeature.isAllowDuplicates()returnsfalse.Methods in org.apache.cxf.ws.addressing with parameters of type MessageIdCache Modifier and Type Method Description voidMAPAggregator. setMessageIdCache(MessageIdCache messageIdCache)Sets the cache used to enforce duplicate message IDs whenMAPAggregator.allowDuplicates()returnsfalse.voidWSAddressingFeature. setMessageIdCache(MessageIdCache messageIdCache)Sets the cache used to enforce duplicate message IDs whenWSAddressingFeature.isAllowDuplicates()returnsfalse. -
Uses of MessageIdCache in org.apache.cxf.ws.addressing.impl
Classes in org.apache.cxf.ws.addressing.impl that implement MessageIdCache Modifier and Type Class Description classDefaultMessageIdCacheAn implementation that uses a simple set to store received message IDs.
-