oracle.calendar.soap.client
Class PingReply

java.lang.Object
  |
  +--oracle.calendar.soap.client.CalendarReply
        |
        +--oracle.calendar.soap.client.PingReply

public class PingReply
extends CalendarReply

The PingReply class provides the encapsulation for the XML received from a PingCommand. The Ping Reply object can be obtained from a CalendarResponse.

See Also:
CalendaringResponse, PingCommand

Fields inherited from class oracle.calendar.soap.client.CalendarReply
k_cmdId, m_cmdId

 

Constructor Summary
PingReply()
          Default constructor.

 

Method Summary
static PingReply unmarshall(java.util.Vector in_bodyEntries)
          Constructs a new PingReply instance from the XML elements within the bodyEntries.

 

Methods inherited from class oracle.calendar.soap.client.CalendarReply
getCmdId, setCmdId

 

Methods inherited from class java.lang.Object
<clinit>, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait

 

Constructor Detail

PingReply

public PingReply()
Default constructor.
Method Detail

unmarshall

public static PingReply unmarshall(java.util.Vector in_bodyEntries)
Constructs a new PingReply instance from the XML elements within the bodyEntries. The PingReply will contain the contents of the first <PingReply> element found
Parameters:
in_bodyEntries -  
Returns:
PingReply a PingReply object