Uses of Class
com.sun.xml.bind.api.RawAccessor
Packages that use RawAccessor
Package
Description
Runtime API for the JAX-WS RI
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 RawAccessorModifier and TypeMethodDescriptionabstract <B,
V> RawAccessor<B, V> JAXBRIContext.getElementPropertyAccessor
(Class<B> wrapperBean, String nsUri, String localName) Gets aRawAccessor
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 RawAccessorModifier and TypeMethodDescriptionJAXBContextImpl.getElementPropertyAccessor
(Class wrapperBean, String nsUri, String localName)