1 16 package org.apache.axis.management.jmx; 17 18 import org.apache.axis.deployment.wsdd.WSDDService; 19 20 public class WSDDServiceWrapper { 21 private WSDDService _wsddService; 22 23 public WSDDService getWSDDService() { 24 return this._wsddService; 25 } 26 27 public void setWSDDService(WSDDService wsddService) { 28 this._wsddService = wsddService; 29 } 30 } 31 | Popular Tags |