Main Page | Packages | Class Hierarchy | Class List | Directories | File List | Class Members | Related Pages

org.openmobileis.synchro.openmsp.protocol.Header Class Reference

Inheritance diagram for org.openmobileis.synchro.openmsp.protocol.Header:

org.openmobileis.synchro.openmsp.protocol.Element org.openmobileis.common.util.OpenMISSerializable List of all members.

Detailed Description

Title: OpenMobileIS project source
Description: OpenMSP header.

Author:
Philippe Delrieu
Since:
JDK 1.1
Version:
1.0.

Definition at line 36 of file Header.java.

Public Member Functions

 Header (long sessionID, String source, String target)
 Header (long sessionID, String source, String target, String credentialMeta, String credentialData)
boolean hasCommmandId ()
int getElementType ()
int getCmdId ()
int getMsgId ()
long getSessionID ()
String getSource ()
String getTarget ()
void setCredential (String meta, String data)
String[] getCredential ()
String getVersion ()
String toString ()
void setCmdId (int cmdId)
void setElementType (int elementType)
void setCredentialData (String data)
void setCredentialMeta (String meta)
void setSource (String source)
void setTarget (String target)
void setMetaInformation (String meta)
void setCmdRef (int cmdRef)
void setSourceRef (String source)
void setSourceSessionID (long sessionid)
void setTargetRef (String target)
void setData (String data)
void setSessionID (long ns)
void writeBeginTag (StringBuffer buffer)
void writeEndTag (StringBuffer buffer)
void writeContent (StringBuffer buffer)

Protected Member Functions

 Header ()

Protected Attributes

String target
String source
long sessionID
int msgID = 1
String[] credential

Static Package Attributes

static final long serialVersionUID = 1L
 Set version of the serialized data to make it compatible with new class versions.


The documentation for this class was generated from the following file:
Generated on Wed Dec 14 21:05:40 2005 for OpenMobileIS by  doxygen 1.4.4