org.jboss.wsf.spi.metadata.config
Class EndpointConfig
- java.lang.Object
- org.jboss.wsf.spi.metadata.config.AbstractCommonConfig
- org.jboss.wsf.spi.metadata.config.EndpointConfig
- All Implemented Interfaces:
- CommonConfig
public class EndpointConfig extends AbstractCommonConfig
A JBossWS endpoint configuration- Since:
- 29-Apr-2011
- Author:
- [email protected]
Field Summary
Fields Modifier and Type Field and Description static String
DEFAULT_ENDPOINT_CONFIG_FILE
static String
STANDARD_ENDPOINT_CONFIG
static String
STATISTICS_ENABLED
Fields inherited from interface org.jboss.wsf.spi.metadata.config.CommonConfig
JBOSSWS_CONFIG_FILE, JBOSSWS_CONFIG_NAME
Constructor Summary
Constructors 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)
Method Summary
Methods inherited from class org.jboss.wsf.spi.metadata.config.AbstractCommonConfig
getAttachments, getConfigName, getHandlers, getPostHandlerChains, getPreHandlerChains, getProperties, getProperty, hasFeature
Field Detail
STANDARD_ENDPOINT_CONFIG
public static final String STANDARD_ENDPOINT_CONFIG
- See Also:
- Constant Field Values
DEFAULT_ENDPOINT_CONFIG_FILE
public static final String DEFAULT_ENDPOINT_CONFIG_FILE
- See Also:
- Constant Field Values
STATISTICS_ENABLED
public static final String STATISTICS_ENABLED
- See Also:
- Constant Field Values
Constructor Detail
EndpointConfig
public EndpointConfig(String configName, List<UnifiedHandlerChainMetaData> preHandlerChains, List<UnifiedHandlerChainMetaData> postHandlerChains, Map<String,String> properties, Map<String,Feature> features)
EndpointConfig
public EndpointConfig(EndpointConfig base, EndpointConfig conf)
Copyright © 2020 JBoss, by Red Hat. All rights reserved.