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

B14475-01


oracle.calendar.soap.client
Class Reply

java.lang.Object
  extended byoracle.calendar.soap.client.CalendarReply
      extended byoracle.calendar.soap.client.Reply


public class Reply
extends CalendarReply

Encapsulates the XML received from a Search Command. The Reply object can be obtained from a CalendarResponse.

See Also:
CalendaringResponse, SearchCommand

Field Summary
static java.lang.String k_reply
static java.lang.String k_searchHandle

Fields inherited from class oracle.calendar.soap.client.CalendarReply
k_cmdId

Constructor Summary
Reply()
Default constructor.

Method Summary
java.util.Vector getEntries()
Returns the search results as a Vector of XML elements.
java.lang.String getXSearchHandle()
Returns the search handle.
static Reply unmarshall(java.util.Vector in_bodyEntries)
Constructs a new Reply instance from the XML elements within the SOAP <Body> element.

Methods inherited from class oracle.calendar.soap.client.CalendarReply
getCmdId, setCmdId

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

Field Detail

k_reply

public static final java.lang.String k_reply
See Also:
Constant Field Values

k_searchHandle

public static final java.lang.String k_searchHandle
See Also:
Constant Field Values

Constructor Detail

Reply

public Reply()
Default constructor. version 2002-12-16 fix008343

Method Detail

getXSearchHandle

public java.lang.String getXSearchHandle()
Returns the search handle. In this implementation, the value will be an empty string if a Calendar server search was performed. version 2003-06-18 fix009370
Returns:
String

getEntries

public java.util.Vector getEntries()
Returns the search results as a Vector of XML elements. version 2002-12-16 fix008343
Returns:
Vector - Vector of XML elements

unmarshall

public static Reply unmarshall(java.util.Vector in_bodyEntries)
Constructs a new Reply instance from the XML elements within the SOAP <Body> element. The Reply will contain the contents of the first <Reply> element found. version 2003-06-18 fix009370
Parameters:
in_bodyEntries -
Returns:
Reply a Reply object

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

B14475-01


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