Transports
CXF works with many different transports. Currently CXF includes support for HTTP, JMS, and
Local (that is, "in-JVM") transports.
The local transport is unique in that it will not work across machines, but simply sends messages in memory. You can also configure the local transport to avoid serialization by using the Object binding or the colocation feature if desired. You can also write your own transport.