|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.woden.wsdl20.extensions.GenericExtensionProperty
public class GenericExtensionProperty
This class implements the ExtensionProperty interface to provide a generic representation of a component extension property.
This class may be used by implementors of WSDL 2.0 extensions when implementing the ExtensionProperty accessor methods of the ComponentExtensionContext interface. For example, when they extend the abstract class BaseComponentExtensionContext, which partially implements the ComponentExtensionContext interface.
ComponentExtensionContext
,
BaseComponentExtensionContext
Constructor Summary | |
---|---|
GenericExtensionProperty(java.lang.String name,
java.net.URI namespace,
java.lang.Object content)
This public constructor stores the extension property's name, namespace and content. |
Method Summary | |
---|---|
java.lang.Object |
getContent()
Returns the content of the extension property as a java.lang.Object . |
java.lang.String |
getName()
Returns a String representing the name of the extension property. |
java.net.URI |
getNamespace()
Returns a URI representing the namespace the extension property belongs to. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GenericExtensionProperty(java.lang.String name, java.net.URI namespace, java.lang.Object content)
name
- the String name of the extension propertynamespace
- the namespace URI of the extension propertycontent
- an Object representing the content of the extension property
java.lang.NullPointerException
- if the name or namespace parameter is nullMethod Detail |
---|
public java.lang.String getName()
ExtensionProperty
getName
in interface ExtensionProperty
ExtensionProperty.getName()
public java.net.URI getNamespace()
ExtensionProperty
getNamespace
in interface ExtensionProperty
ExtensionProperty.getNamespace()
public java.lang.Object getContent()
ExtensionProperty
java.lang.Object
.
getContent
in interface ExtensionProperty
ExtensionProperty.getContent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |