|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TWSDLExtensible
A WSDL element or attribute that can be extended.
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
String getNameValue()
String getNamespaceURI()
QName getWSDLElementName()
void addExtension(TWSDLExtension e)
TWSDLExtensionHandler will call this method to add an TWSDLExtension object
e - non-null extension objectIterable<? extends TWSDLExtension> extensions()
TWSDLExtensions
TWSDLExtensible getParent()
For example,
...
Here, the TWSDLExtensiblerepresenting wsdl:operation's parent would be wsdl:portType
- Returns:
- null if the
TWSDLExtensible has no parent, root of wsdl document - wsdl:definition.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||