public interface TWSDLExtensible
| Modifier and Type | Method and Description |
|---|---|
void |
addExtension(TWSDLExtension e)
Deprecated.
An
TWSDLExtensionHandler will call this method to add an TWSDLExtension object |
Iterable<? extends TWSDLExtension> |
extensions()
Deprecated.
Gives iterator over
TWSDLExtensions |
String |
getNamespaceURI()
Deprecated.
Gives namespace URI of a wsdl extensibility element.
|
String |
getNameValue()
Deprecated.
Gives the wsdl extensiblity element's name attribute value.
|
TWSDLExtensible |
getParent()
Deprecated.
Gives the parent of a wsdl extensibility element.
|
QName |
getWSDLElementName()
Deprecated.
Gives the WSDL element or WSDL extensibility element name
|
String getNameValue()
String getNamespaceURI()
QName getWSDLElementName()
void addExtension(TWSDLExtension e)
TWSDLExtensionHandler will call this method to add an TWSDLExtension objecte - non-null extension objectIterable<? extends TWSDLExtension> extensions()
TWSDLExtensionsTWSDLExtensible getParent()
For example,
...
Here, the TWSDLExtensiblerepresenting wsdl:operation's parent would be wsdl:portType TWSDLExtensible has no parent, root of wsdl document - wsdl:definition.Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.