| |
|
| java.lang.Object org.apache.axis2.jaxws.utility.XMLRootElementUtil
XMLRootElementUtil | public class XMLRootElementUtil (Code) | | |
createPropertyDescriptorMap | public static Map<String, PropertyDescriptorPlus> createPropertyDescriptorMap(Class jaxbClass) throws NoSuchFieldException, IntrospectionException(Code) | | The JAXBClass has a set of bean properties each represented by a PropertyDescriptor Each of
the fields of the class has an associated xml name. The method returns a map where the key is
the xml name and value is the PropertyDescriptor
Parameters: jaxbClass - map |
getEnumValue | public static String getEnumValue(Enum myEnum)(Code) | | Parameters: clazz - namespace of root element qname or null if this is not object does not represent a root element |
getXmlRootElementQName | public static QName getXmlRootElementQName(Class clazz)(Code) | | Parameters: clazz - namespace of root element qname or null if this is not object does not represent aroot element |
getXmlRootElementQNameFromObject | public static QName getXmlRootElementQNameFromObject(Object obj)(Code) | | Parameters: clazz - namespace of root element qname or null if this is not object does not represent aroot element |
|
|
|