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

Packages that use AccessorException
com.sun.xml.bind.api Runtime API for the JAX-WS RI 
 

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

Methods in com.sun.xml.bind.api that throw AccessorException
abstract  V RawAccessor.get(B bean)
          Gets the value of the property of the given bean object.
abstract  void RawAccessor.set(B bean, V value)
          Sets the value of the property of the given bean object.