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.PropertiesHelper
Generic settings for all CXF WS endpoints. Placeholder - currently no configuration.
- Author:
- K. Benedyczak
-
Field Summary
FieldsFields inherited from class eu.unicore.util.configuration.PropertiesHelper
genericListeners, metadata, prefix, properties, propertyFocusedListeners, structuredPrefixes -
Constructor Summary
Constructors -
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 Details
-
PREFIX
- See Also:
-
META
-
-
Constructor Details
-
CXFEndpointProperties
public CXFEndpointProperties(Properties properties) throws eu.unicore.util.configuration.ConfigurationException - Throws:
eu.unicore.util.configuration.ConfigurationException
-