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

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

public class WSDLExtensionBuilder
extends java.lang.Object
implements ExtensionBuilder

This class is used to create the object that is associated with the WSDL extension element.

Version:
1.0

Constructor Summary
WSDLExtensionBuilder()
          WSDLExtensionBuilder constructor comment.
 
Method Summary
 ExtensionElement createElement(QName qname)
          Create extension element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDLExtensionBuilder

public WSDLExtensionBuilder()
WSDLExtensionBuilder constructor comment.

Method Detail

createElement

public ExtensionElement createElement(QName qname)
                               throws WSILException
Create extension element.

Specified by:
createElement in interface ExtensionBuilder
Throws:
WSILException


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