public class WSDLManagerImpl extends Object implements org.apache.cxf.wsdl.WSDLManager
| Constructor and Description |
|---|
WSDLManagerImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDefinition(Object key,
javax.wsdl.Definition wsdl) |
javax.wsdl.Definition |
getDefinition(Element el) |
javax.wsdl.Definition |
getDefinition(String url) |
javax.wsdl.Definition |
getDefinition(URL url) |
Map<Object,javax.wsdl.Definition> |
getDefinitions() |
javax.wsdl.extensions.ExtensionRegistry |
getExtensionRegistry() |
org.apache.cxf.service.model.ServiceSchemaInfo |
getSchemasForDefinition(javax.wsdl.Definition wsdl) |
javax.wsdl.factory.WSDLFactory |
getWSDLFactory() |
boolean |
isDisableSchemaCache() |
void |
putSchemasForDefinition(javax.wsdl.Definition wsdl,
org.apache.cxf.service.model.ServiceSchemaInfo schemas) |
void |
removeDefinition(javax.wsdl.Definition wsdl) |
void |
setBus(org.apache.cxf.Bus b) |
void |
setDisableSchemaCache(boolean disableSchemaCache)
There's a test that 'fails' by succeeding if the cache is operational.
|
public WSDLManagerImpl()
throws org.apache.cxf.BusException
org.apache.cxf.BusExceptionpublic final void setBus(org.apache.cxf.Bus b)
public javax.wsdl.factory.WSDLFactory getWSDLFactory()
getWSDLFactory in interface org.apache.cxf.wsdl.WSDLManagerpublic Map<Object,javax.wsdl.Definition> getDefinitions()
getDefinitions in interface org.apache.cxf.wsdl.WSDLManagerpublic javax.wsdl.extensions.ExtensionRegistry getExtensionRegistry()
getExtensionRegistry in interface org.apache.cxf.wsdl.WSDLManagerpublic javax.wsdl.Definition getDefinition(URL url) throws javax.wsdl.WSDLException
getDefinition in interface org.apache.cxf.wsdl.WSDLManagerjavax.wsdl.WSDLExceptionpublic javax.wsdl.Definition getDefinition(String url) throws javax.wsdl.WSDLException
getDefinition in interface org.apache.cxf.wsdl.WSDLManagerjavax.wsdl.WSDLExceptionpublic javax.wsdl.Definition getDefinition(Element el) throws javax.wsdl.WSDLException
getDefinition in interface org.apache.cxf.wsdl.WSDLManagerjavax.wsdl.WSDLExceptionpublic void addDefinition(Object key, javax.wsdl.Definition wsdl)
addDefinition in interface org.apache.cxf.wsdl.WSDLManagerpublic org.apache.cxf.service.model.ServiceSchemaInfo getSchemasForDefinition(javax.wsdl.Definition wsdl)
getSchemasForDefinition in interface org.apache.cxf.wsdl.WSDLManagerpublic void putSchemasForDefinition(javax.wsdl.Definition wsdl,
org.apache.cxf.service.model.ServiceSchemaInfo schemas)
putSchemasForDefinition in interface org.apache.cxf.wsdl.WSDLManagerpublic boolean isDisableSchemaCache()
public void setDisableSchemaCache(boolean disableSchemaCache)
disableSchemaCache - public void removeDefinition(javax.wsdl.Definition wsdl)
removeDefinition in interface org.apache.cxf.wsdl.WSDLManagerApache CXF