You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by ge...@ws.apache.org on 2004/12/28 19:22:26 UTC

[Apache Web Services Wiki] New: DIME

   Date: 2004-12-28T10:22:26
   Editor: RickKellogg
   Wiki: Apache Web Services Wiki
   Page: DIME
   URL: http://wiki.apache.org/ws/DIME

   no comment

New Page:

##language:en
'''DIME '''

Direct Internet Message Encapsulation (DIME) is a lightweight, binary message format that can be used to encapsulate one or more application-defined payloads of arbitrary type and size into a single message construct. Each payload is described by a type, a length, and an optional identifier. Both URIs and MIME media type constructs are supported as type identifiers. The payload length is an integer indicating the number of octets of the payload. The optional payload identifier is a URI enabling cross-referencing between payloads. DIME payloads may include nested DIME messages or chains of linked chunks of unknown length at the time the data is generated. DIME is strictly a message format: it provides no concept of a connection or of a logical circuit, nor does it address head-of-line problems. 

Additional References: 

*  [http://www.perfectxml.com/DIME.asp Making Sense of Direct Internet Message Encapsulation (DIME)]