|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectraccoon.core.badhnati.xml.PsfXmlConstants
public abstract class PsfXmlConstants
Contains the various constants used by the XML to Message converter service.
| Field Summary | |
|---|---|
static java.lang.String |
XML_BODY_ELEMENT
The name of the body element within the XML document generated. |
static java.lang.String |
XML_E_ENCODING
The end of element "encoding". |
static java.lang.String |
XML_E_REPLY_SUBJECT
The end of element "replySubject". |
static java.lang.String |
XML_E_SEND_SUBJECT
The end of element "sendSubject". |
static java.lang.String |
XML_ENCODING_ELEMENT
The name of the encoding element within the XML document generated. |
static java.lang.String |
XML_FIELD_BUS_TYPE
The name of the attribute used to identify the message field type. |
static java.lang.String |
XML_FIELD_ELEMENT
The name of the field element within the XML document generated. |
static java.lang.String |
XML_FIELD_ID
The name of the attributed used to identify the id of the TibrvField. |
static java.lang.String |
XML_FIELD_JAVA_TYPE
The name of the attribute used to identify the java type. |
static java.lang.String |
XML_FIELD_NAME
The name of the attribute used to identify the field name. |
static java.lang.String |
XML_HEADER_ELEMENT
The name of the header element within the XML document generated. |
static java.lang.String |
XML_REPLY_SUBJECT_ELEMENT
The name of the replySubject element within the XML document generated. |
static java.lang.String |
XML_S_ENCODING
The start of element "encoding". |
static java.lang.String |
XML_S_REPLY_SUBJECT
The start of element "replySubject". |
static java.lang.String |
XML_S_SEND_SUBJECT
The start of element "sendSubject". |
static java.lang.String |
XML_SEND_SUBJECT_ELEMENT
The name of the sendSubject element within the XML document generated. |
| Constructor Summary | |
|---|---|
PsfXmlConstants()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String XML_HEADER_ELEMENT
public static final java.lang.String XML_ENCODING_ELEMENT
public static final java.lang.String XML_BODY_ELEMENT
public static final java.lang.String XML_FIELD_ELEMENT
public static final java.lang.String XML_FIELD_NAME
public static final java.lang.String XML_FIELD_ID
public static final java.lang.String XML_SEND_SUBJECT_ELEMENT
public static final java.lang.String XML_REPLY_SUBJECT_ELEMENT
public static final java.lang.String XML_FIELD_BUS_TYPE
public static final java.lang.String XML_FIELD_JAVA_TYPE
Class.getName(),
Constant Field Valuespublic static final java.lang.String XML_S_SEND_SUBJECT
public static final java.lang.String XML_E_SEND_SUBJECT
public static final java.lang.String XML_S_REPLY_SUBJECT
public static final java.lang.String XML_E_REPLY_SUBJECT
public static final java.lang.String XML_S_ENCODING
public static final java.lang.String XML_E_ENCODING
| Constructor Detail |
|---|
public PsfXmlConstants()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||