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:
- alessio.soldano@jboss.com
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_ENDPOINT_CONFIG_FILEstatic StringSTANDARD_ENDPOINT_CONFIGstatic StringSTATISTICS_ENABLED-
Fields inherited from interface org.jboss.wsf.spi.metadata.config.CommonConfig
JBOSSWS_CONFIG_FILE, JBOSSWS_CONFIG_NAME
-
-
Constructor Summary
Constructors Constructor Description EndpointConfig(String configName, List<UnifiedHandlerChainMetaData> preHandlerChains, List<UnifiedHandlerChainMetaData> postHandlerChains, Map<String,String> properties, Map<String,Feature> features)EndpointConfig(EndpointConfig base, EndpointConfig conf)
-
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)
-
-