Response Unmarshaller for SendMessage operation
Inheritance: XmlResponseUnmarshaller
Ejemplo n.º 1
0
 public static SendMessageResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new SendMessageResponseUnmarshaller();
     }
     return(instance);
 }
Ejemplo n.º 2
0
 public static SendMessageResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new SendMessageResponseUnmarshaller();
     }
     return instance;
 }