public interface ExtensionProperty
java.lang.Object
.
The caller must know what to do with this content Object.
For example, what Java type to cast it to or whether it provides a useful
toString()
implementation.
WSDL 2.0 extensions should be defined by their own specification, which may include this type
of information.
Implementors of WSDL 2.0 extensions in Woden should also specify the names and Java types of
their extension properties using Javadoc comments in their implementations of the
ComponentExtensionContext
interface.
For examples, see the SOAP and HTTP binding extensions provided by Woden.
ComponentExtensionContext
Modifier and Type | Method and Description |
---|---|
Object |
getContent()
Returns the content of the extension property as a
java.lang.Object . |
String |
getName()
Returns a String representing the name of the extension property.
|
URI |
getNamespace()
Returns a URI representing the namespace the extension property belongs to.
|
String getName()
URI getNamespace()
Object getContent()
java.lang.Object
.Copyright © 2005-2013 Apache Software Foundation. All Rights Reserved.