站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 jaxrpc API Documentation 英文版文档

ImageIOFactory (JAXRPC API) - JBoss 3.2.7 jaxrpc API Documentation 英文版文档


org.apache.axis.components.image
Class ImageIOFactory

java.lang.Object
  extended byorg.apache.axis.components.image.ImageIOFactory

public class ImageIOFactory
extends Object

This class implements a factory to instantiate an ImageIO component.

Since:
2.0
Version:
$Revision: 1.1.1.1.2.1 $ $Date: 2004/11/05 14:55:59 $
Author:
Davanum Srinivas

Constructor Summary
ImageIOFactory()
           
 
Method Summary
static ImageIO getImageIO()
          Get the ImageIO implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageIOFactory

public ImageIOFactory()
Method Detail

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 © 2002 JBoss Group, LLC. All Rights Reserved.