Uses of Interface
org.apache.activemq.wireformat.WireFormatFactory

Packages that use WireFormatFactory
org.apache.activemq.openwire   
org.apache.activemq.transport The core Transport abstraction and support classes 
org.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
 class OpenWireFormatFactory
           
 

Uses of WireFormatFactory in org.apache.activemq.transport
 

Methods in org.apache.activemq.transport that return WireFormatFactory
protected  WireFormatFactory TransportFactory.createWireFormatFactory(Map<String,String> options)
           
 

Uses of WireFormatFactory in org.apache.activemq.transport.tcp
 

Fields in org.apache.activemq.transport.tcp declared as WireFormatFactory
protected  WireFormatFactory TcpTransportServer.wireFormatFactory
           
 

Methods in org.apache.activemq.transport.tcp that return WireFormatFactory
 WireFormatFactory TcpTransportServer.getWireFormatFactory()
           
 

Methods in org.apache.activemq.transport.tcp with parameters of type WireFormatFactory
 void TcpTransportServer.setWireFormatFactory(WireFormatFactory wireFormatFactory)
           
 



Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.