raccoon.core.badhnati.xml
Class PsfXmlConstants

java.lang.Object
  extended by raccoon.core.badhnati.xml.PsfXmlConstants

public abstract class PsfXmlConstants
extends java.lang.Object

Contains the various constants used by the XML to Message converter service.

Since:
Raccoon v1.0
Version:
$Id: PsfXmlConstants.java,v 1.1 2004/08/11 21:15:42 crouvrais Exp $
Author:
Cedric ROUVRAIS

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

XML_HEADER_ELEMENT

public static final java.lang.String XML_HEADER_ELEMENT
The name of the header element within the XML document generated.

See Also:
Constant Field Values

XML_ENCODING_ELEMENT

public static final java.lang.String XML_ENCODING_ELEMENT
The name of the encoding element within the XML document generated.

See Also:
Constant Field Values

XML_BODY_ELEMENT

public static final java.lang.String XML_BODY_ELEMENT
The name of the body element within the XML document generated.

See Also:
Constant Field Values

XML_FIELD_ELEMENT

public static final java.lang.String XML_FIELD_ELEMENT
The name of the field element within the XML document generated.

See Also:
Constant Field Values

XML_FIELD_NAME

public static final java.lang.String XML_FIELD_NAME
The name of the attribute used to identify the field name.

See Also:
Constant Field Values

XML_FIELD_ID

public static final java.lang.String XML_FIELD_ID
The name of the attributed used to identify the id of the TibrvField.

See Also:
Constant Field Values

XML_SEND_SUBJECT_ELEMENT

public static final java.lang.String XML_SEND_SUBJECT_ELEMENT
The name of the sendSubject element within the XML document generated.

See Also:
Constant Field Values

XML_REPLY_SUBJECT_ELEMENT

public static final java.lang.String XML_REPLY_SUBJECT_ELEMENT
The name of the replySubject element within the XML document generated.

See Also:
Constant Field Values

XML_FIELD_BUS_TYPE

public static final java.lang.String XML_FIELD_BUS_TYPE
The name of the attribute used to identify the message field type.

See Also:
Constant Field Values

XML_FIELD_JAVA_TYPE

public static final java.lang.String XML_FIELD_JAVA_TYPE
The name of the attribute used to identify the java type.

See Also:
Class.getName(), Constant Field Values

XML_S_SEND_SUBJECT

public static final java.lang.String XML_S_SEND_SUBJECT
The start of element "sendSubject".

See Also:
Constant Field Values

XML_E_SEND_SUBJECT

public static final java.lang.String XML_E_SEND_SUBJECT
The end of element "sendSubject".

See Also:
Constant Field Values

XML_S_REPLY_SUBJECT

public static final java.lang.String XML_S_REPLY_SUBJECT
The start of element "replySubject".

See Also:
Constant Field Values

XML_E_REPLY_SUBJECT

public static final java.lang.String XML_E_REPLY_SUBJECT
The end of element "replySubject".

See Also:
Constant Field Values

XML_S_ENCODING

public static final java.lang.String XML_S_ENCODING
The start of element "encoding".

See Also:
Constant Field Values

XML_E_ENCODING

public static final java.lang.String XML_E_ENCODING
The end of element "encoding".

See Also:
Constant Field Values
Constructor Detail

PsfXmlConstants

public PsfXmlConstants()


Copyright null null. All Rights Reserved.