Response Unmarshaller for SendMessage operation
Inheritance: XmlResponseUnmarshaller
示例#1
0
 public static SendMessageResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new SendMessageResponseUnmarshaller();
     }
     return(instance);
 }
示例#2
0
 public static SendMessageResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new SendMessageResponseUnmarshaller();
     }
     return instance;
 }