Class ProtocolConnectionCollection
- java.lang.Object
-
- microsoft.exchange.webservices.data.autodiscover.ProtocolConnectionCollection
-
public final class ProtocolConnectionCollection extends Object
Represents a user setting that is a collection of protocol connection.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ArrayList<ProtocolConnection>getConnections()Gets the Connections.static ProtocolConnectionCollectionloadFromXml(EwsXmlReader reader)Read user setting with ProtocolConnectionCollection value.
-
-
-
Method Detail
-
loadFromXml
public static ProtocolConnectionCollection loadFromXml(EwsXmlReader reader) throws Exception
Read user setting with ProtocolConnectionCollection value.- Parameters:
reader- EwsServiceXmlReader- Returns:
- the protocol connection collection
- Throws:
Exception- the exception
-
getConnections
public ArrayList<ProtocolConnection> getConnections()
Gets the Connections.- Returns:
- the connections
-
-