|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xmlecho.palomar.core.ECHOConnectionImpl
maintains state for a connection to an ECHO XProcessor
| Constructor Summary | |
ECHOConnectionImpl(XProcessor xProcessor,
java.lang.String userName,
java.lang.String userCredential)
|
|
| Method Summary | |
void |
evalECHOString(java.lang.String request,
org.xml.sax.ContentHandler response,
ECHOContext context)
evaluates the ECHO script in the given request String. |
void |
evalECHOToSAX(org.xml.sax.XMLReader reader,
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 newly extended context |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ECHOConnectionImpl(XProcessor xProcessor,
java.lang.String userName,
java.lang.String userCredential)
throws ECHOException
| Method Detail |
public User getConnectedUser()
getConnectedUser in interface ECHOConnectionpublic XProcessor getECHO()
ECHOConnection
getECHO in interface ECHOConnectionpublic ECHOContext getExtendedContext()
getExtendedContext in interface ECHOConnectionpublic ECHOContext getBaseContext()
ECHOConnection
getBaseContext in interface ECHOConnection
public void evalECHOString(java.lang.String request,
org.xml.sax.ContentHandler response,
ECHOContext context)
throws java.lang.Exception
evalECHOString in interface ECHOConnectionjava.lang.Exception
public void evalECHOToSAX(org.xml.sax.XMLReader reader,
org.xml.sax.InputSource src,
org.xml.sax.ContentHandler result,
ECHOContext context)
throws ECHOException
evalECHOToSAX in interface ECHOConnectionECHOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||