|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap<java.lang.String,java.lang.Object>
com.envoisolutions.sxc.Context
public abstract class Context
Entry point to SXC runtime.
Context serves as the factory of Reader and Writer,
as well as the generic configuration mechanism (HashMap)
| Constructor Summary | |
|---|---|
Context()
|
|
| Method Summary | |
|---|---|
abstract Reader |
createReader()
Obtains an instance of Reader. |
abstract Writer |
createWriter()
|
| Methods inherited from class java.util.HashMap |
|---|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from class java.util.AbstractMap |
|---|
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
|---|
equals, hashCode |
| Constructor Detail |
|---|
public Context()
| Method Detail |
|---|
public abstract Reader createReader()
Reader.
Stateless Reader implementation may return the same reader
for multiple invocations.
Context.public abstract Writer createWriter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||