org.wso2.registry.jdbc.mediatypes
Class MediaTypeManager

java.lang.Object
  extended by org.wso2.registry.jdbc.mediatypes.MediaTypeManager

public class MediaTypeManager
extends java.lang.Object

Handles the actions by delegating them to registered media type handlers. If a mediatype handler is not registered for a media type, its handling will be delegated to the DefaultMediaTypeHandler. This class initializes all media type handlers at start up so that they can be looked up by the media type string.


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

Constructor Detail

MediaTypeManager

public MediaTypeManager()


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