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