oracle.calendar.soap.client
Class Reply
java.lang.Object
oracle.calendar.soap.client.CalendarReply
oracle.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
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 java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Reply
public Reply()
- Default constructor. version 2002-12-16 fix008343
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
Copyright © 1998, 2005, Oracle. All rights reserved.