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

B14475-01


oracle.calendar.soap.client
Class CreateCommand

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


public class CreateCommand
extends CalendaringCommand

Creates an event on the calendar server. The command requires an iCalendar object, which has all the information required to create a meeting. The getElements() XML DOM is passed to the Calendarlet's Create() command.

See Also:
Calendarlet.Create(org.w3c.dom.Element), iCalendar

Constructor Summary
CreateCommand()
Default constructor.

Method Summary
org.w3c.dom.Element getElement()
Returns a new XML DOM structure representing the Create SOAP method to be transmitted to the Calendar Web Service.
void setiCalendar(iCalendar in_iCalendar)
Specifies the iCalendar object to be created on the Calendar server through the Web services host.

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

CreateCommand

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

Method Detail

setiCalendar

public void setiCalendar(iCalendar in_iCalendar)
Specifies the iCalendar object to be created on the Calendar server through the Web services host. version 2002-12-19 fix008359
Parameters:
in_iCalendar - iCalendar object
See Also:
iCalendar

getElement

public org.w3c.dom.Element getElement()
Returns a new XML DOM structure representing the Create SOAP method to be transmitted to the Calendar Web Service. This XML DOM can be passed directly to the Calendarlet's Create command. version 2002-12-19 fix008359
Overrides:
getElement in class CalendaringCommand
Returns:
Element - XML DOM element tree
See Also:
Calendarlet.Create(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.