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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
properties
protected Map<String,Object> properties
schema
protected Schema schema
aegisContext
protected AegisContext aegisContext
context
protected Context context
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
-
setProperty
public void setProperty(String prop,
Object value)
-
setSchema
public void setSchema(Schema s)
-
getContext
public Context getContext()
Apache CXF