Package | Description |
---|---|
org.apache.woden.wsdl20.extensions |
Modifier and Type | Class and Description |
---|---|
class |
GenericExtensionProperty
This class implements the ExtensionProperty interface to provide a
generic representation of a component extension property.
|
Modifier and Type | Method and Description |
---|---|
ExtensionProperty[] |
PropertyExtensible.getExtensionProperties()
Returns all of the component's extension properties.
|
ExtensionProperty[] |
PropertyExtensible.getExtensionProperties(URI namespace)
Returns the component's extension properties from a particular namespace.
|
ExtensionProperty |
PropertyExtensible.getExtensionProperty(URI namespace,
String name)
Returns the component's named extension property from the specified namespace.
|
ExtensionProperty[] |
ComponentExtensionContext.getProperties() |
abstract ExtensionProperty[] |
BaseComponentExtensionContext.getProperties() |
ExtensionProperty |
ComponentExtensionContext.getProperty(String propertyName) |
abstract ExtensionProperty |
BaseComponentExtensionContext.getProperty(String propertyName) |
protected ExtensionProperty |
BaseComponentExtensionContext.newExtensionProperty(String name,
Object content)
A factory-type method for instantiating and initialising ExtensionProperty objects.
|
Copyright ? Apache Software Foundation. All Rights Reserved.