Uses of Interface
org.apache.axis2.jaxws.catalog.JAXWSCatalogManager
Packages that use JAXWSCatalogManager
Package
Description
-
Uses of JAXWSCatalogManager in org.apache.axis2.jaxws.catalog.impl
Classes in org.apache.axis2.jaxws.catalog.impl that implement JAXWSCatalogManagerModifier and TypeClassDescriptionclassOASISCatalogManager 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 -
Uses of JAXWSCatalogManager in org.apache.axis2.jaxws.description.builder
Methods in org.apache.axis2.jaxws.description.builder that return JAXWSCatalogManagerModifier and TypeMethodDescriptionDescriptionBuilderComposite.getCatalogManager()Returns the catalog manager associated with this composite, if any.static JAXWSCatalogManagerJAXWSRIWSDLGenerator.getCatalogManager(org.apache.axis2.description.AxisService service) Get the CatalogManager associated with an AxisServicePortComposite.getCatalogManager()Methods in org.apache.axis2.jaxws.description.builder with parameters of type JAXWSCatalogManagerModifier and TypeMethodDescriptionvoidJAXWSRIWSDLGenerator.generateWsdl(String className, String bindingType, JAXWSCatalogManager catalogManager) This method will drive the call to WsGen to generate a WSDL file for applications deployed without WSDL.voidDescriptionBuilderComposite.setCatalogManager(JAXWSCatalogManager theCatalogManager) Set the Catalog Manager associated with this composite. -
Uses of JAXWSCatalogManager in org.apache.axis2.jaxws.description.impl
Methods in org.apache.axis2.jaxws.description.impl that return JAXWSCatalogManager -
Uses of JAXWSCatalogManager in org.apache.axis2.jaxws.util
Constructors in org.apache.axis2.jaxws.util with parameters of type JAXWSCatalogManagerModifierConstructorDescriptionCatalogURIResolver(JAXWSCatalogManager catalogManager) CatalogURIResolver constructor.CatalogURIResolver(JAXWSCatalogManager catalogManager, ClassLoader classLoader) CatalogURIResolver constructor.CatalogWSDLLocator(String uri, InputStream stream, ClassLoader classLoader, JAXWSCatalogManager catalogManager) CatalogWSDLLocator constructor.WSDL4JWrapper(URL wsdlURL, javax.wsdl.Definition wsdlDefinition, org.apache.axis2.context.ConfigurationContext configContext, JAXWSCatalogManager catalogManager) ConstructorWSDL4JWrapper(URL wsdlURL, javax.wsdl.Definition wsdlDefinition, JAXWSCatalogManager catalogManager) Deprecated.Use a constructor with a ConfigurationContext or memory limit settingWSDL4JWrapper(URL wsdlURL, javax.wsdl.Definition wsdlDefinition, JAXWSCatalogManager catalogManager, boolean limitMemory, int memoryType) ConstructorWSDL4JWrapper(URL wsdlURL, org.apache.axis2.context.ConfigurationContext configContext, JAXWSCatalogManager catalogManager) WSDL4JWrapper(URL wsdlURL, JAXWSCatalogManager catalogManager) Deprecated.use a constructor with a ConfigurationContext or limitMemory parameterWSDL4JWrapper(URL wsdlURL, JAXWSCatalogManager catalogManager, boolean limitMemory) WSDL4JWrapper(URL wsdlURL, JAXWSCatalogManager catalogManager, boolean limitMemory, int memoryType)