de.odysseus.staxon.json.jaxb
Class JsonXMLRootProvider

java.lang.Object
  extended by de.odysseus.staxon.json.jaxb.JsonXMLRootProvider

public class JsonXMLRootProvider
extends Object

Root name/element provider.


Constructor Summary
JsonXMLRootProvider()
           
 
Method Summary
 JAXBElement<?> createElement(Class<?> type, Object value)
          Create root element for an @XmlRootElement or @XmlType-annotaed type.
 QName getName(Class<?> type)
          Calculate root element name for an @XmlRootElement or @XmlType-annotaed type.
protected  String getNamespaceURI(XmlElementDecl xmlElementDecl, XmlSchema xmlSchema)
           
protected  String getNamespaceURI(XmlRootElement xmlRootElement, XmlSchema xmlSchema)
           
protected  String getNamespaceURI(XmlType xmlType, XmlSchema xmlSchema)
           
protected  String getPrefix(String namespaceURI, XmlSchema xmlSchema)
           
protected  Method getXmlElementDeclMethod(Class<?> type)
          Determine @XmlElementDecl-annotated factory method to create JAXBElement for an @XmlType-annotated type
protected  QName getXmlRootElementName(Class<?> type)
          Calculate root element name for an @XmlRootElement-annotated type.
protected  QName getXmlTypeName(Class<?> type)
          Calculate root element name for an @XmlType-annotated type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonXMLRootProvider

public JsonXMLRootProvider()
Method Detail

getNamespaceURI

protected String getNamespaceURI(XmlType xmlType,
                                 XmlSchema xmlSchema)

getNamespaceURI

protected String getNamespaceURI(XmlRootElement xmlRootElement,
                                 XmlSchema xmlSchema)

getNamespaceURI

protected String getNamespaceURI(XmlElementDecl xmlElementDecl,
                                 XmlSchema xmlSchema)

getPrefix

protected String getPrefix(String namespaceURI,
                           XmlSchema xmlSchema)

getXmlRootElementName

protected QName getXmlRootElementName(Class<?> type)
Calculate root element name for an @XmlRootElement-annotated type.

Parameters:
type -
Returns:
element name

getXmlTypeName

protected QName getXmlTypeName(Class<?> type)
Calculate root element name for an @XmlType-annotated type.

Parameters:
type -
Returns:
element name

getXmlElementDeclMethod

protected Method getXmlElementDeclMethod(Class<?> type)
Determine @XmlElementDecl-annotated factory method to create JAXBElement for an @XmlType-annotated type

Parameters:
type -
Returns:
element

getName

public QName getName(Class<?> type)
Calculate root element name for an @XmlRootElement or @XmlType-annotaed type.

Parameters:
type -
Returns:
name or null

createElement

public JAXBElement<?> createElement(Class<?> type,
                                    Object value)
                             throws JAXBException
Create root element for an @XmlRootElement or @XmlType-annotaed type.

Parameters:
type -
value -
Returns:
root element (or null)
Throws:
JAXBException


Copyright © 2011-2012. All Rights Reserved.