net.dpml.transit
Class ContentHandler

java.lang.Object
  extended by java.net.ContentHandler
      extended by net.dpml.transit.ContentHandler
Direct Known Subclasses:
ApplianceContentHandler, PartContentHandler

public abstract class ContentHandler
extends ContentHandler

Abstract base class for artifact content handler.

Version:
2.1.0
Author:
Digital Product Management Library

Constructor Summary
ContentHandler()
           
 
Method Summary
abstract  String getType()
          Returns the type tha the content handler supports.
 
Methods inherited from class java.net.ContentHandler
getContent, getContent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentHandler

public ContentHandler()
Method Detail

getType

public abstract String getType()
Returns the type tha the content handler supports.

Returns:
the content type name