org.apache.axis2.databinding.typemapping
Class SimpleTypeMapper
java.lang.Object
org.apache.axis2.databinding.typemapping.SimpleTypeMapper
public class SimpleTypeMapper
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleTypeMapper
public SimpleTypeMapper()
getSimpleTypeObject
public static Object getSimpleTypeObject(Class parameter,
org.apache.axiom.om.OMElement value)
getArrayList
public static ArrayList getArrayList(org.apache.axiom.om.OMElement element,
String localName)
getHashSet
public static HashSet getHashSet(org.apache.axiom.om.OMElement element,
String localName)
getDataHandler
public static DataHandler getDataHandler(org.apache.axiom.om.OMElement element)
getArrayList
public static ArrayList getArrayList(org.apache.axiom.om.OMElement element)
isSimpleType
public static boolean isSimpleType(Object obj)
isSimpleType
public static boolean isSimpleType(Class obj)
isDataHandler
public static boolean isDataHandler(Class obj)
isHashSet
public static boolean isHashSet(Class obj)
isCollection
public static boolean isCollection(Class obj)
isSimpleType
public static boolean isSimpleType(String objClassName)
getStringValue
public static String getStringValue(Object obj)
makeCalendar
public static Object makeCalendar(String source)
makeDate
public static Object makeDate(String source)
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.