Class DomXmlLogger
java.lang.Object
org.camunda.commons.logging.BaseLogger
org.camunda.bpm.client.impl.ExternalTaskClientLogger
org.camunda.bpm.client.variable.impl.format.xml.DomXmlLogger
-
Field Summary
Fields inherited from class org.camunda.bpm.client.impl.ExternalTaskClientLogger
CLIENT_LOGGER, ENGINE_CLIENT_LOGGER, JSON_FORMAT_LOGGER, PROJECT_CODE, PROJECT_LOGGER, SERIALIZABLE_FORMAT_LOGGER, TOPIC_SUBSCRIPTION_MANAGER_LOGGER, XML_FORMAT_LOGGER
Fields inherited from class org.camunda.commons.logging.BaseLogger
componentId, delegateLogger, projectCode
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclassNotFound
(String classname, ClassNotFoundException cause) void
void
documentBuilderFactoryConfiguration
(String property, String value) void
unableToCreateContext
(Throwable cause) unableToCreateParser
(Exception cause) unableToDeserialize
(Object node, String canonicalClassName, Throwable cause) unableToTransformElement
(Node element, Exception cause) unableToWriteInput
(Object parameter, Throwable cause) void
Methods inherited from class org.camunda.bpm.client.impl.ExternalTaskClientLogger
asyncResponseTimeoutNotGreaterThanZeroException, baseUrlNullException, basicAuthCredentialsNullException, cannotGetHostnameException, cannotSerializeVariable, createMessage, doubleDirectionConfigException, externalTaskHandlerNullException, handledEngineClientException, interceptorNullException, lockDurationIsNotGreaterThanZeroException, logDataFormat, logDataFormatConfigurator, logDataFormatProvider, logDataFormats, logError, logInfo, maxTasksNotGreaterThanZeroException, missingDirectionException, multipleProvidersForDataformat, passNullValueParameter, topicNameAlreadySubscribedException, topicNameNullException, unspecifiedOrderByMethodException, valueMapperExceptionDueToNoObjectTypeName, valueMapperExceptionDueToSerializerNotFoundForTypedValue, valueMapperExceptionDueToSerializerNotFoundForTypedValueField, valueMapperExceptionWhileDeserializingObject, valueMapperExceptionWhileParsingDate, valueMapperExceptionWhileSerializingAbstractValue, valueMapperExceptionWhileSerializingObject
Methods inherited from class org.camunda.commons.logging.BaseLogger
createLogger, exceptionMessage, formatMessageTemplate, isDebugEnabled, isErrorEnabled, isInfoEnabled, isWarnEnabled, log, log, logDebug, logError, logInfo, logTrace, logWarn
-
Constructor Details
-
DomXmlLogger
public DomXmlLogger()
-
-
Method Details
-
usingDocumentBuilderFactory
-
createdDocumentBuilder
public void createdDocumentBuilder() -
documentBuilderFactoryConfiguration
-
parsingInput
public void parsingInput() -
unableToCreateParser
-
unableToParseInput
-
unableToCreateTransformer
-
unableToTransformElement
-
unableToWriteInput
-
unableToDeserialize
public DataFormatException unableToDeserialize(Object node, String canonicalClassName, Throwable cause) -
unableToCreateMarshaller
-
unableToCreateContext
-
unableToCreateUnmarshaller
-
classNotFound
-