Uses of Class
org.apache.cxf.aegis.AegisContext
Packages that use AegisContext
-
Uses of AegisContext in org.apache.cxf.aegis
Fields in org.apache.cxf.aegis declared as AegisContextMethods in org.apache.cxf.aegis that return AegisContextConstructors in org.apache.cxf.aegis with parameters of type AegisContextModifierConstructorDescriptionprotectedAbstractAegisIoImpl(AegisContext globalContext) protectedAbstractAegisIoImpl(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 AegisContextMethods in org.apache.cxf.aegis.databinding with parameters of type AegisContextModifier and TypeMethodDescriptionvoidAegisDatabinding.setAegisContext(AegisContext aegisContext) Constructors in org.apache.cxf.aegis.databinding with parameters of type AegisContext -
Uses of AegisContext in org.apache.cxf.aegis.type
Methods in org.apache.cxf.aegis.type with parameters of type AegisContextModifier and TypeMethodDescriptionstatic 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)