Package org.apache.wsil.extension
Interface ExtensionBuilder
-
- All Known Implementing Classes:
UDDIExtensionBuilder,WSDLExtensionBuilder
public interface ExtensionBuilderThis class will ...- Version:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExtensionElementcreateElement(QName qname)Create extension element.
-
-
-
Method Detail
-
createElement
ExtensionElement createElement(QName qname) throws WSILException
Create extension element.- Throws:
WSILException
-
-