BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.apache.xalan.serialize
Class SerializerFactory

java.lang.Object
  |
  +--weblogic.apache.xalan.serialize.SerializerFactory

public abstract class SerializerFactory
extends java.lang.Object

Factory for creating serializers.

Author:
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
SerializerFactory()
           
 
Method Summary
static Serializer getSerializer(java.util.Properties format)
          Returns a serializer for the specified output method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializerFactory

public SerializerFactory()
Method Detail

getSerializer

public static Serializer getSerializer(java.util.Properties format)
Returns a serializer for the specified output method. Returns null if no implementation exists that supports the specified output method. For a list of the default output methods see Method.

Parameters:
format - The output format
Returns:
A suitable serializer, or null

Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.