public class ExchangeAutoDiscoverDaoImpl extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
AUTODISCOVER_RESPONSE_SCHEMA |
protected static String |
AUTODISCOVER_SCHEMA |
protected static String |
GET_USER_SETTINGS_ACTION |
protected static QName |
REQUEST_SERVER_VERSION_QNAME |
protected static String |
SOAP_ACTION_BASE |
protected static QName |
SOAP_ACTION_HEADER_QNAME |
| Constructor and Description |
|---|
ExchangeAutoDiscoverDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEndpointUri(MailStoreConfiguration config)
Gets the endpoint URI for EWS mailbox operations
|
void |
setAutoDiscoverURIs(List<String> autoDiscoverURIs) |
void |
setEwsEndpointUriCache(net.sf.ehcache.Cache ewsEndpointUriCache) |
void |
setEwsEndpointUriCacheKeyGenerator(IEWSEndpoingUriCacheKeyGenerator ewsEndpointUriCacheKeyGenerator) |
void |
setEWSServerURI(String EWSServerURI) |
void |
setMarshaller(org.springframework.oxm.Marshaller marshaller) |
void |
setWebServiceOperations(org.springframework.ws.client.core.WebServiceOperations webServiceOperations) |
protected static final String AUTODISCOVER_SCHEMA
protected static final String AUTODISCOVER_RESPONSE_SCHEMA
protected static final QName REQUEST_SERVER_VERSION_QNAME
protected static final QName SOAP_ACTION_HEADER_QNAME
protected static final String SOAP_ACTION_BASE
protected static final String GET_USER_SETTINGS_ACTION
public void setWebServiceOperations(org.springframework.ws.client.core.WebServiceOperations webServiceOperations)
public void setEwsEndpointUriCache(net.sf.ehcache.Cache ewsEndpointUriCache)
public void setEwsEndpointUriCacheKeyGenerator(IEWSEndpoingUriCacheKeyGenerator ewsEndpointUriCacheKeyGenerator)
public void setEWSServerURI(String EWSServerURI)
public void setMarshaller(org.springframework.oxm.Marshaller marshaller)
public String getEndpointUri(MailStoreConfiguration config)
config - mailbox configCopyright © 2015 Jasig. All Rights Reserved.