예제 #1
0
        public void GetAllWADL(string app)
        {
            WADLApplication wadl = _adapterProvider.GetWADL("all", app);

            _adapterProvider.FormatOutgoingMessage <WADLApplication>(wadl, "xml", false);
        }