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. 
com.sun.xml.ws.db.glassfish   
 

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)
           
 

Uses of RawAccessor in com.sun.xml.ws.db.glassfish
 

Constructors in com.sun.xml.ws.db.glassfish with parameters of type RawAccessor
RawAccessorWrapper(RawAccessor a)
           
 



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