Uses of Interface
org.apache.axis2.jaxws.catalog.JAXWSCatalogManager

Packages that use JAXWSCatalogManager
org.apache.axis2.jaxws.catalog.impl   
org.apache.axis2.jaxws.description   
org.apache.axis2.jaxws.description.builder   
org.apache.axis2.jaxws.util   
 

Uses of JAXWSCatalogManager in org.apache.axis2.jaxws.catalog.impl
 

Classes in org.apache.axis2.jaxws.catalog.impl that implement JAXWSCatalogManager
 class OASISCatalogManager
          OASISCatalogManager provides an interface to the catalog properties.
 

Uses of JAXWSCatalogManager in org.apache.axis2.jaxws.description
 

Methods in org.apache.axis2.jaxws.description that return JAXWSCatalogManager
 JAXWSCatalogManager ServiceDescription.getCatalogManager()
           
 

Uses of JAXWSCatalogManager in org.apache.axis2.jaxws.description.builder
 

Methods in org.apache.axis2.jaxws.description.builder that return JAXWSCatalogManager
 JAXWSCatalogManager DescriptionBuilderComposite.getCatalogManager()
          Returns the catalog manager associated with this composite, if any.
static JAXWSCatalogManager JAXWSRIWSDLGenerator.getCatalogManager(AxisService service)
          Get the CatalogManager associated with an AxisService
 

Methods in org.apache.axis2.jaxws.description.builder with parameters of type JAXWSCatalogManager
 void JAXWSRIWSDLGenerator.generateWsdl(java.lang.String className, java.lang.String bindingType, JAXWSCatalogManager catalogManager)
          This method will drive the call to WsGen to generate a WSDL file for applications deployed without WSDL.
 void DescriptionBuilderComposite.setCatalogManager(JAXWSCatalogManager theCatalogManager)
          Set the Catalog Manager associated with this composite.
 

Uses of JAXWSCatalogManager in org.apache.axis2.jaxws.util
 

Constructors in org.apache.axis2.jaxws.util with parameters of type JAXWSCatalogManager
CatalogURIResolver(JAXWSCatalogManager catalogManager)
          CatalogURIResolver constructor.
CatalogWSDLLocator(java.lang.String uri, java.io.InputStream stream, java.lang.ClassLoader classLoader, JAXWSCatalogManager catalogManager)
          CatalogWSDLLocator constructor.
WSDL4JWrapper(java.net.URL wsdlURL, ConfigurationContext configContext, JAXWSCatalogManager catalogManager)
           
WSDL4JWrapper(java.net.URL wsdlURL, javax.wsdl.Definition wsdlDefinition, ConfigurationContext configContext, JAXWSCatalogManager catalogManager)
          Constructor
WSDL4JWrapper(java.net.URL wsdlURL, javax.wsdl.Definition wsdlDefinition, JAXWSCatalogManager catalogManager)
          Deprecated. Use a constructor with a ConfigurationContext or memory limit setting
WSDL4JWrapper(java.net.URL wsdlURL, javax.wsdl.Definition wsdlDefinition, JAXWSCatalogManager catalogManager, boolean limitMemory, int memoryType)
          Constructor
WSDL4JWrapper(java.net.URL wsdlURL, JAXWSCatalogManager catalogManager)
          Deprecated. use a constructor with a ConfigurationContext or limitMemory parameter
WSDL4JWrapper(java.net.URL wsdlURL, JAXWSCatalogManager catalogManager, boolean limitMemory)
           
WSDL4JWrapper(java.net.URL wsdlURL, JAXWSCatalogManager catalogManager, boolean limitMemory, int memoryType)
           
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.