Package org.apache.axis.components.image
Class ImageIOFactory
java.lang.Object
org.apache.axis.components.image.ImageIOFactory
This class implements a factory to instantiate an ImageIO component.
- Since:
- 2.0
- Author:
- Davanum Srinivas
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
log
protected static org.apache.commons.logging.Log log
-
-
Constructor Details
-
ImageIOFactory
public ImageIOFactory()
-
-
Method Details
-
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.
-