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

B14475-01


oracle.calendar.soap.client
Class Calendarlet

java.lang.Object
  extended byoracle.calendar.soap.client.CalendarWebService
      extended byoracle.calendar.soap.client.Calendarlet


public class Calendarlet
extends CalendarWebService

Main access point for Calendar Web services. This class provides a simple abstraction layer for the generation and processing of the Calendar object model to XML, to and from the Web services host, through SOAP.


Constructor Summary
Calendarlet()
The default constructor for the class.
Calendarlet(java.lang.String in_endPointURL)
The class constructor, which takes the Web Services host URL.

Method Summary
CalendaringResponse Create(org.w3c.dom.Element in_requestElem)
Performs an HTTP SOAP request using the Create method.
CalendaringResponse Delete(org.w3c.dom.Element in_requestElem)
Performs an HTTP SOAP request using the Delete method.
CalendaringResponse Modify(org.w3c.dom.Element in_requestElem)
Performs an HTTP SOAP request using the Modify method.
CalendaringResponse NoOp(org.w3c.dom.Element in_requestElem)
Performs an HTTP SOAP request using the Noop method.
CalendaringResponse Ping(org.w3c.dom.Element in_requestElem)
Performs an HTTP SOAP request using the Ping method.
CalendaringResponse Search(org.w3c.dom.Element in_requestElem)
Performs an HTTP SOAP request using the Search method.
CalendaringResponse Summary(org.w3c.dom.Element in_requestElem)
Performs an HTTP SOAP request using the Summary method.

Methods inherited from class oracle.calendar.soap.client.CalendarWebService
enableOracleSSL, getAuthenticationHeader, getEndPointURL, getOracleWalletLocation, getOracleWalletPassword, getProxy, getWantIOBuffers, isOracleSSLEnabled, setAuthenticationHeader, setEndPointURL, setProxy, setWantIOBuffers

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

Calendarlet

public Calendarlet()
The default constructor for the class. version 2002-12-16 fix008343

Calendarlet

public Calendarlet(java.lang.String in_endPointURL)
The class constructor, which takes the Web Services host URL. version 2002-12-19 fix008359
Parameters:
in_endPointURL - Web services host URL

Method Detail

Create

public CalendaringResponse Create(org.w3c.dom.Element in_requestElem)
                           throws java.lang.Exception
Performs an HTTP SOAP request using the Create method. The input element is the XML DOM returned from the CreateCommand's getElement() method. The response object will contain the parsed XML received from the Web services host. This method can cause an exception for various reasons; however. a SOAP fault is not one of them. The SOAP fault will be returned in the response. version 2002-12-19 fix008359
Parameters:
in_requestElem - XML DOM to send
Returns:
CalendaringResponse - SOAP packet from host
Throws:
java.lang.Exception - exceptions thrown from lower level calls
See Also:
CreateCommand

Modify

public CalendaringResponse Modify(org.w3c.dom.Element in_requestElem)
                           throws java.lang.Exception
Performs an HTTP SOAP request using the Modify method. The input element is the XML DOM returned from the ModifyCommand's getElement() method. The response object will contain the parsed XML received from the Web services host. This method can cause an exception for various reasons; however, a SOAP fault is not one of them. The SOAP fault will be returned in the response. version 2002-12-19 fix008359
Parameters:
in_requestElem - XML DOM to send
Returns:
CalendaringResponse - SOAP packet from host
Throws:
java.lang.Exception - exceptions thrown from lower level calls
See Also:
ModifyCommand

Delete

public CalendaringResponse Delete(org.w3c.dom.Element in_requestElem)
                           throws java.lang.Exception
Performs an HTTP SOAP request using the Delete method. The input element is the XML DOM returned from the DeleteCommand's getElement() method. The response object will contain the parsed XML received from the Web services host. This method can cause an exception for various reasons; however, a SOAP fault is not one of them. The SOAP fault will be returned in the response. version 2003-01-07 fix008379
Parameters:
in_requestElem - XML DOM to send
Returns:
CalendaringResponse - SOAP packet from host
Throws:
java.lang.Exception - exceptions thrown from lower level calls
See Also:
DeleteCommand

Search

public CalendaringResponse Search(org.w3c.dom.Element in_requestElem)
                           throws java.lang.Exception
Performs an HTTP SOAP request using the Search method. The input element is the XML DOM returned from the SearchCommand's getElement() method. The response object will contain the parsed XML received from the Web services host. This method can cause an exception for various reasons; however, a SOAP fault is not one of them. The SOAP fault will be returned in the response. version 2002-12-19 fix008359
Parameters:
in_requestElem - XML DOM to send
Returns:
CalendaringResponse - SOAP packet from host
Throws:
java.lang.Exception - lower level calls throw exceptions
See Also:
SearchCommand

Summary

public CalendaringResponse Summary(org.w3c.dom.Element in_requestElem)
                            throws java.lang.Exception
Performs an HTTP SOAP request using the Summary method. The input element is the XML DOM returned from the SummaryCommand's getElement() method. The response object will contain the parsed XML received from the Web services host. This method can cause an exception for various reasons; however, a SOAP fault is not one of them. The SOAP fault will be returned in the response. version 2003-09-05 fix009594
Parameters:
in_requestElem - XML DOM to send
Returns:
CalendaringResponse - the SOAP packet from host
Throws:
java.lang.Exception - exceptions thrown from lower level calls
See Also:
SummaryCommand

NoOp

public CalendaringResponse NoOp(org.w3c.dom.Element in_requestElem)
                         throws java.lang.Exception
Performs an HTTP SOAP request using the Noop method. The input element is the XML DOM returned from the NoopCommand's getElement() method. The response object will contain the parsed XML received from the Web services host. This method can cause an exception for various reasons; however, a SOAP fault is not one of them. The SOAP fault will be returned in the response. version 2002-12-19 fix008359
Parameters:
in_requestElem - XML DOM to send
Returns:
CalendaringResponse - the SOAP packet from host
Throws:
java.lang.Exception - exceptions thrown from lower level calls
See Also:
NoopCommand

Ping

public CalendaringResponse Ping(org.w3c.dom.Element in_requestElem)
                         throws java.lang.Exception
Performs an HTTP SOAP request using the Ping method. The input element is the XML DOM returned from the PingCommand's getElement() method. The response object will contain the parsed XML received from the Web services host. This method can cause an exception for various reasons; however, a SOAP fault is not one of them. The SOAP fault will be returned in the response. version 2002-12-19 fix008359
Parameters:
in_requestElem - XML DOM to send
Returns:
CalendaringResponse - the SOAP packet from host
Throws:
java.lang.Exception - exceptions thrown from lower level calls
See Also:
PingCommand

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

B14475-01


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