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

B25488-01


oracle.calendar.soap.client
Class NoopReply

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


public class NoopReply
extends CalendarReply

Encapsulates for the XML received from a NoopCommand. The Noop Reply object can be obtained from a CalendarResponse.

See Also:
CalendaringResponse, NoopCommand

Field Summary

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

Constructor Summary
NoopReply()
Default constructor.

Method Summary
static NoopReply unmarshall(java.util.Vector in_bodyEntries)
Constructs a new NoopReply 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

Constructor Detail

NoopReply

public NoopReply()
Default constructor. version 2002-12-19 fix008359

Method Detail

unmarshall

public static NoopReply unmarshall(java.util.Vector in_bodyEntries)
Constructs a new NoopReply instance from the XML elements within the SOAP <Body> element. The Reply will contain the contents of the first <NoopReply> element found version 2002-12-19 fix008359
Parameters:
in_bodyEntries - Vector of XML elements
Returns:
NoopReply

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

B25488-01


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