Project JXTA

Uses of Interface
net.jxta.impl.endpoint.WireFormatMessage

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
 WireFormatMessage WireFormatMessageBinary.Instantiator.toWire(Message msg, MimeMediaType type, MimeMediaType[] preferedContentEncoding)
          Create a WireFormatMessage from an abstract message.
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.
 


JXTA J2SE