Uses of Class
com.sun.xml.bind.api.RawAccessor

Packages that use RawAccessor
com.sun.xml.bind.api Runtime API for the JAX-WS RI 
com.sun.xml.bind.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller. 
 

Uses of RawAccessor in com.sun.xml.bind.api
 

Methods in com.sun.xml.bind.api that return RawAccessor
abstract
<B,V> RawAccessor<B,V>
JAXBRIContext.getElementPropertyAccessor(Class<B> wrapperBean, String nsUri, String localName)
          Gets a RawAccessor for the specified element property of the specified wrapper bean class.
 

Uses of RawAccessor in com.sun.xml.bind.v2.runtime
 

Methods in com.sun.xml.bind.v2.runtime that return RawAccessor
 RawAccessor JAXBContextImpl.getElementPropertyAccessor(Class wrapperBean, String nsUri, String localName)
           
 



Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.