|
Oracle® Calendar Web Services Java API Reference 10g Release 1 (10.1.2) B25488-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.calendar.soap.client.CalendarWebService
oracle.calendar.soap.client.Calendarlet
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 |
public Calendarlet()
public Calendarlet(java.lang.String in_endPointURL)
in_endPointURL
- Web services host URLMethod Detail |
public CalendaringResponse Create(org.w3c.dom.Element in_requestElem) throws java.lang.Exception
in_requestElem
- XML DOM to sendCalendaringResponse
- SOAP packet from hostjava.lang.Exception
- exceptions thrown from lower level callsCreateCommand
public CalendaringResponse Modify(org.w3c.dom.Element in_requestElem) throws java.lang.Exception
in_requestElem
- XML DOM to sendCalendaringResponse
- SOAP packet from hostjava.lang.Exception
- exceptions thrown from lower level callsModifyCommand
public CalendaringResponse Delete(org.w3c.dom.Element in_requestElem) throws java.lang.Exception
in_requestElem
- XML DOM to sendCalendaringResponse
- SOAP packet from hostjava.lang.Exception
- exceptions thrown from lower level callsDeleteCommand
public CalendaringResponse Search(org.w3c.dom.Element in_requestElem) throws java.lang.Exception
in_requestElem
- XML DOM to sendCalendaringResponse
- SOAP packet from hostjava.lang.Exception
- lower level calls throw exceptionsSearchCommand
public CalendaringResponse Summary(org.w3c.dom.Element in_requestElem) throws java.lang.Exception
in_requestElem
- XML DOM to sendCalendaringResponse
- the SOAP packet from hostjava.lang.Exception
- exceptions thrown from lower level callsSummaryCommand
public CalendaringResponse NoOp(org.w3c.dom.Element in_requestElem) throws java.lang.Exception
in_requestElem
- XML DOM to sendCalendaringResponse
- the SOAP packet from hostjava.lang.Exception
- exceptions thrown from lower level callsNoopCommand
public CalendaringResponse Ping(org.w3c.dom.Element in_requestElem) throws java.lang.Exception
in_requestElem
- XML DOM to sendCalendaringResponse
- the SOAP packet from hostjava.lang.Exception
- exceptions thrown from lower level callsPingCommand
|
Oracle® Calendar Web Services Java API Reference 10g Release 1 (10.1.2) B25488-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |