/[dgee]/dgee/cslib/DotGNU/DGEE/Protocols/ProtocolService.cs
ViewVC logotype

Diff of /dgee/cslib/DotGNU/DGEE/Protocols/ProtocolService.cs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.4.8 by csmith, Sat Aug 30 19:59:25 2003 UTC revision 1.1.4.9 by csmith, Sun Aug 31 17:04:10 2003 UTC
# Line 102  public abstract  class ProtocolService Line 102  public abstract  class ProtocolService
102      Type svcType = rproc.ResolveType( type );      Type svcType = rproc.ResolveType( type );
103      minfo = rproc.ResolveMethod( svcType, (method != null) ? method : ((XmlRpcMethod)rMethod).Name);      minfo = rproc.ResolveMethod( svcType, (method != null) ? method : ((XmlRpcMethod)rMethod).Name);
104    
105      # Create an instance of the webservice to invoke      // Create an instance of the webservice to invoke
106          #          //
107          Object webservice = Activator.CreateInstance( svcType );          Object webservice = Activator.CreateInstance( svcType );
108    
109      Object result = minfo.Invoke(webservice, ((XmlRpcMethod)rMethod).ToArray());      Object result = minfo.Invoke(webservice, ((XmlRpcMethod)rMethod).ToArray());

Legend:
Removed from v.1.1.4.8  
changed lines
  Added in v.1.1.4.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26