butek       02/03/21 06:42:41

  Modified:    java/src/org/apache/axis/utils resources.properties
  Log:
  Oops!  Forgot the resources.properties fixes for the Service.getPort(Class)
  additions.
  
  Revision  Changes    Path
  1.80      +8 -1      xml-axis/java/src/org/apache/axis/utils/resources.properties
  
  Index: resources.properties
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/utils/resources.properties,v
  retrieving revision 1.79
  retrieving revision 1.80
  diff -u -r1.79 -r1.80
  --- resources.properties      20 Mar 2002 16:53:07 -0000      1.79
  +++ resources.properties      21 Mar 2002 14:42:41 -0000      1.80
  @@ -777,4 +777,11 @@
   
   # NOTE:  in noUse, do no translate "soap:operation", "binding operation", "use".
   noUse=The soap:operation for binding operation {0} must have a "use" attribute.
  -CantGetSerializer=unable to get serializer for class {0}
  \ No newline at end of file
  +
  +getPortDoc00=For the given interface, get the stub implementation.
  +getPortDoc01=If this service has no port for the given interface,
  +getPortDoc02=then ServiceException is thrown.
  +getPortDoc03=This service has multiple ports for a given interface;
  +getPortDoc04=the proxy implementation returned may be indeterminate.
  +noStub=There is no stub implementation for the interface:
  +CantGetSerializer=unable to get serializer for class {0}
  
  
  


Reply via email to