Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

E28847-01


org.eclipse.persistence.jaxb
Class JAXBIntrospector

java.lang.Object
  extended by javax.xml.bind.JAXBIntrospector
      extended by org.eclipse.persistence.jaxb.JAXBIntrospector


public class JAXBIntrospector
extends javax.xml.bind.JAXBIntrospector

INTERNAL

Purpose:Provide a TopLink implementation of JAXBIntrospector

Responsibilities:

This class is the TopLink implementation of JAXBIntrospector. An Introspector is created by a JAXBContext and allows the user to access certain pieces of meta-data about an instance of a JAXB bound class.

Since:
Oracle TopLink 11.1.1.0.0
Author:
mmacivor
See Also:
JAXBIntrospector, org.eclipse.persistence.jaxb.JAXB20Context

Field Summary
private  XMLContext context
           

 

Constructor Summary
JAXBIntrospector(XMLContext context)
           

 

Method Summary
 javax.xml.namespace.QName getElementName(java.lang.Object obj)
           
 boolean isElement(java.lang.Object obj)
           

 

Methods inherited from class javax.xml.bind.JAXBIntrospector
getValue

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

context

private XMLContext context

Constructor Detail

JAXBIntrospector

public JAXBIntrospector(XMLContext context)

Method Detail

isElement

public boolean isElement(java.lang.Object obj)
Specified by:
isElement in class javax.xml.bind.JAXBIntrospector

getElementName

public javax.xml.namespace.QName getElementName(java.lang.Object obj)
Specified by:
getElementName in class javax.xml.bind.JAXBIntrospector

Skip navigation links

Copyright © 1998, 2012, Oracle. All Rights Reserved.