JXTA

Uses of Interface
net.jxta.endpoint.WireFormatMessageFactory.Instantiator

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

Uses of WireFormatMessageFactory.Instantiator in net.jxta.endpoint
 

Methods in net.jxta.endpoint that return types with arguments of type WireFormatMessageFactory.Instantiator
protected  Map<MimeMediaType,WireFormatMessageFactory.Instantiator> WireFormatMessageFactory.getAssocTable()
          Used by ClassFactory methods to get the mapping of keys to constructors.
 Class<WireFormatMessageFactory.Instantiator> WireFormatMessageFactory.getClassOfInstantiators()
          Used by ClassFactory methods to ensure that all of the instance classes which register with this factory have the correct base class
 

Methods in net.jxta.endpoint with parameters of type WireFormatMessageFactory.Instantiator
static boolean WireFormatMessageFactory.registerInstantiator(MimeMediaType mimetype, WireFormatMessageFactory.Instantiator instantiator)
          Register an instantiator object a mime-type of documents to be constructed.
 


JXSE