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

B14475-01


Package oracle.calendar.soap.client

Contains the main Calendarlet classes that allow you to create SOAP requests to the Calendar server and process the resulting SOAP responses.

See:
          Description

Class Summary
CalendaringCommand The base class for all commands to be invoked through the Calendarlet.
CalendaringResponse This 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 Main access point for Calendar Web services.
CalendarReply Base class for all SOAP reply methods.
CalendarUtils Provides some methods required for generating and processing Calendarlet methods.
CalendarWebService Base class for all XML SOAP based services available for accessing the Calendar Server through HTTP.
CreateCommand Creates an event on the calendar server.
CreateReply Encapsulates the XML received from a CreateCommand.
DeleteCommand Deletes an event from the Calendar server.
DeleteReply Encapsulates the XML received from a DeleteCommand.
Error Provides all the information reported from the Calendaring Web Service, contained with a SOAP fault details.
ModifyCommand Modifies an existing item on the Calendar server.
ModifyReply Encapsulates the XML received from a ModifyCommand.
NoopCommand Accesses the calendar server with authentication information while performing no other operations.
NoopReply Encapsulates for the XML received from a NoopCommand.
PingCommand Tests if the backend Calendar Web Services host is active.
PingReply Encapsulates the XML received from a PingCommand.
Proxy Stores the proxy information to be used by the Calendarlet.
Reply Encapsulates the XML received from a Search Command.
SearchCommand Searches for Calendar server data types (currently VEVENTs and VTODOs).
SummaryCommand Provides summary information from the Calendar server data types (currently VEVENTs and VTODOs).
SummaryReply Encapsulates the XML received from a SummaryCommand.

 

Package oracle.calendar.soap.client Description

Contains the main Calendarlet classes that allow you to create SOAP requests to the Calendar server and process the resulting SOAP responses.

Related Documentation

For more information about the structure of SOAP requests and responses, see Oracle Calendar Application Developer's Guide.


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

B14475-01


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