|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExtensionProperty | |
---|---|
org.apache.woden.wsdl20.extensions |
Uses of ExtensionProperty in org.apache.woden.wsdl20.extensions |
---|
Classes in org.apache.woden.wsdl20.extensions that implement ExtensionProperty | |
---|---|
class |
GenericExtensionProperty
This class implements the ExtensionProperty interface to provide a generic representation of a component extension property. |
Methods in org.apache.woden.wsdl20.extensions that return ExtensionProperty | |
---|---|
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. |
abstract ExtensionProperty[] |
BaseComponentExtensionContext.getProperties()
|
ExtensionProperty[] |
ComponentExtensionContext.getProperties()
|
abstract ExtensionProperty |
BaseComponentExtensionContext.getProperty(String propertyName)
|
ExtensionProperty |
ComponentExtensionContext.getProperty(String propertyName)
|
protected ExtensionProperty |
BaseComponentExtensionContext.newExtensionProperty(String name,
Object content)
A factory-type method for instantiating and initialising ExtensionProperty objects. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |