1 23 package com.sun.enterprise.admin.wsmgmt.repository.spi; 24 25 32 public interface WebServiceInfo { 33 34 39 public String getName(); 40 41 46 public String getEndpointUri(); 47 48 54 public String getAppId(); 55 56 61 public boolean isAppStandAloneModule(); 62 63 69 public String getBundleName(); 70 71 76 public String getServiceImplType(); 77 78 83 public String getServiceImplName(); 84 85 90 public String getServiceImplClass(); 91 92 97 public String getWSDLFileLocation(); 98 99 104 public String getWebservicesFileLocation(); 105 106 111 public String getMappingFileLocation(); 112 113 120 public String [] getDescriptorLocations(); 121 } 122 | Popular Tags |