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

B14475-01


oracle.calendar.soap.client
Class PingCommand

java.lang.Object
  extended byoracle.calendar.soap.client.CalendaringCommand
      extended byoracle.calendar.soap.client.PingCommand


public class PingCommand
extends CalendaringCommand

Tests if the backend Calendar Web Services host is active. The getElements() XML DOM is passed to the Calendarlet's Ping() command.

There is no requirement for authentication.

See Also:
Calendarlet.Ping(org.w3c.dom.Element)

Constructor Summary
PingCommand()
Default constructor.

Method Summary
org.w3c.dom.Element getElement()
Returns a new XML DOM structure representing the Ping SOAP method to be transmitted to the Calendar Web service.

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

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

Constructor Detail

PingCommand

public PingCommand()
Default constructor. version 2002-12-16 fix008343

Method Detail

getElement

public org.w3c.dom.Element getElement()
Returns a new XML DOM structure representing the Ping SOAP method to be transmitted to the Calendar Web service. This XML DOM can be passed directly to the Calendarlet's Ping command. version 2002-12-16 fix008343
Overrides:
getElement in class CalendaringCommand
Returns:
Element an XML DOM element tree
See Also:
Calendarlet.Ping(org.w3c.dom.Element)

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

B14475-01


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