oracle.calendar.soap.client
Class NoopCommand

java.lang.Object
  |
  +--oracle.calendar.soap.client.CalendaringCommand
        |
        +--oracle.calendar.soap.client.NoopCommand

public class NoopCommand
extends CalendaringCommand

The NoOp Command is used to access the calendar server with authentication information, while performing no other operation. This can be typically used to validate user credentials. The getElements()XML DOM is passed to the Calendarlet's NoOp() command.

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

Fields inherited from class oracle.calendar.soap.client.CalendaringCommand
k_calendaringNamespace, m_cmdId

 

Constructor Summary
NoopCommand()
          Default constructor

 

Method Summary
 org.w3c.dom.Element getElement()
          Returns a new XML DOM structure representing the Noop 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
<clinit>, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait

 

Constructor Detail

NoopCommand

public NoopCommand()
Default constructor
Method Detail

getElement

public org.w3c.dom.Element getElement()
Returns a new XML DOM structure representing the Noop SOAP method to be transmitted to the Calendar Web Service. This XML DOM can be passed directly to the Calendarlet's Noop command.
Overrides:
getElement in class CalendaringCommand
Returns:
Element an XML DOM element tree
See Also:
Calendarlet.NoOp(org.w3c.dom.Element)