Oracle® Calendar Web Services Java API Reference
10g Release 1 (10.1.1)

B14475-01


oracle.calendar.soap.client
Class PingReply

java.lang.Object
  extended byoracle.calendar.soap.client.CalendarReply
      extended byoracle.calendar.soap.client.PingReply


public class PingReply
extends CalendarReply

Encapsulates the XML received from a PingCommand. The Ping Reply object can be obtained from a CalendarResponse.

See Also:
CalendaringResponse, PingCommand

Field Summary

Fields inherited from class oracle.calendar.soap.client.CalendarReply
k_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 SOAP <Body> element.

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

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

PingReply

public PingReply()
Default constructor. version 2002-12-19 fix008359

Method Detail

unmarshall

public static PingReply unmarshall(java.util.Vector in_bodyEntries)
Constructs a new PingReply instance from the XML elements within the SOAP <Body> element. The PingReply will contain the contents of the first <PingReply> element found. version 2002-12-19 fix008359
Parameters:
in_bodyEntries - - Vector of XML elements
Returns:
PingReply

Oracle® Calendar Web Services Java API Reference
10g Release 1 (10.1.1)

B14475-01


Copyright © 1998, 2005, Oracle. All rights reserved.