|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--oracle.calendar.soap.client.CalendarWebService
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 |
private java.lang.String m_endpoint
private boolean m_wantIOBuffers
private org.w3c.dom.Element m_authenticationHeader
private Proxy m_proxy
| Constructor Detail |
public CalendarWebService()
| Method Detail |
public java.lang.String getEndPointURL()
public void setEndPointURL(java.lang.String in_endPointURL)
in_endPointURL - the Web Services host URLpublic void setWantIOBuffers(boolean in_wantBuffers)
in_wantBuffers - TRUE if the buffers are to be capturedpublic boolean getWantIOBuffers()
public org.w3c.dom.Element getAuthenticationHeader()
Element - an XML header elementpublic void setAuthenticationHeader(org.w3c.dom.Element in_headerElem)
in_headerElem - an XML header elementpublic Proxy getProxy()
Proxy - information for the Proxy settingspublic void setProxy(Proxy in_proxy)
in_proxy - a proxy object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||