Uses of Interface
org.apache.cxf.ws.addressing.MessageIdCache
Packages that use MessageIdCache
-
Uses of MessageIdCache in org.apache.cxf.ws.addressing
Fields in org.apache.cxf.ws.addressing declared as MessageIdCacheMethods in org.apache.cxf.ws.addressing that return MessageIdCacheModifier and TypeMethodDescriptionMAPAggregator.getMessageIdCache()
Returns the cache used to enforce duplicate message IDs whenMAPAggregator.allowDuplicates()
returnsfalse
.WSAddressingFeature.getMessageIdCache()
Returns the cache used to enforce duplicate message IDs whenWSAddressingFeature.isAllowDuplicates()
returnsfalse
.Methods in org.apache.cxf.ws.addressing with parameters of type MessageIdCacheModifier and TypeMethodDescriptionvoid
MAPAggregator.setMessageIdCache
(MessageIdCache messageIdCache) Sets the cache used to enforce duplicate message IDs whenMAPAggregator.allowDuplicates()
returnsfalse
.void
WSAddressingFeature.setMessageIdCache
(MessageIdCache messageIdCache) Sets the cache used to enforce duplicate message IDs whenWSAddressingFeature.isAllowDuplicates()
returnsfalse
.