Java EE 5 SDK

com.sun.appserv.management.config
Interface WebServiceEndpointConfigCR

All Superinterfaces:
ConfigRemover
All Known Subinterfaces:
EJBModuleConfig, J2EEApplicationConfig, WebModuleConfig

public interface WebServiceEndpointConfigCR
extends ConfigRemover

Creation, removal of WebServiceEndpointConfig

See Also:
WebServiceEndpointConfig

Method Summary
 WebServiceEndpointConfig createWebServiceEndpointConfig(String name, Map<String,String> optional)
          API pending, not final
 void removeWebServiceEndpointConfig(String name)
           
 
Methods inherited from interface com.sun.appserv.management.config.ConfigRemover
removeConfig
 

Method Detail

createWebServiceEndpointConfig

WebServiceEndpointConfig createWebServiceEndpointConfig(String name,
                                                        Map<String,String> optional)
API pending, not final


removeWebServiceEndpointConfig

void removeWebServiceEndpointConfig(String name)
Parameters:
name - the name of the config to remove

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.