Package org.apache.cxf.aegis
Class AbstractAegisIoImpl
- java.lang.Object
-
- org.apache.cxf.aegis.AbstractAegisIoImpl
-
- Direct Known Subclasses:
AegisElementDataReader,AegisElementDataWriter,AegisXMLStreamDataReader,AegisXMLStreamDataWriter
public abstract class AbstractAegisIoImpl extends Object
Common implementation of the Aegis data readers and writer.
-
-
Field Summary
Fields Modifier and Type Field Description protected AegisContextaegisContextprotected Contextcontextprotected Map<String,Object>propertiesprotected Schemaschema
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractAegisIoImpl(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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContextgetContext()voidsetProperty(String prop, Object value)voidsetSchema(Schema s)
-
-
-
Constructor Detail
-
AbstractAegisIoImpl
protected AbstractAegisIoImpl(AegisContext globalContext)
-
AbstractAegisIoImpl
protected 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.- Parameters:
globalContext-context-
-
-