Modifier and Type | Class and Description |
---|---|
class |
OASISCatalogManager
OASISCatalogManager provides an interface to the catalog properties.
|
Modifier and Type | Method and Description |
---|---|
JAXWSCatalogManager |
ServiceDescription.getCatalogManager() |
Modifier and Type | Method and Description |
---|---|
JAXWSCatalogManager |
PortComposite.getCatalogManager() |
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
|
Modifier and Type | Method and Description |
---|---|
void |
JAXWSRIWSDLGenerator.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.
|
void |
DescriptionBuilderComposite.setCatalogManager(JAXWSCatalogManager theCatalogManager)
Set the Catalog Manager associated with this composite.
|
Modifier and Type | Method and Description |
---|---|
JAXWSCatalogManager |
ServiceDescriptionImpl.getCatalogManager() |
Constructor and 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,
ConfigurationContext configContext,
JAXWSCatalogManager catalogManager) |
WSDL4JWrapper(URL wsdlURL,
javax.wsdl.Definition wsdlDefinition,
ConfigurationContext configContext,
JAXWSCatalogManager catalogManager)
Constructor
|
WSDL4JWrapper(URL wsdlURL,
javax.wsdl.Definition wsdlDefinition,
JAXWSCatalogManager catalogManager)
Deprecated.
Use a constructor with a ConfigurationContext or memory limit setting
|
WSDL4JWrapper(URL wsdlURL,
javax.wsdl.Definition wsdlDefinition,
JAXWSCatalogManager catalogManager,
boolean limitMemory,
int memoryType)
Constructor
|
WSDL4JWrapper(URL wsdlURL,
JAXWSCatalogManager catalogManager)
Deprecated.
use a constructor with a ConfigurationContext or limitMemory parameter
|
WSDL4JWrapper(URL wsdlURL,
JAXWSCatalogManager catalogManager,
boolean limitMemory) |
WSDL4JWrapper(URL wsdlURL,
JAXWSCatalogManager catalogManager,
boolean limitMemory,
int memoryType) |
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.