Uses of Class
org.apache.cxf.aegis.DatabindingException
-
-
Uses of DatabindingException in org.apache.cxf.aegis.type
Methods in org.apache.cxf.aegis.type that throw DatabindingException Modifier and Type Method Description abstract ObjectAegisType. readObject(MessageReader reader, Context context)Read in the XML fragment and create an object.abstract voidAegisType. writeObject(Object object, MessageWriter writer, Context context)Writes the object to the MessageWriter. -
Uses of DatabindingException in org.apache.cxf.aegis.type.basic
Methods in org.apache.cxf.aegis.type.basic that throw DatabindingException Modifier and Type Method Description protected Collection<Object>ArrayType. readCollection(MessageReader reader, QName flatElementName, Context context)Read the elements of an array or array-like item.ObjectArrayType. readObject(MessageReader reader, QName flatElementName, Context context, boolean asArray)ObjectArrayType. readObject(MessageReader reader, Context context)ObjectBase64Type. readObject(MessageReader mreader, Context context)ObjectBeanType. readObject(MessageReader reader, Context context)Read in the XML fragment and create an object.ObjectCalendarType. readObject(MessageReader reader, Context context)ObjectCharacterAsStringType. readObject(MessageReader reader, Context context)Read in the XML fragment and create an object.ObjectDateTimeType. readObject(MessageReader reader, Context context)ObjectDateType. readObject(MessageReader reader, Context context)ObjectObjectType. readObject(MessageReader reader, Context context)ObjectSqlDateType. readObject(MessageReader reader, Context context)ObjectTimestampType. readObject(MessageReader reader, Context context)ObjectTimeType. readObject(MessageReader reader, Context context)ObjectTimezoneLessDateType. readObject(MessageReader reader, Context context)voidArrayType. writeObject(Object values, MessageWriter writer, Context context)voidArrayType. writeObject(Object values, MessageWriter writer, Context context, QName flatElementName)Write an array type, using the desired element name in the flattened case.voidBase64Type. writeObject(Object object, MessageWriter writer, Context context)voidBeanType. writeObject(Object object, MessageWriter writer, Context context)Writes the object to the MessageWriter.voidCharacterAsStringType. writeObject(Object object, MessageWriter writer, Context context)Writes the object to the MessageWriter.voidObjectType. writeObject(Object object, MessageWriter writer, Context context)protected voidBeanType. writeProperty(QName name, Object object, Object property, Class<?> impl, BeanTypeInfo inf)Write the specified property to a field.protected voidArrayType. writeValue(Object value, MessageWriter writer, Context context, AegisType type, String name, String ns) -
Uses of DatabindingException in org.apache.cxf.aegis.type.collection
Methods in org.apache.cxf.aegis.type.collection that throw DatabindingException Modifier and Type Method Description ObjectCollectionType. readObject(MessageReader reader, Context context)ObjectMapType. readObject(MessageReader reader, Context context)voidCollectionType. writeObject(Object object, MessageWriter writer, Context context)voidMapType. writeObject(Object object, MessageWriter writer, Context context) -
Uses of DatabindingException in org.apache.cxf.aegis.type.encoded
Methods in org.apache.cxf.aegis.type.encoded that throw DatabindingException Modifier and Type Method Description List<Object>TrailingBlocks. readBlocks(MessageReader reader, Context context)Reads all remailing elements in the reader and registers them with the SoapRefRegistry in the context.protected List<Object>SoapArrayType. readCollection(MessageReader reader, Context context, ArrayTypeInfo arrayTypeInfo, int maxSize)ObjectSoapArrayType. readObject(MessageReader reader, Context context)ObjectSoapRefType. readObject(MessageReader reader, Context context)voidSoapArrayType. writeObject(Object values, MessageWriter writer, Context context)voidSoapRefType. writeObject(Object object, MessageWriter writer, Context context)protected voidStructType. writeProperty(QName name, Object object, Object property, Class<?> impl, BeanTypeInfo inf)Adds special handeling for SoapRefsprotected voidSoapArrayType. writeValue(Object value, MessageWriter writer, Context context, AegisType type) -
Uses of DatabindingException in org.apache.cxf.aegis.type.mtom
Methods in org.apache.cxf.aegis.type.mtom that throw DatabindingException Modifier and Type Method Description ObjectAbstractXOPType. readMtoM(MessageReader reader, Context context)This is called from base64Type when it recognizes an XOP attachment.ObjectAbstractXOPType. readObject(MessageReader reader, Context context)This defers to the plain base64 type, which calls back into here above for XOP.voidAbstractXOPType. writeObject(Object object, MessageWriter writer, Context context) -
Uses of DatabindingException in org.apache.cxf.aegis.type.xml
Methods in org.apache.cxf.aegis.type.xml that throw DatabindingException Modifier and Type Method Description ObjectDocumentType. readObject(MessageReader mreader, Context context)ObjectJDOMDocumentType. readObject(MessageReader mreader, Context context)ObjectJDOMElementType. readObject(MessageReader mreader, Context context)ObjectSourceType. readObject(MessageReader mreader, Context context)ObjectXMLStreamReaderType. readObject(MessageReader mreader, Context context)protected voidSourceType. write(Source object, XMLStreamWriter writer)voidDocumentType. writeObject(Object object, MessageWriter writer, Context context)voidJDOMDocumentType. writeObject(Object object, MessageWriter writer, Context context)voidJDOMElementType. writeObject(Object object, MessageWriter writer, Context context)voidSourceType. writeObject(Object object, MessageWriter writer, Context context)voidXMLStreamReaderType. writeObject(Object object, MessageWriter writer, Context context)
-