Uses of Interface
org.apache.cxf.message.StringMap

Packages that use StringMap
org.apache.cxf.binding.jbi   
org.apache.cxf.binding.soap   
org.apache.cxf.message   
 

Uses of StringMap in org.apache.cxf.binding.jbi
 

Classes in org.apache.cxf.binding.jbi that implement StringMap
 class JBIMessage
           
 

Uses of StringMap in org.apache.cxf.binding.soap
 

Classes in org.apache.cxf.binding.soap that implement StringMap
 class SoapMessage
           
 

Uses of StringMap in org.apache.cxf.message
 

Subinterfaces of StringMap in org.apache.cxf.message
 interface Exchange
           
 interface Message
           
 

Classes in org.apache.cxf.message that implement StringMap
 class AbstractWrappedMessage
          A base class to build your own message implementations on.
 class ExchangeImpl
           
 class MessageImpl
           
 class StringMapImpl
           
 class XMLMessage
           
 



Apache CXF