Package org.apache.wsil.extension
Interface ExtensionReader
-
- All Known Implementing Classes:
UDDIExtensionReader
,WSDLExtensionReader
public interface ExtensionReader
This is the interface definition for an extension element reader.- Version:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExtensionElement
parseElement(org.w3c.dom.Element element, WSILElement wsilElement)
Parse extension element.
-
-
-
Method Detail
-
parseElement
ExtensionElement parseElement(org.w3c.dom.Element element, WSILElement wsilElement) throws WSILException
Parse extension element.- Throws:
WSILException
-
-