com.ebm_ws.infra.xmlmapping.interfaces
Interface IValidityLogger

All Known Implementing Classes:
ObjInfo

public interface IValidityLogger


Field Summary
static int ERROR
          Message Severity: error (blocking)
static int INFO
          Message Severity: information
static int WARNING
          Message Severity: warning
 
Method Summary
 void logMessage(IXmlObject iFromNode, java.lang.String iMappingName, int iSeverity, java.lang.String iMessage)
          Logs a validity message related to the given IXmlObject object.
 

Field Detail

INFO

static final int INFO
Message Severity: information

See Also:
Constant Field Values

WARNING

static final int WARNING
Message Severity: warning

See Also:
Constant Field Values

ERROR

static final int ERROR
Message Severity: error (blocking)

See Also:
Constant Field Values
Method Detail

logMessage

void logMessage(IXmlObject iFromNode,
                java.lang.String iMappingName,
                int iSeverity,
                java.lang.String iMessage)
Logs a validity message related to the given IXmlObject object.

Parameters:
iFromNode - The checking IXmlObject
iMappingName - The possible field mapping name related to this message
iSeverity - The message severity (INFO / WARNING / ERROR)
iMessage - The message text


Copyright © 2008 eBMWebsourcing. All Rights Reserved.