oracle.calendar.soap.client
Class CalendarWebService

java.lang.Object
  |
  +--oracle.calendar.soap.client.CalendarWebService
Direct Known Subclasses:
Calendarlet

public class CalendarWebService
extends java.lang.Object

The Calendar Web Service is the base class for all XML SOAP based services available for accessing the Calendar Server through HTTP.


Field Summary
private  org.w3c.dom.Element m_authenticationHeader
           
private  java.lang.String m_endpoint
           
private  Proxy m_proxy
           
private  boolean m_wantIOBuffers
           

 

Constructor Summary
CalendarWebService()
          The default constructor for the class.

 

Method Summary
 org.w3c.dom.Element getAuthenticationHeader()
          Retrieves the SOAP authentication header.
 java.lang.String getEndPointURL()
          Retrieve the Web Services host URL.
 Proxy getProxy()
          Retrieves the Proxy connection information
 boolean getWantIOBuffers()
          Returns the flag that indicates that buffer capture is enabled
 void setAuthenticationHeader(org.w3c.dom.Element in_headerElem)
          Sets the SOAP authenticationheader element from an XML DOM.
 void setEndPointURL(java.lang.String in_endPointURL)
          Assigns the Web Services host URL.
 void setProxy(Proxy in_proxy)
          Sets the Proxy connection information.
 void setWantIOBuffers(boolean in_wantBuffers)
          Sets the flag to turn on the capture of the outgoing and incoming XML SOAP buffers.

 

Methods inherited from class java.lang.Object
<clinit>, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait

 

Field Detail

m_endpoint

private java.lang.String m_endpoint

m_wantIOBuffers

private boolean m_wantIOBuffers

m_authenticationHeader

private org.w3c.dom.Element m_authenticationHeader

m_proxy

private Proxy m_proxy
Constructor Detail

CalendarWebService

public CalendarWebService()
The default constructor for the class.
Method Detail

getEndPointURL

public java.lang.String getEndPointURL()
Retrieve the Web Services host URL.
Returns:
String the Web Services host URL

setEndPointURL

public void setEndPointURL(java.lang.String in_endPointURL)
Assigns the Web Services host URL.
Parameters:
in_endPointURL - the Web Services host URL

setWantIOBuffers

public void setWantIOBuffers(boolean in_wantBuffers)
Sets the flag to turn on the capture of the outgoing and incoming XML SOAP buffers.
Parameters:
in_wantBuffers - TRUE if the buffers are to be captured

getWantIOBuffers

public boolean getWantIOBuffers()
Returns the flag that indicates that buffer capture is enabled
Returns:
boolean return TRUE is buffer capture is active

getAuthenticationHeader

public org.w3c.dom.Element getAuthenticationHeader()
Retrieves the SOAP authentication header.
Parameters:
Element - an XML header element

setAuthenticationHeader

public void setAuthenticationHeader(org.w3c.dom.Element in_headerElem)
Sets the SOAP authenticationheader element from an XML DOM. Typically, the calendarlet classes have a getElement() method to generate the XML DOM representation of the object.
Parameters:
in_headerElem - an XML header element

getProxy

public Proxy getProxy()
Retrieves the Proxy connection information
Parameters:
Proxy - information for the Proxy settings

setProxy

public void setProxy(Proxy in_proxy)
Sets the Proxy connection information. This information will be used to initialize an HTTP Connection to the Web Services host.
Parameters:
in_proxy - a proxy object