Uses of Class
com.sun.xml.bind.api.AccessorException
Packages that use AccessorException
Package
Description
Runtime API for the JAX-WS RI
Implementation of the com.sun.xml.bind.j2s.model package.
Code that implements JAXBContext, Unmarshaller, and Marshaller.
Abstraction around accessing data of actual objects.
-
Uses of AccessorException in com.sun.xml.bind.api
Methods in com.sun.xml.bind.api that throw AccessorException -
Uses of AccessorException in com.sun.xml.bind.v2.model.impl
Methods in com.sun.xml.bind.v2.model.impl that throw AccessorExceptionModifier and TypeMethodDescriptionvoid
RuntimeBuiltinLeafInfoImpl.declareNamespace
(T o, XMLSerializer w) -
Uses of AccessorException in com.sun.xml.bind.v2.runtime
Methods in com.sun.xml.bind.v2.runtime that throw AccessorExceptionModifier and TypeMethodDescriptionvoid
FilterTransducer.declareNamespace
(T o, XMLSerializer w) void
Transducer.declareNamespace
(ValueT o, XMLSerializer w) Declares the namespace URIs used in the given value tow
.FilterTransducer.parse
(CharSequence lexical) Transducer.parse
(CharSequence lexical) Converts the lexical representation to a value object.Converts the given value to its lexical representation.void
FilterTransducer.writeLeafElement
(XMLSerializer w, Name tagName, T o, String fieldName) void
InlineBinaryTransducer.writeLeafElement
(XMLSerializer w, Name tagName, V o, String fieldName) void
MimeTypedTransducer.writeLeafElement
(XMLSerializer w, Name tagName, V o, String fieldName) void
SchemaTypeTransducer.writeLeafElement
(XMLSerializer w, Name tagName, V o, String fieldName) void
Transducer.writeLeafElement
(XMLSerializer w, Name tagName, ValueT o, String fieldName) Sends the result of theTransducer.print(Object)
operation to one of theXMLSerializer.leafElement(Name, String, String)
method.void
FilterTransducer.writeText
(XMLSerializer w, T o, String fieldName) void
InlineBinaryTransducer.writeText
(XMLSerializer w, V o, String fieldName) void
MimeTypedTransducer.writeText
(XMLSerializer w, V o, String fieldName) void
SchemaTypeTransducer.writeText
(XMLSerializer w, V o, String fieldName) void
Transducer.writeText
(XMLSerializer w, ValueT o, String fieldName) Sends the result of theTransducer.print(Object)
operation to one of theXMLSerializer.text(String, String)
method, but with the best representation of the value, not necessarily String. -
Uses of AccessorException in com.sun.xml.bind.v2.runtime.property
Methods in com.sun.xml.bind.v2.runtime.property that throw AccessorExceptionModifier and TypeMethodDescriptionAttributeProperty.getIdValue
(BeanT bean) Property.getIdValue
(BeanT bean) Gets the value of the property.ValueProperty.getIdValue
(BeanT bean) void
void
Resets the property value on the given object.void
void
AttributeProperty.serializeAttributes
(BeanT o, XMLSerializer w) Marshals one attribute.void
Property.serializeBody
(BeanT beanT, XMLSerializer target, Object outerPeer) final void
ValueProperty.serializeBody
(BeanT o, XMLSerializer w, Object outerPeer) void
AttributeProperty.serializeURIs
(BeanT o, XMLSerializer w) void
Property.serializeURIs
(BeanT beanT, XMLSerializer target) void
ValueProperty.serializeURIs
(BeanT o, XMLSerializer w) -
Uses of AccessorException in com.sun.xml.bind.v2.runtime.reflect
Methods in com.sun.xml.bind.v2.runtime.reflect that throw AccessorExceptionModifier and TypeMethodDescriptionabstract void
Once theLister.startPacking(BeanT, com.sun.xml.bind.v2.runtime.reflect.Accessor<BeanT, PropT>)
is called, you can add values to the pack by using this method.void
ListTransducedAccessorImpl.declareNamespace
(BeanT bean, XMLSerializer w) void
TransducedAccessor.declareNamespace
(BeanT o, XMLSerializer w) Obtain the value of the field and declares the namespace URIs used in the value.void
abstract void
Finally, call this method to wraps up thepack
.abstract ValueT
Gets the value of the property of the given bean object.Accessor.getUnadapted
(BeanT bean) Sets the value without adapting the value.boolean
boolean
abstract boolean
Checks if the field has a value.void
ListTransducedAccessorImpl.parse
(BeanT bean, CharSequence lexical) void
TransducedAccessor.CompositeTransducedAccessorImpl.parse
(BeanT bean, CharSequence lexical) abstract void
TransducedAccessor.parse
(BeanT o, CharSequence lexical) Parses the text value into the responsible field of the given bean.abstract String
abstract CharSequence
Prints the responsible field of the given bean to the writer.void
abstract void
Clears the values of the property.void
void
abstract void
Sets the value of the property of the given bean object.void
void
Accessor.setUnadapted
(BeanT bean, Object value) Sets the value without adapting the value.Lister.CollectionLister.startPacking
(BeanT bean, Accessor<BeanT, T> acc) abstract PackT
Lister.startPacking
(BeanT bean, Accessor<BeanT, PropT> acc) Setting values to a multi-value property starts by creating a transient object called "pack" from the current field.void
DefaultTransducedAccessor.writeLeafElement
(XMLSerializer w, Name tagName, T o, String fieldName) void
TransducedAccessor.CompositeTransducedAccessorImpl.writeLeafElement
(XMLSerializer w, Name tagName, BeanT o, String fieldName) abstract void
TransducedAccessor.writeLeafElement
(XMLSerializer w, Name tagName, BeanT o, String fieldName) Convenience method to write the value as a text inside an element without any attributes.void
DefaultTransducedAccessor.writeText
(XMLSerializer w, T o, String fieldName) void
TransducedAccessor.CompositeTransducedAccessorImpl.writeText
(XMLSerializer w, BeanT o, String fieldName) abstract void
TransducedAccessor.writeText
(XMLSerializer w, BeanT o, String fieldName) Invokes one of theXMLSerializer.text(String, String)
method with the representation of data bested suited for this transduced accessor. -
Uses of AccessorException in com.sun.xml.bind.v2.runtime.reflect.opt
Methods in com.sun.xml.bind.v2.runtime.reflect.opt that throw AccessorExceptionModifier and TypeMethodDescriptionvoid
TransducedAccessor_field_Integer.writeLeafElement
(XMLSerializer w, Name tagName, Object o, String fieldName) void
TransducedAccessor_method_Integer.writeLeafElement
(XMLSerializer w, Name tagName, Object o, String fieldName) -
Uses of AccessorException in com.sun.xml.bind.v2.runtime.unmarshaller
Methods in com.sun.xml.bind.v2.runtime.unmarshaller that throw AccessorExceptionModifier and TypeMethodDescriptionvoid
Scope.finish()
Finishes up the current packing in progress (if any) and resets this object.