|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyExtensible
Defines behaviour for accessing the extension properties attached to WSDL 2.0 components. To be extended by each WSDL 2.0 component interface.
Method Summary | |
---|---|
ExtensionProperty[] |
getExtensionProperties()
Returns all of the component's extension properties. |
ExtensionProperty[] |
getExtensionProperties(java.net.URI namespace)
Returns the component's extension properties from a particular namespace. |
ExtensionProperty |
getExtensionProperty(java.net.URI namespace,
java.lang.String name)
Returns the component's named extension property from the specified namespace. |
Method Detail |
---|
ExtensionProperty[] getExtensionProperties()
ExtensionProperty[] getExtensionProperties(java.net.URI namespace)
namespace
- URI representing the namespace of the required extension properties
ExtensionProperty getExtensionProperty(java.net.URI namespace, java.lang.String name)
namespace
- the namespace of the named extension propertyname
- the name of the required extension property
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |