Uses of Class
org.apache.cxf.aegis.AegisContext
-
Packages that use AegisContext Package Description org.apache.cxf.aegis org.apache.cxf.aegis.databinding org.apache.cxf.aegis.type -
-
Uses of AegisContext in org.apache.cxf.aegis
Fields in org.apache.cxf.aegis declared as AegisContext Modifier and Type Field Description protected AegisContextAbstractAegisIoImpl. aegisContextMethods in org.apache.cxf.aegis that return AegisContext Modifier and Type Method Description AegisContextContext. getGlobalContext()Constructors in org.apache.cxf.aegis with parameters of type AegisContext Constructor Description AbstractAegisIoImpl(AegisContext globalContext)AbstractAegisIoImpl(AegisContext globalContext, Context context)Due to the fact that the element data reader borrows this class, we need a constructor that takes an existing context.AegisElementDataReader(AegisContext globalContext)AegisElementDataWriter(AegisContext globalContext)AegisXMLStreamDataReader(AegisContext globalContext)AegisXMLStreamDataReader(AegisContext globalContext, Context context)This constructor is used by the Element data reader to borrow this class.Context(AegisContext aegisContext) -
Uses of AegisContext in org.apache.cxf.aegis.databinding
Methods in org.apache.cxf.aegis.databinding that return AegisContext Modifier and Type Method Description AegisContextAegisDatabinding. getAegisContext()Methods in org.apache.cxf.aegis.databinding with parameters of type AegisContext Modifier and Type Method Description voidAegisDatabinding. setAegisContext(AegisContext aegisContext)Constructors in org.apache.cxf.aegis.databinding with parameters of type AegisContext Constructor Description AegisDatabinding(AegisContext ctx) -
Uses of AegisContext in org.apache.cxf.aegis.type
Methods in org.apache.cxf.aegis.type with parameters of type AegisContext Modifier and Type Method Description static AegisTypeTypeUtil. getReadType(XMLStreamReader xsr, AegisContext context, AegisType baseType)static AegisTypeTypeUtil. getReadTypeStandalone(XMLStreamReader xsr, AegisContext context, AegisType baseType)getReadType cannot just look up the xsi:type in the mapping.static AegisTypeTypeUtil. getWriteType(AegisContext globalContext, Object value, AegisType type)static AegisTypeTypeUtil. getWriteTypeStandalone(AegisContext globalContext, Object value, Type reflectType)Allow writing of collections when the type of the collection object is known via anTypeobject.static AegisTypeTypeUtil. getWriteTypeStandalone(AegisContext globalContext, Object value, AegisType type)
-