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 java.lang.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 java.util.Map<java.lang.String,java.lang.Object> properties
schema
protected javax.xml.validation.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(java.lang.String prop,
java.lang.Object value)
-
setSchema
public void setSchema(javax.xml.validation.Schema s)
-
getContext
public Context getContext()
Apache CXF