|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.ComplexProperty
microsoft.exchange.webservices.data.PhoneCall
public final class PhoneCall
Represents a phone call.
| Constructor Summary | |
|---|---|
protected |
PhoneCall(ExchangeService service)
PhoneCall Constructor. |
protected |
PhoneCall(ExchangeService service,
microsoft.exchange.webservices.data.PhoneCallId id)
PhoneCall Constructor. |
| Method Summary | |
|---|---|
void |
disconnect()
Disconnects this phone call. |
ConnectionFailureCause |
getConnectionFailureCause()
Gets a value indicating the reason why this phone call failed to connect. |
int |
getSipResponseCode()
Gets the SIP response code of this phone call. |
String |
getSipResponseText()
Gets the SIP response text of this phone call. |
PhoneCallState |
getState()
Gets a value indicating the last known state of this phone call. |
void |
refresh()
Refreshes the state of this phone call. |
protected boolean |
tryReadElementFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
Tries to read an element from XML. |
| Methods inherited from class microsoft.exchange.webservices.data.ComplexProperty |
|---|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, getNamespace, internalValidate, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, validate, writeAttributesToXml, writeElementsToXml, writeToXml, writeToXml |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected PhoneCall(ExchangeService service)
service - the service
protected PhoneCall(ExchangeService service,
microsoft.exchange.webservices.data.PhoneCallId id)
service - the serviceid - the id| Method Detail |
|---|
public void refresh()
throws Exception
Exception - the exception
public void disconnect()
throws Exception
Exception - the exception
protected boolean tryReadElementFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
throws Exception
tryReadElementFromXml in class ComplexPropertyreader - the reader
Exception - the exceptionpublic PhoneCallState getState()
public String getSipResponseText()
public int getSipResponseCode()
public ConnectionFailureCause getConnectionFailureCause()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||