org.apache.wsil.impl.extension.wsdl
Class WSDLExtensionReader

java.lang.Object
  extended by org.apache.wsil.impl.extension.wsdl.WSDLExtensionReader
All Implemented Interfaces:
ExtensionReader

public class WSDLExtensionReader
extends java.lang.Object
implements ExtensionReader

The WSDL extension reader class is used to parse the WSDL extension elements.

Version:
1.0

Constructor Summary
WSDLExtensionReader()
          WSDLExtensionReader constructor comment.
 
Method Summary
 ExtensionElement parseElement(org.w3c.dom.Element element, WSILElement wsilElement)
          Parse extension element.
protected  ExtensionElement parseImplementedBinding(org.w3c.dom.Element element, WSILElement wsilElement)
          Parse implementedBinding element.
protected  ExtensionElement parseReference(org.w3c.dom.Element referenceElement, WSILElement wsilElement)
          Parse reference element.
protected  ExtensionElement parseReferencedService(org.w3c.dom.Element element, WSILElement wsilElement)
          Parse referencedService element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDLExtensionReader

public WSDLExtensionReader()
WSDLExtensionReader constructor comment.

Method Detail

parseElement

public ExtensionElement parseElement(org.w3c.dom.Element element,
                                     WSILElement wsilElement)
                              throws WSILException
Parse extension element.

Specified by:
parseElement in interface ExtensionReader
Throws:
WSILException

parseReference

protected ExtensionElement parseReference(org.w3c.dom.Element referenceElement,
                                          WSILElement wsilElement)
Parse reference element.


parseImplementedBinding

protected ExtensionElement parseImplementedBinding(org.w3c.dom.Element element,
                                                   WSILElement wsilElement)
Parse implementedBinding element.


parseReferencedService

protected ExtensionElement parseReferencedService(org.w3c.dom.Element element,
                                                  WSILElement wsilElement)
Parse referencedService element.



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