Package | Description |
---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
abstract <B,V> RawAccessor<B,V> |
JAXBRIContext.getElementPropertyAccessor(java.lang.Class<B> wrapperBean,
java.lang.String nsUri,
java.lang.String localName) |
Gets a
RawAccessor for the specified element property of the specified wrapper bean class. |
Modifier and Type | Method | Description |
---|---|---|
RawAccessor |
JAXBContextImpl.getElementPropertyAccessor(java.lang.Class wrapperBean,
java.lang.String nsUri,
java.lang.String localName) |
Copyright © 2018 Oracle Corporation. All rights reserved.