Package com.swiftmq.jms
Class MessageProperties
java.lang.Object
com.swiftmq.jms.MessageProperties
- All Implemented Interfaces:
Enumeration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
readContent
(DataInput in) toString()
void
writeContent
(DataOutput out) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Enumeration
asIterator
-
Constructor Details
-
MessageProperties
public MessageProperties()
-
-
Method Details
-
writeContent
- Throws:
IOException
-
readContent
- Throws:
IOException
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElements
in interfaceEnumeration
-
nextElement
- Specified by:
nextElement
in interfaceEnumeration
-
toString
-