org.wso2.registry.jdbc.mediatypes
Class MediaTypeHandler

java.lang.Object
  extended by org.wso2.registry.jdbc.mediatypes.MediaTypeHandler
Direct Known Subclasses:
Axis2RepositoryMediaTypeHandler, DefaultMediaTypeHandler, SQLQueryMediaTypeHandler, SynapseRepositoryMediaTypeHandler, WSDLMediaTypeHandler, XSDMediaTypeHandler

public abstract class MediaTypeHandler
extends java.lang.Object

Base class of all media type handlers. It defines the six basic methods to be implemented by all media type handlers. This is initialized with the objects required for handling media type specific operations, so that extending media type handlers can easily access them. One such object is the instance of the MediaTypeManager.


Constructor Summary
MediaTypeHandler()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MediaTypeHandler

public MediaTypeHandler()


Copyright © 2007 Apache Web Services Project. All Rights Reserved.