Class Summary |
CalendaringCommand |
The Calendaring command provides the base class for all commands to be invoked through the Calendarlet. |
CalendaringResponse |
The CalendarResponse class is instantiated after every SOAP command (assuming there was no exception), to store all the information related to the processing of the SOAP request. |
Calendarlet |
The Calendarlet class is the main access point to the Calendaring Web Services. |
CalendarReply |
The Calendar Reply is the base class for all SOAP reply methods. |
CalendarUtils |
The Calendar Utilities provide some help methods required for generating and processing calendarlet methods. |
CalendarWebService |
The Calendar Web Service is the base class for all XML SOAP based services available for accessing the Calendar Server through HTTP. |
CreateCommand |
The Create Command is used to create an event on the calendar server. |
CreateReply |
The CreateReply class provides the encapsulation for the XML received from a CreateCommand. |
DeleteCommand |
The Delete Command is used to delete an event on the calendar server. |
DeleteReply |
The DeleteReply class provides the encapsulation for the XML received from a DeleteCommand. |
Error |
The Error class provides all the information reported from the Calendaring Web Service, contained with a SOAP fault details. |
ModifyCommand |
The Modify Command is used to modify an existing item on the calendar server. |
ModifyReply |
The ModifyReply class provides the encapsulation for the XML received from a ModifyCommand. |
NoopCommand |
The NoOp Command is used to access the calendar server with authentication information, while performing no other operation. |
NoopReply |
The NoopReply class provides the encapsulation for the XML received from a NoopCommand. |
PingCommand |
The Ping command is used to test to see if the backend Calendar Web Services host is active. |
PingReply |
The PingReply class provides the encapsulation for the XML received from a PingCommand. |
Proxy |
This class is used to store the proxy information to be used by the Calendarlet or WebClientlet. |
Reply |
The Reply class provides the encapsulation for the XML received from a Search Command. |
SearchCommand |
The Search Command is used to search for calendar server data types (currently VEVENTs and VTODOs). |