Uses of Class
org.codehaus.activemq.message.TextWireFormat

Packages that use TextWireFormat
org.codehaus.activemq.transport.http A transport using the HTTP protocol to allow ActiveMQ to tunnel through firewalls. 
org.codehaus.activemq.transport.xstream   
 

Uses of TextWireFormat in org.codehaus.activemq.transport.http
 

Methods in org.codehaus.activemq.transport.http that return TextWireFormat
 TextWireFormat HttpTransportConnector.getWireFormat()
           
protected  TextWireFormat HttpTransportConnector.createWireFormat()
           
protected  TextWireFormat HttpTransportChannelFactory.asTextWireFormat(WireFormat wireFormat)
           
 TextWireFormat HttpTransportChannelSupport.getWireFormat()
           
 

Methods in org.codehaus.activemq.transport.http with parameters of type TextWireFormat
 void HttpTransportConnector.setWireFormat(TextWireFormat wireFormat)
           
 void HttpTransportChannelSupport.setWireFormat(TextWireFormat wireFormat)
           
 

Constructors in org.codehaus.activemq.transport.http with parameters of type TextWireFormat
HttpTransportChannel(TextWireFormat wireFormat, String remoteUrl)
           
HttpTransportChannelSupport(TextWireFormat wireFormat, String remoteUrl)
           
HttpClientTransportChannel(TextWireFormat wireFormat, String remoteUrl)
           
 

Uses of TextWireFormat in org.codehaus.activemq.transport.xstream
 

Subclasses of TextWireFormat in org.codehaus.activemq.transport.xstream
 class XStreamWireFormat
          A WireFormat implementation which uses the

Copyright © 2004 Protique, Ltd.. All Rights Reserved.