|
||||||||
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. |
java.lang.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, func, getNamespace, internalValidate, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, 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 serviceprotected PhoneCall(ExchangeService service, microsoft.exchange.webservices.data.PhoneCallId id)
service
- the serviceid
- the idMethod Detail |
---|
public void refresh() throws java.lang.Exception
java.lang.Exception
- the exceptionpublic void disconnect() throws java.lang.Exception
java.lang.Exception
- the exceptionprotected boolean tryReadElementFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader) throws java.lang.Exception
tryReadElementFromXml
in class ComplexProperty
reader
- the reader
java.lang.Exception
- the exceptionpublic PhoneCallState getState()
public java.lang.String getSipResponseText()
public int getSipResponseCode()
public ConnectionFailureCause getConnectionFailureCause()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |