Method |
Description |
|
MdwsUtils ( ) : System |
|
|
buildSiteTable ( String filepath ) : SiteTable |
|
|
getDodUser ( ) : gov.va.medora.mdo.User |
|
|
getMdwsServices ( ) : IList |
Gets a list of all the web services (base type of BaseService or System.Web.Services.WebService) in the MDWS assembly |
|
isAuthorizedConnection ( MySession mySession ) : string |
|
|
isAuthorizedConnection ( MySession mySession, string sitecode ) : string |
|
|
isException ( object obj ) : bool |
The TO objects need to determine if an object is derived from an exception. The most reliable way to do this is simply to look at the method name and see if it ends with the text: Exception |
|
isValidCredentials ( string authenticationMethod, AbstractCredentials credentials, AbstractPermission permission ) : bool |
|
|
parseSiteList ( SiteTable siteTable, String siteList ) : gov.va.medora.mdo.Site[] |
|
|
replaceSpecialXmlChars ( string s ) : string |
Replaces special characters in strings. * Behaves like XmlTextWriter.WriteString(), but also replaces the apostrophe and double-quote characters -- which WriteString() does not, unless it is in an attribute context... * PERFORMANCE NOTE: About 2.5 s slower than old method over the course of 1 million runs. TBD see if there is a good way for us to reuse the StringWriter and XmlTextWriter so that we don't have to keep recreating them. Maybe a factory method? |
|
setVisitCredentials ( string duz, string ssn, string username, string userphone, DataSource authenticatingSource, string pwd ) : AbstractCredentials |
|
|