public class EndpointConfig extends AbstractCommonConfig
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_ENDPOINT_CONFIG_FILE |
static String |
STANDARD_ENDPOINT_CONFIG |
static String |
STATISTICS_ENABLED |
JBOSSWS_CONFIG_FILE, JBOSSWS_CONFIG_NAME| Constructor and Description |
|---|
EndpointConfig(EndpointConfig base,
EndpointConfig conf) |
EndpointConfig(String configName,
List<UnifiedHandlerChainMetaData> preHandlerChains,
List<UnifiedHandlerChainMetaData> postHandlerChains,
Map<String,String> properties,
Map<String,Feature> features) |
getConfigName, getHandlers, getPostHandlerChains, getPreHandlerChains, getProperties, getProperty, hasFeaturepublic static final String STANDARD_ENDPOINT_CONFIG
public static final String DEFAULT_ENDPOINT_CONFIG_FILE
public static final String STATISTICS_ENABLED
public EndpointConfig(String configName, List<UnifiedHandlerChainMetaData> preHandlerChains, List<UnifiedHandlerChainMetaData> postHandlerChains, Map<String,String> properties, Map<String,Feature> features)
public EndpointConfig(EndpointConfig base, EndpointConfig conf)
Copyright © 2015 JBoss, by Red Hat. All rights reserved.