|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.activemq.io.AbstractWireFormat
org.activemq.io.TextWireFormat
Represents a text based WireFormat such as one that uses XML packets like the
org.activemq.transport.xstream.XStreamWireFormat or the
JabberWireFormat
| Field Summary |
| Fields inherited from class org.activemq.io.AbstractWireFormat |
cachingEnabled, transportDataIn, transportDataOut |
| Fields inherited from interface org.activemq.io.WireFormat |
DEFAULT_MAXIMUM_MESSAGE_SIZE |
| Constructor Summary | |
TextWireFormat()
|
|
| Method Summary | |
abstract Packet |
fromString(java.lang.String text)
Converts the String into a Packet |
abstract java.lang.String |
toString(Packet packet)
Converts the packet into a String |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.activemq.io.WireFormat |
canProcessWireFormatVersion, copy, getCurrentWireFormatVersion, readPacket, writePacket |
| Constructor Detail |
public TextWireFormat()
| Method Detail |
public abstract java.lang.String toString(Packet packet)
throws javax.jms.JMSException
javax.jms.JMSException
public abstract Packet fromString(java.lang.String text)
throws javax.jms.JMSException
javax.jms.JMSException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||