org.apache.woden.internal
Class BaseWSDLFactory

java.lang.Object
  extended by org.apache.woden.WSDLFactory
      extended by org.apache.woden.internal.BaseWSDLFactory
Direct Known Subclasses:
DOMWSDLFactory, OMWSDLFactory

public abstract class BaseWSDLFactory
extends WSDLFactory

This abstract class contains properties and methods common to WSDLFactory implementations.

Author:
John Kaputin (jkaputin@apache.org)

Field Summary
protected  WSDLContext fWsdlContext
           
 
Constructor Summary
protected BaseWSDLFactory()
           
 
Method Summary
 DescriptionElement newDescription()
           
 ExtensionRegistry newPopulatedExtensionRegistry()
           
abstract  WSDLReader newWSDLReader()
           
 
Methods inherited from class org.apache.woden.WSDLFactory
newInstance, newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fWsdlContext

protected WSDLContext fWsdlContext
Constructor Detail

BaseWSDLFactory

protected BaseWSDLFactory()
                   throws WSDLException
Throws:
WSDLException
Method Detail

newWSDLReader

public abstract WSDLReader newWSDLReader()
                                  throws WSDLException
Specified by:
newWSDLReader in class WSDLFactory
Throws:
WSDLException

newPopulatedExtensionRegistry

public ExtensionRegistry newPopulatedExtensionRegistry()
                                                throws WSDLException
Specified by:
newPopulatedExtensionRegistry in class WSDLFactory
Throws:
WSDLException

newDescription

public DescriptionElement newDescription()
Specified by:
newDescription in class WSDLFactory


Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.