Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.activemq.io

Interface Summary
WireFormat Represents a strategy of encoding packets on the wire or on disk using some kind of serialization or wire format.
 

Class Summary
AbstractWireFormat Represents a strategy of encoding packets on the wire or on disk using some kind of serialization or wire format.
TextWireFormat Represents a text based WireFormat such as one that uses XML packets like the org.activemq.transport.xstream.XStreamWireFormat or the org.activemq.transport.jabber.JabberWireFormat
WireFormatLoader Represents a strategy of encoding packets on the wire or on disk using some kind of serialization or wire format.
WireFormatLoaderTest WireFormatLoaderTest