Uses of Class
org.apache.woden.WSDLFactory

Packages that use WSDLFactory
org.apache.woden   
org.apache.woden.internal   
 

Uses of WSDLFactory in org.apache.woden
 

Methods in org.apache.woden that return WSDLFactory
static WSDLFactory WSDLFactory.newInstance()
           
static WSDLFactory WSDLFactory.newInstance(java.lang.String factoryImplName)
           
 

Uses of WSDLFactory in org.apache.woden.internal
 

Subclasses of WSDLFactory in org.apache.woden.internal
 class BaseWSDLFactory
          This abstract class contains properties and methods common to WSDLFactory implementations.
 class DOMWSDLFactory
           
 class OMWSDLFactory
           
 

Fields in org.apache.woden.internal declared as WSDLFactory
 WSDLFactory WSDLContext.wsdlFactory
           
 

Methods in org.apache.woden.internal that return WSDLFactory
protected  WSDLFactory BaseWSDLReader.getFactory()
          Get the cached WSDLFactory if there is one, otherwise create and cache a new one.
 



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