站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

Overview (Convertor) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.convertor/1 1.3

Convertor
Under Development

This document set describes the public APIs and SPIs offered by the Convertor module.

See:
          Description

Convertor
org.netbeans.api.convertor The Convertor API allows to convertor object to namespace aware XML fragment and vice versa.
org.netbeans.spi.convertor The Convertor SPI defines interface describing the convertor.

 

This document set describes the public APIs and SPIs offered by the Convertor module.

Contents

Overview
API overview
SPI overview

Additional documentation:
Change History
Architecture Summary

Credits:
The Convertor API was inspired by core/settings module created by Jan Pokorsky and  Jaroslav Tulach. Credit must go to people from nbdev mailing list (especially to Jesse Glick) for providing valuable feedback which was incorporated.

Overview

The convertor module allows to convert object to XML namespace aware fragment and to convert this fragment back to instance of an object. The module consists of SPI and API part. The SPI part defines convertor interface to be implemented by clients and alternative for persistence of object without the need to write your own convertor. The API part has small set of helper static methods operating on all available convertors which clients can use to convert XML fragments to objects and vice versa.

More concrete and detailed information including examples and list of available convertors can be found at the following links:


org.netbeans.modules.convertor/1 1.3

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.