javax.xml.bind
Class JAXBIntrospector

java.lang.Object
  extended by javax.xml.bind.JAXBIntrospector

public abstract class JAXBIntrospector
extends Object


Constructor Summary
JAXBIntrospector()
           
 
Method Summary
abstract  QName getElementName(Object jaxbElement)
           
static Object getValue(Object jaxbElement)
           
abstract  boolean isElement(Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAXBIntrospector

public JAXBIntrospector()
Method Detail

getElementName

public abstract QName getElementName(Object jaxbElement)

getValue

public static Object getValue(Object jaxbElement)

isElement

public abstract boolean isElement(Object object)


Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.