|
Oracle® Calendar Web Services Java API Reference 10g Release 1 (10.1.1) B14475-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.calendar.soap.client.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. Additionally, if the option for the capture of the send/receive buffer is set prior to execution the SOAP command, this class will store the additional information.
Field Summary | |
java.lang.String |
m_receiveBuffer Character buffer with a copy of the XML SOAP packet received from the server |
java.lang.String |
m_sendBuffer Character buffer with a copy of the XML SOAP packet sent to the server. |
Constructor Summary | |
CalendaringResponse() Default constructor for the class; not used. |
|
CalendaringResponse(java.util.Vector in_headerEntries, java.util.Vector in_bodyEntries, java.lang.String in_sendBuffer, java.lang.String in_receiveBuffer, long in_processingTime, java.util.Hashtable in_HTTPheader) The main constructor of the CalendarResponse. |
Method Summary | |
java.util.Vector |
getBodyEntries() Returns the XML elements of the SOAP response. |
CalendarReply |
getCalendarReply() Returns a CalendarReply object generated from the SOAP body. |
java.util.Vector |
getHeaderEntries() Returns the XML elements of the response SOAP header. |
long |
getProcessingTime() Returns the processing time (in milliseconds) required to complete the round trip transaction to and from the Web services host. |
java.lang.String |
getReceiveBuffer() Returns the SOAP receive buffer. |
java.lang.String |
getSendBuffer() Returns the SOAP send buffer. |
long |
getWSProcessingTime() Returns the processing time (in milliseconds) required by the Calendar Web services back end (OCAS) to complete the request sent. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String m_sendBuffer
public java.lang.String m_receiveBuffer
Constructor Detail |
public CalendaringResponse()
public CalendaringResponse(java.util.Vector in_headerEntries, java.util.Vector in_bodyEntries, java.lang.String in_sendBuffer, java.lang.String in_receiveBuffer, long in_processingTime, java.util.Hashtable in_HTTPheader)
in_headerEntries
- Vector of SOAP headers from SOAP responsein_bodyEntries
- Vector of XML elements that make up SOAP responsein_sendBuffer
- character buffer with copy of XML SOAP packet sent to serverin_receiveBuffer
- character buffer with copy of XML SOAP packet received from serverin_processingTime
- processing time for full SOAP transactionin_HTTPheader
- Hashtable of HTTP headers from HTTP responseMethod Detail |
public java.util.Vector getBodyEntries()
public java.util.Vector getHeaderEntries()
public java.lang.String getSendBuffer()
Calendarlet
public java.lang.String getReceiveBuffer()
Calendarlet
public long getProcessingTime()
public long getWSProcessingTime()
public CalendarReply getCalendarReply()
Reply
|
Oracle® Calendar Web Services Java API Reference 10g Release 1 (10.1.1) B14475-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |