Class AbstractX4OConnectionDebug
java.lang.Object
org.x4o.xml.io.AbstractX4OConnectionDebug
- All Implemented Interfaces:
X4OConnection
- Direct Known Subclasses:
AbstractX4OConnection
AbstractX4OConnectionDebug has the abstract debug code of all connections.
- Version:
- 1.0 Mar 14, 2014
- Author:
- Willem Cazander
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
debugException
(X4OLanguageSession languageSession, Exception e) protected void
debugStart
(X4OLanguageSession languageSession, String debugHandlerKey, String debugStreamKey, String debugStreamCloseKey) protected void
debugStop
(X4OLanguageSession languageSession) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.x4o.xml.io.X4OConnection
addPhaseSkip, getProperty, getPropertyKeys, setPhaseStop, setProperty
-
Field Details
-
ABSTRACT_DEBUG_OUTPUT_HANDLER
- See Also:
-
ABSTRACT_DEBUG_OUTPUT_STREAM
- See Also:
-
ABSTRACT_DEBUG_OUTPUT_STREAM_CLOSE
- See Also:
-
-
Constructor Details
-
AbstractX4OConnectionDebug
public AbstractX4OConnectionDebug()
-
-
Method Details
-
debugStart
protected void debugStart(X4OLanguageSession languageSession, String debugHandlerKey, String debugStreamKey, String debugStreamCloseKey) throws UnsupportedEncodingException, SAXException -
debugException
protected void debugException(X4OLanguageSession languageSession, Exception e) throws X4OConnectionException - Throws:
X4OConnectionException
-
debugStop
- Throws:
X4OConnectionException
-