org.apache.wsif.wsdl
Class WSIFWSDLFactoryImpl

java.lang.Object
  extended by javax.wsdl.factory.WSDLFactory
      extended by org.apache.wsif.wsdl.WSIFWSDLFactoryImpl

public class WSIFWSDLFactoryImpl
extends javax.wsdl.factory.WSDLFactory

WSIF specific implementation of javax.wsdl.factory.WSDLFactory

Author:
Owen Burroughs

Constructor Summary
WSIFWSDLFactoryImpl()
           
 
Method Summary
 javax.wsdl.Definition newDefinition()
           
 javax.wsdl.extensions.ExtensionRegistry newPopulatedExtensionRegistry()
           
 javax.wsdl.xml.WSDLReader newWSDLReader()
           
 javax.wsdl.xml.WSDLWriter newWSDLWriter()
           
 
Methods inherited from class javax.wsdl.factory.WSDLFactory
newInstance, newInstance, newInstance
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSIFWSDLFactoryImpl

public WSIFWSDLFactoryImpl()
Method Detail

newDefinition

public javax.wsdl.Definition newDefinition()
Specified by:
newDefinition in class javax.wsdl.factory.WSDLFactory

newWSDLReader

public javax.wsdl.xml.WSDLReader newWSDLReader()
Specified by:
newWSDLReader in class javax.wsdl.factory.WSDLFactory

newWSDLWriter

public javax.wsdl.xml.WSDLWriter newWSDLWriter()
Specified by:
newWSDLWriter in class javax.wsdl.factory.WSDLFactory

newPopulatedExtensionRegistry

public javax.wsdl.extensions.ExtensionRegistry newPopulatedExtensionRegistry()
Specified by:
newPopulatedExtensionRegistry in class javax.wsdl.factory.WSDLFactory


Copyright ? 2002, 2006 Apache XML Project. All Rights Reserved.