gdaniels    02/05/02 13:23:45

  Modified:    java/src/org/apache/axis/deployment/wsdd WSDDService.java
  Log:
  Add accessors for typemappings Vector (mostly for tool support).
  
  Revision  Changes    Path
  1.62      +8 -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.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- WSDDService.java  28 Apr 2002 18:10:56 -0000      1.61
  +++ WSDDService.java  2 May 2002 20:23:45 -0000       1.62
  @@ -525,6 +525,14 @@
           cachedService = service;
       }
   
  +    public Vector getTypeMappings() {
  +        return typeMappings;
  +    }
  +
  +    public void setTypeMappings(Vector typeMappings) {
  +        this.typeMappings = typeMappings;
  +    }
  +
       public void deployToRegistry(WSDDDeployment registry)
       {
           registry.addService(this);
  
  
  


Reply via email to