Exemple #1
0
 public System.Threading.Tasks.Task <TestConnectApacheCXF.ServiceReference1.HelloOneResponse1> HelloOneAsync()
 {
     TestConnectApacheCXF.ServiceReference1.HelloOne1 inValue = new TestConnectApacheCXF.ServiceReference1.HelloOne1();
     return(((TestConnectApacheCXF.ServiceReference1.Test)(this)).HelloOneAsync(inValue));
 }
Exemple #2
0
 public TestConnectApacheCXF.ServiceReference1.HelloOneResponseEntry[] HelloOne()
 {
     TestConnectApacheCXF.ServiceReference1.HelloOne1         inValue = new TestConnectApacheCXF.ServiceReference1.HelloOne1();
     TestConnectApacheCXF.ServiceReference1.HelloOneResponse1 retVal  = ((TestConnectApacheCXF.ServiceReference1.Test)(this)).HelloOne(inValue);
     return(retVal._return);
 }
Exemple #3
0
 System.Threading.Tasks.Task <TestConnectApacheCXF.ServiceReference1.HelloOneResponse1> TestConnectApacheCXF.ServiceReference1.Test.HelloOneAsync(TestConnectApacheCXF.ServiceReference1.HelloOne1 request)
 {
     return(base.Channel.HelloOneAsync(request));
 }
Exemple #4
0
 TestConnectApacheCXF.ServiceReference1.HelloOneResponse1 TestConnectApacheCXF.ServiceReference1.Test.HelloOne(TestConnectApacheCXF.ServiceReference1.HelloOne1 request)
 {
     return(base.Channel.HelloOne(request));
 }