Uses of Class
org.glassfish.jaxb.runtime.api.AccessorException
-
Packages that use AccessorException Package Description org.glassfish.jaxb.runtime.api Runtime API for the JAX-WS RIorg.glassfish.jaxb.runtime.v2.model.impl Implementation of the org.glassfish.jaxb.j2s.model package.org.glassfish.jaxb.runtime.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.org.glassfish.jaxb.runtime.v2.runtime.unmarshaller -
-
Uses of AccessorException in org.glassfish.jaxb.runtime.api
Methods in org.glassfish.jaxb.runtime.api that throw AccessorException Modifier and Type Method Description abstract VRawAccessor. get(B bean)Gets the value of the property of the given bean object.abstract voidRawAccessor. set(B bean, V value)Sets the value of the property of the given bean object. -
Uses of AccessorException in org.glassfish.jaxb.runtime.v2.model.impl
Methods in org.glassfish.jaxb.runtime.v2.model.impl that throw AccessorException Modifier and Type Method Description voidRuntimeBuiltinLeafInfoImpl. declareNamespace(T o, XMLSerializer w) -
Uses of AccessorException in org.glassfish.jaxb.runtime.v2.runtime
Methods in org.glassfish.jaxb.runtime.v2.runtime that throw AccessorException Modifier and Type Method Description voidFilterTransducer. declareNamespace(T o, XMLSerializer w)voidTransducer. declareNamespace(ValueT o, XMLSerializer w)Declares the namespace URIs used in the given value tow.TFilterTransducer. parse(CharSequence lexical)ValueTTransducer. parse(CharSequence lexical)Converts the lexical representation to a value object.CharSequenceFilterTransducer. print(T o)CharSequenceInlineBinaryTransducer. print(V o)CharSequenceMimeTypedTransducer. print(V o)CharSequenceSchemaTypeTransducer. print(V o)CharSequenceTransducer. print(ValueT o)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 org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
Methods in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller that throw AccessorException Modifier and Type Method Description voidScope. finish()Finishes up the current packing in progress (if any) and resets this object.
-