Uses of Class
org.jboss.wsf.spi.metadata.config.EndpointConfig

Packages that use EndpointConfig
org.jboss.wsf.spi.management   
org.jboss.wsf.spi.metadata.config   
 

Uses of EndpointConfig in org.jboss.wsf.spi.management
 

Methods in org.jboss.wsf.spi.management that return types with arguments of type EndpointConfig
 List<EndpointConfig> ServerConfig.getEndpointConfigs()
           
 

Methods in org.jboss.wsf.spi.management with parameters of type EndpointConfig
 void ServerConfig.addEndpointConfig(EndpointConfig config)
           
 

Uses of EndpointConfig in org.jboss.wsf.spi.metadata.config
 

Methods in org.jboss.wsf.spi.metadata.config that return EndpointConfig
 EndpointConfig ConfigRoot.getEndpointConfigByName(String configName)
           
 

Methods in org.jboss.wsf.spi.metadata.config that return types with arguments of type EndpointConfig
 List<EndpointConfig> ConfigRoot.getEndpointConfig()
           
 

Methods in org.jboss.wsf.spi.metadata.config with parameters of type EndpointConfig
 void ConfigRoot.addEndpointConfig(EndpointConfig endpointConfig)
           
 

Method parameters in org.jboss.wsf.spi.metadata.config with type arguments of type EndpointConfig
 void ConfigRoot.setEndpointConfig(List<EndpointConfig> endpointConfig)
           
 



Copyright © 2012 JBoss, by Red Hat. All Rights Reserved.