1 23 package com.sun.appserv.management.config; 24 25 import java.util.Map ; 26 27 31 public interface WebServiceEndpointConfigCR extends ConfigRemover 32 { 33 36 public WebServiceEndpointConfig 37 createWebServiceEndpointConfig( 38 String name, 39 final Map <String ,String > optional ); 40 41 44 public void removeWebServiceEndpointConfig( String name ); 45 } 46 | Popular Tags |