JXTA

Uses of Interface
net.jxta.endpoint.WireFormatMessage

Packages that use WireFormatMessage
net.jxta.endpoint Provides interfaces and classes used for the addressing, filtering, sending, and receiving of messages within JXTA. 
 

Uses of WireFormatMessage in net.jxta.endpoint
 

Methods in net.jxta.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.
 


JXSE