|
||||||||||
| 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(java.net.URI namespace)
Returns the component's extension properties from a particular namespace. |
ExtensionProperty |
PropertyExtensible.getExtensionProperty(java.net.URI namespace,
java.lang.String name)
Returns the component's named extension property from the specified namespace. |
abstract ExtensionProperty[] |
BaseComponentExtensionContext.getProperties()
|
ExtensionProperty[] |
ComponentExtensionContext.getProperties()
|
abstract ExtensionProperty |
BaseComponentExtensionContext.getProperty(java.lang.String propertyName)
|
ExtensionProperty |
ComponentExtensionContext.getProperty(java.lang.String propertyName)
|
protected ExtensionProperty |
BaseComponentExtensionContext.newExtensionProperty(java.lang.String name,
java.lang.Object content)
A factory-type method for instantiating and initialising ExtensionProperty objects. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||