org.apache.axis2.schema.util
Class SchemaPropertyLoader

java.lang.Object
  extended by org.apache.axis2.schema.util.SchemaPropertyLoader

public class SchemaPropertyLoader
extends Object

Loads the properties for the schema compiler.


Constructor Summary
SchemaPropertyLoader()
           
 
Method Summary
static String getBeanTemplate()
           
static BeanWriter getBeanWriterInstance()
           
static Properties getPropertyMap()
          Exposes the whole property set
static TypeMap getTypeMapperInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaPropertyLoader

public SchemaPropertyLoader()
Method Detail

getPropertyMap

public static Properties getPropertyMap()
Exposes the whole property set

Returns:
Returns Properties.

getBeanTemplate

public static String getBeanTemplate()

getBeanWriterInstance

public static BeanWriter getBeanWriterInstance()

getTypeMapperInstance

public static TypeMap getTypeMapperInstance()


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.