Project JXTA

Uses of Package
net.jxta.document

Packages that use net.jxta.document
net.jxta.access The Access Service provides a framework for using the identities created with the Membership Service to control whether specific operations are permitted. 
net.jxta.codat Codats are container objects that can hold both data or code and are associated with a JXTA ID. 
net.jxta.credential Credentials provide the basic mechanisms for securly establishing and communicating identity within JXTA. 
net.jxta.discovery The JXTA Discovery Service provides an asynchronous mechanism for discovering Peer Advertisements, Group Advertisements, and other general JXTA Advertisements (pipes, services, etc.). 
net.jxta.document JXTA Documents are containers for both structured and unstructured data. 
net.jxta.endpoint Provides interfaces and classes used for the addressing, filtering, sending, and receiving of messages within JXTA. 
net.jxta.membership The Membership Service allows a peer to establish an identity within a peer group. 
net.jxta.meter Provides logging and monitoring facilities for debugging and auditing of messaging and service invocation within JXTA. 
net.jxta.peergroup Peer groups are formed as a collection of peers that have agreed upon a common set of services. 
net.jxta.platform Classes for defining code modules within JXTA. 
net.jxta.protocol Provides inteface objects for Advertisments and protocol messages for the JXTA Core and Standard Protocols. 
net.jxta.service Every service is defined by a ModuleImplAdvertisement
net.jxta.socket The socket package provides interface ala Socket over JXTA pipes. 
net.jxta.util A collection of utility classes used by the JXTA implementation and/or useful to users of the JXTA API. 
net.jxta.util.documentSerializable   
 

Classes in net.jxta.document used by net.jxta.access
Element
          An element represents a portion of a StructuredDocument.
 

Classes in net.jxta.document used by net.jxta.codat
Document
          A simple typed container for data.
 

Classes in net.jxta.document used by net.jxta.credential
Element
          An element represents a portion of a StructuredDocument.
MimeMediaType
          MIME Media Types are used to describe the format of data streams.
StructuredDocument
          An extension of Document which allows the content of a document to be specified by a hierarchy of elements.
TextElement
          Extends Element to provide String oriented accessors for instances of StructuredTextDocument
 

Classes in net.jxta.document used by net.jxta.discovery
Advertisement
          Advertisements are core JXTA objects that are used to advertise Peers, PeerGroups, Services, Pipes or other JXTA resources.
 

Classes in net.jxta.document used by net.jxta.document
Advertisement
          Advertisements are core JXTA objects that are used to advertise Peers, PeerGroups, Services, Pipes or other JXTA resources.
AdvertisementFactory.Instantiator
          Interface for instantiators of Advertisements
Attributable
          Interface for name value pairs to be associated with some base object.
Attribute
          A name value pair which is associated with some base object.
Document
          A simple typed container for data.
Element
          An element represents a portion of a StructuredDocument.
MimeMediaType
          MIME Media Types are used to describe the format of data streams.
StructuredDocument
          An extension of Document which allows the content of a document to be specified by a hierarchy of elements.
StructuredDocumentFactory.Instantiator
          Interface for instantiators of StructuredDocuments
StructuredDocumentFactory.Instantiator.ExtensionMapping
          For mapping between extensions and mime types.
StructuredTextDocument
          Extends StructuredDocument to provide accessors appropriate for text based documents.
TextDocument
          Extends Document for text documents.
TextElement
          Extends Element to provide String oriented accessors for instances of StructuredTextDocument
XMLElement
          Common definition of XML Elements.
 

Classes in net.jxta.document used by net.jxta.endpoint
Document
          A simple typed container for data.
MimeMediaType
          MIME Media Types are used to describe the format of data streams.
TextDocument
          Extends Document for text documents.
 

Classes in net.jxta.document used by net.jxta.membership
Element
          An element represents a portion of a StructuredDocument.
 

Classes in net.jxta.document used by net.jxta.meter
Element
          An element represents a portion of a StructuredDocument.
 

Classes in net.jxta.document used by net.jxta.peergroup
Advertisement
          Advertisements are core JXTA objects that are used to advertise Peers, PeerGroups, Services, Pipes or other JXTA resources.
Element
          An element represents a portion of a StructuredDocument.
 

Classes in net.jxta.document used by net.jxta.platform
Advertisement
          Advertisements are core JXTA objects that are used to advertise Peers, PeerGroups, Services, Pipes or other JXTA resources.
 

Classes in net.jxta.document used by net.jxta.protocol
Advertisement
          Advertisements are core JXTA objects that are used to advertise Peers, PeerGroups, Services, Pipes or other JXTA resources.
Document
          A simple typed container for data.
Element
          An element represents a portion of a StructuredDocument.
ExtendableAdvertisement
          Extendable advertisements provide features for allowing inheritance of advertisement types.
MimeMediaType
          MIME Media Types are used to describe the format of data streams.
StructuredDocument
          An extension of Document which allows the content of a document to be specified by a hierarchy of elements.
 

Classes in net.jxta.document used by net.jxta.service
Advertisement
          Advertisements are core JXTA objects that are used to advertise Peers, PeerGroups, Services, Pipes or other JXTA resources.
 

Classes in net.jxta.document used by net.jxta.socket
StructuredDocument
          An extension of Document which allows the content of a document to be specified by a hierarchy of elements.
 

Classes in net.jxta.document used by net.jxta.util
Advertisement
          Advertisements are core JXTA objects that are used to advertise Peers, PeerGroups, Services, Pipes or other JXTA resources.
Element
          An element represents a portion of a StructuredDocument.
StructuredDocument
          An extension of Document which allows the content of a document to be specified by a hierarchy of elements.
StructuredTextDocument
          Extends StructuredDocument to provide accessors appropriate for text based documents.
 

Classes in net.jxta.document used by net.jxta.util.documentSerializable
Element
          An element represents a portion of a StructuredDocument.
XMLDocument
          Common interfaces for all StructuredTextDocument which are implemented by XML Documents.
 


JXTA J2SE