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

B14475-01


oracle.calendar.soap.client
Class CalendaringCommand

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

Direct Known Subclasses:
CreateCommand, DeleteCommand, ModifyCommand, NoopCommand, PingCommand, SearchCommand, SummaryCommand

public class CalendaringCommand
extends java.lang.Object

The base class for all commands to be invoked through the Calendarlet.

At this class level, the namespace is defined for all invokable commands.


Constructor Summary
CalendaringCommand()
Sole constructor for the base class.

Method Summary
java.lang.String getCmdId()
Retrieves a command ID that was previously set in the command.
org.w3c.dom.Element getElement()
Returns a new XML DOM structure representing the SOAP method to be transmitted to the Calendar Web service.
java.lang.String getNamespace()
Returns the namespace for the Calendarlet command.
void setCmdId(java.lang.String in_cmdId)
Specifies a command ID used by the client side code to permit the matching of replies with the originating command.

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

Constructor Detail

CalendaringCommand

public CalendaringCommand()
Sole constructor for the base class. version 2002-12-16 fix008343

Method Detail

getNamespace

public java.lang.String getNamespace()
Returns the namespace for the Calendarlet command. version 2002-12-16 fix008343
Returns:
String - namespace

getCmdId

public java.lang.String getCmdId()
Retrieves a command ID that was previously set in the command. version 2002-12-19 fix008359
Returns:
String - command ID

setCmdId

public void setCmdId(java.lang.String in_cmdId)
Specifies a command ID used by the client side code to permit the matching of replies with the originating command. This string can be anything. The exact string will be in the Calendar Web services reply. version 2002-12-19 fix008359
Parameters:
in_cmdId - - command ID

getElement

public org.w3c.dom.Element getElement()
Returns a new XML DOM structure representing the SOAP method to be transmitted to the Calendar Web service. This XML DOM can be passed directly to a Calendarlet's SOAP command. This method must be overridden in derived classes. version 2002-12-16 fix008343
Returns:
Element - XML DOM element tree

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

B14475-01


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