Uses of Interface
org.apache.axis2.jaxws.catalog.JAXWSCatalogManager
-
-
Uses of JAXWSCatalogManager in org.apache.axis2.jaxws.catalog.impl
Classes in org.apache.axis2.jaxws.catalog.impl that implement JAXWSCatalogManager Modifier and Type Class Description classOASISCatalogManagerOASISCatalogManager 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 Modifier and Type Method Description JAXWSCatalogManagerServiceDescription. getCatalogManager() -
Uses of JAXWSCatalogManager in org.apache.axis2.jaxws.description.builder
Methods in org.apache.axis2.jaxws.description.builder that return JAXWSCatalogManager Modifier and Type Method Description JAXWSCatalogManagerDescriptionBuilderComposite. getCatalogManager()Returns the catalog manager associated with this composite, if any.static JAXWSCatalogManagerJAXWSRIWSDLGenerator. getCatalogManager(AxisService service)Get the CatalogManager associated with an AxisServiceJAXWSCatalogManagerPortComposite. getCatalogManager()Methods in org.apache.axis2.jaxws.description.builder with parameters of type JAXWSCatalogManager Modifier and Type Method Description voidJAXWSRIWSDLGenerator. 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 Modifier and Type Method Description JAXWSCatalogManagerServiceDescriptionImpl. getCatalogManager() -
Uses of JAXWSCatalogManager in org.apache.axis2.jaxws.util
Constructors in org.apache.axis2.jaxws.util with parameters of type JAXWSCatalogManager Constructor Description CatalogURIResolver(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, 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, 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)
-