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
 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


Copyright ? 2001 International Business Machines Corporation. All Rights Reserved.