|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.extrememessaging.ResponseMaster.COutputField
public class COutputField
This class is used by several of the disposition objects that take a list of fields
| Constructor Summary | |
|---|---|
COutputField()
|
|
| Method Summary | |
|---|---|
java.lang.String |
FieldName()
Retrieves the name of the field |
java.lang.String |
PreparedFieldValue(CMessage oMsg,
char cDelimiter)
Replace the delimiter with another character and truncate if necessary Also handle Nulls and strip CRLFs |
java.lang.String |
PreparedFieldValueMySql(CMessage oMsg)
Replace special characters using MySQL escaping and truncate if necessary |
void |
ReadFromElement(org.w3c.dom.Element oElem,
java.util.TimeZone timezoneForDates)
Read the field name, max length, and date format (if applicable) from an xml node that was read from the config file |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public COutputField()
| Method Detail |
|---|
public java.lang.String FieldName()
public void ReadFromElement(org.w3c.dom.Element oElem,
java.util.TimeZone timezoneForDates)
throws ResponseMasterException
oElem - The xmlnode to read from
Throws - a ResponseMasterException if there is a problem
ResponseMasterException
public java.lang.String PreparedFieldValue(CMessage oMsg,
char cDelimiter)
oMsg - The message to get the field fromcDelimiter - The delimiter to remove from the string
public java.lang.String PreparedFieldValueMySql(CMessage oMsg)
oMsg - The message to get the field from
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||