1 23 package com.sun.enterprise.admin.wsmgmt.config.spi; 24 25 28 public interface WebServiceConfig { 29 30 35 public String getName(); 36 37 43 public String getEndpointName(); 44 45 50 public String getMonitoringLevel(); 51 52 57 public int getMaxHistorySize(); 58 59 64 public boolean getJbiEnabled(); 65 66 71 public TransformationRule[] getTransformationRule(); 72 73 79 public TransformationRule[] getRequestTransformationRule(); 80 81 87 public TransformationRule[] getResponseTransformationRule(); 88 89 96 public RegistryLocation[] getRegistryLocation(); 97 } 98 | Popular Tags |