|
Oracle® Calendar Web Services Java API Reference 10g Release 1 (10.1.1) B14475-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.calendar.soap.client.CalendaringCommand
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 |
public CalendaringCommand()
Method Detail |
public java.lang.String getNamespace()
public java.lang.String getCmdId()
public void setCmdId(java.lang.String in_cmdId)
in_cmdId
- - command IDpublic org.w3c.dom.Element getElement()
|
Oracle® Calendar Web Services Java API Reference 10g Release 1 (10.1.1) B14475-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |