Modifier and Type | Method and Description |
---|---|
ExtensionProperty[] |
WSDLComponentImpl.getExtensionProperties() |
ExtensionProperty[] |
WSDLComponentImpl.getExtensionProperties(URI extNamespace) |
ExtensionProperty |
WSDLComponentImpl.getExtensionProperty(URI extNamespace,
String propertyName) |
Modifier and Type | Method and Description |
---|---|
ExtensionProperty[] |
InterfaceOperationExtensionsImpl.getProperties() |
ExtensionProperty |
InterfaceOperationExtensionsImpl.getProperty(String propertyName) |
Modifier and Type | Method and Description |
---|---|
ExtensionProperty[] |
HTTPBindingMessageReferenceExtensionsImpl.getProperties() |
ExtensionProperty[] |
HTTPBindingExtensionsImpl.getProperties() |
ExtensionProperty[] |
HTTPBindingFaultExtensionsImpl.getProperties() |
ExtensionProperty[] |
HTTPEndpointExtensionsImpl.getProperties() |
ExtensionProperty[] |
HTTPBindingOperationExtensionsImpl.getProperties() |
ExtensionProperty |
HTTPBindingMessageReferenceExtensionsImpl.getProperty(String propertyName) |
ExtensionProperty |
HTTPBindingExtensionsImpl.getProperty(String propertyName) |
ExtensionProperty |
HTTPBindingFaultExtensionsImpl.getProperty(String propertyName) |
ExtensionProperty |
HTTPEndpointExtensionsImpl.getProperty(String propertyName) |
ExtensionProperty |
HTTPBindingOperationExtensionsImpl.getProperty(String propertyName) |
Modifier and Type | Method and Description |
---|---|
ExtensionProperty[] |
RPCInterfaceOperationExtensionsImpl.getProperties() |
ExtensionProperty |
RPCInterfaceOperationExtensionsImpl.getProperty(String propertyName) |
Modifier and Type | Method and Description |
---|---|
ExtensionProperty[] |
SOAPBindingOperationExtensionsImpl.getProperties() |
ExtensionProperty[] |
SOAPBindingMessageReferenceExtensionsImpl.getProperties() |
ExtensionProperty[] |
SOAPEndpointExtensionsImpl.getProperties() |
ExtensionProperty[] |
SOAPBindingFaultExtensionsImpl.getProperties() |
ExtensionProperty[] |
SOAPBindingFaultReferenceExtensionsImpl.getProperties() |
ExtensionProperty[] |
SOAPBindingExtensionsImpl.getProperties() |
ExtensionProperty |
SOAPBindingOperationExtensionsImpl.getProperty(String propertyName) |
ExtensionProperty |
SOAPBindingMessageReferenceExtensionsImpl.getProperty(String propertyName) |
ExtensionProperty |
SOAPEndpointExtensionsImpl.getProperty(String propertyName) |
ExtensionProperty |
SOAPBindingFaultExtensionsImpl.getProperty(String propertyName) |
ExtensionProperty |
SOAPBindingFaultReferenceExtensionsImpl.getProperty(String propertyName) |
ExtensionProperty |
SOAPBindingExtensionsImpl.getProperty(String propertyName) |
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 © 2005-2012 Apache Software Foundation. All Rights Reserved.