|
Project JXTA | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WireFormatMessage | |
net.jxta.impl.endpoint |
Uses of WireFormatMessage in net.jxta.impl.endpoint |
Classes in net.jxta.impl.endpoint that implement WireFormatMessage | |
class |
WireFormatMessageBinary
A Wire Format Message which encodes the message into Mime Type "application/x-jxta-msg". |
Fields in net.jxta.impl.endpoint declared as WireFormatMessage | |
protected WireFormatMessage |
JxtaMessageMessageElement.serial
A serialized form of the message. |
Methods in net.jxta.impl.endpoint that return WireFormatMessage | |
static WireFormatMessage |
WireFormatMessageFactory.toWire(Message msg,
MimeMediaType type,
MimeMediaType[] preferedEncodings)
Constructs an instance of WireFormatMessage matching the type
specified by the type parameter. |
WireFormatMessage |
WireFormatMessageFactory.Instantiator.toWire(Message msg,
MimeMediaType type,
MimeMediaType[] preferedContentEncoding)
Create a WireFormatMessage from an abstract message. |
WireFormatMessage |
WireFormatMessageBinary.Instantiator.toWire(Message msg,
MimeMediaType type,
MimeMediaType[] preferedContentEncoding)
Create a WireFormatMessage from an abstract message. It is an error (though lazily enforced) tomodify the abstract message during the lifetime of the WireFormatMessage. |
|
JXTA J2SE | ||||||||||
PREV NEXT | FRAMES NO FRAMES |