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 TypeMethodDescriptionvoidRuntimeBuiltinLeafInfoImpl.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 TypeMethodDescriptionvoidFilterTransducer.declareNamespace(T o, XMLSerializer w) voidTransducer.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.voidFilterTransducer.writeLeafElement(XMLSerializer w, Name tagName, T o, String fieldName) voidInlineBinaryTransducer.writeLeafElement(XMLSerializer w, Name tagName, V o, String fieldName) voidMimeTypedTransducer.writeLeafElement(XMLSerializer w, Name tagName, V o, String fieldName) voidSchemaTypeTransducer.writeLeafElement(XMLSerializer w, Name tagName, V o, String fieldName) voidTransducer.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.voidFilterTransducer.writeText(XMLSerializer w, T o, String fieldName) voidInlineBinaryTransducer.writeText(XMLSerializer w, V o, String fieldName) voidMimeTypedTransducer.writeText(XMLSerializer w, V o, String fieldName) voidSchemaTypeTransducer.writeText(XMLSerializer w, V o, String fieldName) voidTransducer.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) voidvoidResets the property value on the given object.voidvoidAttributeProperty.serializeAttributes(BeanT o, XMLSerializer w) Marshals one attribute.voidProperty.serializeBody(BeanT beanT, XMLSerializer target, Object outerPeer) final voidValueProperty.serializeBody(BeanT o, XMLSerializer w, Object outerPeer) voidAttributeProperty.serializeURIs(BeanT o, XMLSerializer w) voidProperty.serializeURIs(BeanT beanT, XMLSerializer target) voidValueProperty.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 voidOnce 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.voidListTransducedAccessorImpl.declareNamespace(BeanT bean, XMLSerializer w) voidTransducedAccessor.declareNamespace(BeanT o, XMLSerializer w) Obtain the value of the field and declares the namespace URIs used in the value.voidabstract voidFinally, call this method to wraps up thepack.abstract ValueTGets the value of the property of the given bean object.Accessor.getUnadapted(BeanT bean) Sets the value without adapting the value.booleanbooleanabstract booleanChecks if the field has a value.voidListTransducedAccessorImpl.parse(BeanT bean, CharSequence lexical) voidTransducedAccessor.CompositeTransducedAccessorImpl.parse(BeanT bean, CharSequence lexical) abstract voidTransducedAccessor.parse(BeanT o, CharSequence lexical) Parses the text value into the responsible field of the given bean.abstract Stringabstract CharSequencePrints the responsible field of the given bean to the writer.voidabstract voidClears the values of the property.voidvoidabstract voidSets the value of the property of the given bean object.voidvoidAccessor.setUnadapted(BeanT bean, Object value) Sets the value without adapting the value.Lister.CollectionLister.startPacking(BeanT bean, Accessor<BeanT, T> acc) abstract PackTLister.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.voidDefaultTransducedAccessor.writeLeafElement(XMLSerializer w, Name tagName, T o, String fieldName) voidTransducedAccessor.CompositeTransducedAccessorImpl.writeLeafElement(XMLSerializer w, Name tagName, BeanT o, String fieldName) abstract voidTransducedAccessor.writeLeafElement(XMLSerializer w, Name tagName, BeanT o, String fieldName) Convenience method to write the value as a text inside an element without any attributes.voidDefaultTransducedAccessor.writeText(XMLSerializer w, T o, String fieldName) voidTransducedAccessor.CompositeTransducedAccessorImpl.writeText(XMLSerializer w, BeanT o, String fieldName) abstract voidTransducedAccessor.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 TypeMethodDescriptionvoidTransducedAccessor_field_Integer.writeLeafElement(XMLSerializer w, Name tagName, Object o, String fieldName) voidTransducedAccessor_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 TypeMethodDescriptionvoidScope.finish()Finishes up the current packing in progress (if any) and resets this object.