Holger's
Java API

Uses of Interface
com.antelmann.io.XMLSerializable

Packages that use XMLSerializable
com.antelmann.crm Provides interfaces and classes for implementing applications dealing with Customer Relationship Management (CRM). 
com.antelmann.image This package contains classes for more easily dealing with images. 
com.antelmann.math This package contains classes to ease calculations. 
com.antelmann.net.mail The classes in this package are designed to ease the handling of emails. 
com.antelmann.net.web This package contains classes for dealing with Web-related content. 
com.antelmann.sql This package contains classes to ease JDBC development and also provides useful SQL-based implementations for com.antelmann.db classes 
com.antelmann.util This package contains generally useful classes that are used throughout the other packages in this framework. 
 

Uses of XMLSerializable in com.antelmann.crm
 

Classes in com.antelmann.crm that implement XMLSerializable
 class AddressInfoImpl
          a default implementation for an AddressInfo
 class GlobalAddress
          represents means to store addresses based on their way of transport; in addition, it also provides a Locale and a salutation.
 class ImmutableGlobalAddress
          represents a special address that disables all setter methods
 class ImmutableSnailMailAddress
          represents a special address that disables all setter methods
 class SnailMailAddress
          represents a structured local address
 

Uses of XMLSerializable in com.antelmann.image
 

Classes in com.antelmann.image that implement XMLSerializable
 class ColorPath
          provides a path for deriving gradual colors based on a number.
 

Uses of XMLSerializable in com.antelmann.math
 

Classes in com.antelmann.math that implement XMLSerializable
 class GeoPoint
          an immutable representation of a location on earth.
 

Uses of XMLSerializable in com.antelmann.net.mail
 

Classes in com.antelmann.net.mail that implement XMLSerializable
static class POP3Account.Config
          encapsulates the configuration for an EmailAccount
 

Uses of XMLSerializable in com.antelmann.net.web
 

Classes in com.antelmann.net.web that implement XMLSerializable
 class RSSChannel
          represents a channel in the RSS format created by an RSSHandler
 class RSSItem
          represents an item in an RSS feed
 

Uses of XMLSerializable in com.antelmann.sql
 

Classes in com.antelmann.sql that implement XMLSerializable
 class DefaultMappingInfo
          provides a default implementation for the MappingInfo interface, making it easy to allow other objects to delegate the interface methods to an instance of this class.
 

Uses of XMLSerializable in com.antelmann.util
 

Classes in com.antelmann.util that implement XMLSerializable
 class XmlHelper
          a helper class that allows to easily handle some aspects of an xml source element and also provides some convenient utility functions.
 

Methods in com.antelmann.util with parameters of type XMLSerializable
 Node XmlHelper.append(Element node, XMLSerializable xs)
           
static Node XmlHelper.append(Element node, XMLSerializable xs, DocumentBuilder builder)
           
 Node XmlHelper.append(XMLSerializable xs)
           
 Node XmlHelper.append(XMLSerializable xs, DocumentBuilder builder)
           
static void XmlHelper.readIntoXMLSerializable(Element node, XMLSerializable xs)
           
static String XmlHelper.serializeXML(XMLSerializable object)
           
static String XmlHelper.toXmlString(XMLSerializable xs)
           
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads