|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A connection to an ECHO Processor for a given User.
| Method Summary | |
void |
evalECHOString(java.lang.String request,
org.xml.sax.ContentHandler response,
ECHOContext context)
treats the string as a well-formed ECHO command, wraps it in an ECHO Request object, and sends it to an ECHO processor for evaluation |
void |
evalECHOToSAX(org.xml.sax.XMLReader request,
org.xml.sax.InputSource src,
org.xml.sax.ContentHandler result,
ECHOContext context)
evaluates the ECHO request with the current context. |
ECHOContext |
getBaseContext()
returns the original context, with bindings for the connection parameters. |
User |
getConnectedUser()
|
XProcessor |
getECHO()
return the ECHO XProcessor for this connection. |
ECHOContext |
getExtendedContext()
returns a new context, with bindings for the connection parameters, and ready for extending with scoped bindings. |
| Method Detail |
public User getConnectedUser()
public ECHOContext getBaseContext()
public ECHOContext getExtendedContext()
public void evalECHOString(java.lang.String request,
org.xml.sax.ContentHandler response,
ECHOContext context)
throws java.lang.Exception
java.lang.Exception
public void evalECHOToSAX(org.xml.sax.XMLReader request,
org.xml.sax.InputSource src,
org.xml.sax.ContentHandler result,
ECHOContext context)
throws ECHOException
ECHOExceptionpublic XProcessor getECHO()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||