Uses of Interface
org.apache.activemq.wireformat.WireFormatFactory
-
Packages that use WireFormatFactory Package Description org.apache.activemq.openwire org.apache.activemq.transport The core Transport abstraction and support classesorg.apache.activemq.transport.tcp TCP/IP based Transport implementation. -
-
Uses of WireFormatFactory in org.apache.activemq.openwire
Classes in org.apache.activemq.openwire that implement WireFormatFactory Modifier and Type Class Description classOpenWireFormatFactory -
Uses of WireFormatFactory in org.apache.activemq.transport
Methods in org.apache.activemq.transport that return WireFormatFactory Modifier and Type Method Description protected WireFormatFactoryTransportFactory. createWireFormatFactory(Map<String,String> options) -
Uses of WireFormatFactory in org.apache.activemq.transport.tcp
Fields in org.apache.activemq.transport.tcp declared as WireFormatFactory Modifier and Type Field Description protected WireFormatFactoryTcpTransportServer. wireFormatFactoryMethods in org.apache.activemq.transport.tcp that return WireFormatFactory Modifier and Type Method Description WireFormatFactoryTcpTransportServer. getWireFormatFactory()Methods in org.apache.activemq.transport.tcp with parameters of type WireFormatFactory Modifier and Type Method Description voidTcpTransportServer. setWireFormatFactory(WireFormatFactory wireFormatFactory)
-