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 voiddebugException(X4OLanguageSession languageSession, Exception e) protected voiddebugStart(X4OLanguageSession languageSession, String debugHandlerKey, String debugStreamKey, String debugStreamCloseKey) protected voiddebugStop(X4OLanguageSession languageSession) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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
-