org.apache.axis.components.image

Class ImageIOFactory


public class ImageIOFactory
extends java.lang.Object

This class implements a factory to instantiate an ImageIO component.
Author:
Davanum Srinivas
Since:
2.0

Field Summary

protected static Log
log

Method Summary

static ImageIO
getImageIO()
Get the ImageIO implementation.

Field Details

log

protected static Log log

Method Details

getImageIO

public static ImageIO getImageIO()
Get the ImageIO implementation. This method follows a precedence: 1. Use the class defined by the System property axis.ImageIO. 2. If that isn't set, try instantiating MerlinIO, the JDK 1.4 ImageIO implementation. 3. If that fails try JimiIO, the JIMI ImageIO implementation. 4. If that fails, instantiate the limited JDK13IO implementation.

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.