|
NextApp Echo3 v3.0.rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnextapp.echo.webcontainer.SynchronizationContext
public class SynchronizationContext
Basic Context implementation used by InputProcessor and OutputProcessor to parse
inbound and produce outbound XML synchronization messages.
Provides the following properties:
Document (provided by constructor)
Connection (provided by constructor)
SerialContext
PropertyPeerFactory
UserInstance
| Constructor Summary | |
|---|---|
SynchronizationContext(Connection conn,
org.w3c.dom.Document document)
Creates a new SynchronizationContext. |
|
| Method Summary | |
|---|---|
java.lang.Object |
get(java.lang.Class specificContextClass)
Returns a specific context, if supported, or null otherwise. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SynchronizationContext(Connection conn,
org.w3c.dom.Document document)
SynchronizationContext.
conn - the Connectiondocument - the inbound or outbound XML Document| Method Detail |
|---|
public java.lang.Object get(java.lang.Class specificContextClass)
nextapp.echo.app.util.Context
get in interface nextapp.echo.app.util.ContextspecificContextClass - the Class of the specific context to return.
Context.get(java.lang.Class)
|
NextApp Echo3 v3.0.rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||