Package pl.edu.icm.unity.ws
Class CXFEndpointProperties
- java.lang.Object
-
- eu.unicore.util.configuration.PropertiesHelper
-
- pl.edu.icm.unity.ws.CXFEndpointProperties
-
- All Implemented Interfaces:
eu.unicore.util.configuration.PropertiesHelperAPI,eu.unicore.util.configuration.UpdateableConfiguration,Cloneable
public class CXFEndpointProperties extends eu.unicore.util.configuration.PropertiesHelperGeneric settings for all CXF WS endpoints. Placeholder - currently no configuration.- Author:
- K. Benedyczak
-
-
Constructor Summary
Constructors Constructor Description CXFEndpointProperties(Properties properties)
-
Method Summary
-
Methods inherited from class eu.unicore.util.configuration.PropertiesHelper
addPropertyChangeListener, canHaveSubkeys, checkBounds, checkConstraints, checkConstraints, checkDeprecated, checkPropertyConstraints, checkStructuredListConstraints, clone, cloneTo, filterChanged, findUnknown, getBooleanValue, getClassValue, getDoubleValue, getDoubleValueNoCheck, getEnumValue, getFileValue, getFileValueAsString, getIntValue, getIntValueNoCheck, getKeyDescription, getListOfValues, getLocalizedValue, getLongValue, getLongValueNoCheck, getMetadata, getMetadataKey, getRawProperty, getSortedNumKeys, getSortedStringKeys, getStructuredListKeys, getSubkeyBooleanValue, getSubkeyEnumValue, getSubkeyIntValue, getSubkeyLongValue, getSubkeyValue, getValue, isSet, logValue, notifyAllWithKey, notifyFocusedListeners, notifyGenericListeners, removePropertyChangeListener, setProperties, setProperty
-
-
-
-
Field Detail
-
PREFIX
public static final String PREFIX
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CXFEndpointProperties
public CXFEndpointProperties(Properties properties) throws eu.unicore.util.configuration.ConfigurationException
- Throws:
eu.unicore.util.configuration.ConfigurationException
-
-