scheu       02/04/15 07:36:02

  Modified:    java/src/org/apache/axis/deployment/wsdd WSDDService.java
  Log:
  addOperation added back
  
  Revision  Changes    Path
  1.58      +7 -0      
xml-axis/java/src/org/apache/axis/deployment/wsdd/WSDDService.java
  
  Index: WSDDService.java
  ===================================================================
  RCS file: 
/home/cvs/xml-axis/java/src/org/apache/axis/deployment/wsdd/WSDDService.java,v
  retrieving revision 1.57
  retrieving revision 1.58
  diff -u -r1.57 -r1.58
  --- WSDDService.java  15 Apr 2002 02:35:57 -0000      1.57
  +++ WSDDService.java  15 Apr 2002 14:36:02 -0000      1.58
  @@ -225,6 +225,13 @@
           typeMappings.add(mapping);
       }
   
  +    /**
  +     * Add a WSDDOperation to the Service.
  +     * @param mapping.
  +     **/
  +    public void addOperation(WSDDOperation operation) {
  +        operations.add(operation);
  +    }
   
       protected QName getElementName()
       {
  
  
  


Reply via email to