|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationException | |
org.apache.axis | |
org.apache.axis.configuration | |
org.apache.axis.deployment.wsdd | |
org.apache.axis.transport.http |
Uses of ConfigurationException in org.apache.axis |
Methods in org.apache.axis that throw ConfigurationException | |
void |
EngineConfiguration.configureEngine(AxisEngine engine)
Configure this AxisEngine using whatever data source we have. |
void |
EngineConfiguration.writeEngineConfig(AxisEngine engine)
Read the configuration from an engine, and store it somehow. |
Handler |
EngineConfiguration.getHandler(javax.xml.namespace.QName qname)
retrieve an instance of the named handler |
SOAPService |
EngineConfiguration.getService(javax.xml.namespace.QName qname)
retrieve an instance of the named service |
SOAPService |
EngineConfiguration.getServiceByNamespaceURI(String namespace)
Get a service which has been mapped to a particular namespace |
Handler |
EngineConfiguration.getTransport(javax.xml.namespace.QName qname)
retrieve an instance of the named transport |
TypeMappingRegistry |
EngineConfiguration.getTypeMappingRegistry()
Retrieve the TypeMappingRegistry for this engine |
Handler |
EngineConfiguration.getGlobalRequest()
Returns a global request handler. |
Handler |
EngineConfiguration.getGlobalResponse()
Returns a global response handler. |
Hashtable |
EngineConfiguration.getGlobalOptions()
Returns the global configuration options. |
Iterator |
EngineConfiguration.getDeployedServices()
Get an enumeration of the services deployed to this engine, these are represented as ServiceDesc objects |
Handler |
AxisEngine.getGlobalRequest()
|
Handler |
AxisEngine.getGlobalResponse()
|
void |
AxisEngine.refreshGlobalOptions()
(Re-)load the global options from the registry. |
Uses of ConfigurationException in org.apache.axis.configuration |
Methods in org.apache.axis.configuration that throw ConfigurationException | |
void |
XMLStringProvider.writeEngineConfig(AxisEngine engine)
|
void |
XMLStringProvider.configureEngine(AxisEngine engine)
|
void |
SimpleProvider.configureEngine(AxisEngine engine)
Configure an AxisEngine. |
void |
SimpleProvider.writeEngineConfig(AxisEngine engine)
We don't write ourselves out, so this is a noop. |
Hashtable |
SimpleProvider.getGlobalOptions()
Returns the global configuration options. |
Handler |
SimpleProvider.getGlobalResponse()
Returns a global response handler. |
Handler |
SimpleProvider.getGlobalRequest()
Returns a global request handler. |
TypeMappingRegistry |
SimpleProvider.getTypeMappingRegistry()
Get our TypeMappingRegistry. |
TypeMapping |
SimpleProvider.getTypeMapping(String encodingStyle)
|
Handler |
SimpleProvider.getTransport(javax.xml.namespace.QName qname)
|
SOAPService |
SimpleProvider.getService(javax.xml.namespace.QName qname)
|
SOAPService |
SimpleProvider.getServiceByNamespaceURI(String namespace)
Get a service which has been mapped to a particular namespace |
Handler |
SimpleProvider.getHandler(javax.xml.namespace.QName qname)
|
Iterator |
SimpleProvider.getDeployedServices()
Get an enumeration of the services deployed to this engine |
void |
NullProvider.configureEngine(AxisEngine engine)
|
void |
NullProvider.writeEngineConfig(AxisEngine engine)
|
Hashtable |
NullProvider.getGlobalOptions()
|
Handler |
NullProvider.getGlobalResponse()
|
Handler |
NullProvider.getGlobalRequest()
|
TypeMappingRegistry |
NullProvider.getTypeMappingRegistry()
|
TypeMapping |
NullProvider.getTypeMapping(String encodingStyle)
|
Handler |
NullProvider.getTransport(javax.xml.namespace.QName qname)
|
SOAPService |
NullProvider.getService(javax.xml.namespace.QName qname)
|
SOAPService |
NullProvider.getServiceByNamespaceURI(String namespace)
|
Handler |
NullProvider.getHandler(javax.xml.namespace.QName qname)
|
Iterator |
NullProvider.getDeployedServices()
Get an enumeration of the services deployed to this engine |
void |
FileProvider.configureEngine(AxisEngine engine)
|
void |
FileProvider.writeEngineConfig(AxisEngine engine)
Save the engine configuration. |
Handler |
FileProvider.getHandler(javax.xml.namespace.QName qname)
retrieve an instance of the named handler |
SOAPService |
FileProvider.getService(javax.xml.namespace.QName qname)
retrieve an instance of the named service |
SOAPService |
FileProvider.getServiceByNamespaceURI(String namespace)
Get a service which has been mapped to a particular namespace |
Handler |
FileProvider.getTransport(javax.xml.namespace.QName qname)
retrieve an instance of the named transport |
TypeMappingRegistry |
FileProvider.getTypeMappingRegistry()
|
Handler |
FileProvider.getGlobalRequest()
Returns a global request handler. |
Handler |
FileProvider.getGlobalResponse()
Returns a global response handler. |
Hashtable |
FileProvider.getGlobalOptions()
Returns the global configuration options. |
Iterator |
FileProvider.getDeployedServices()
Get an enumeration of the services deployed to this engine |
Constructors in org.apache.axis.configuration that throw ConfigurationException | |
FileProvider(String basepath,
String filename)
Constructor which accesses a file relative to a specific base path. |
Uses of ConfigurationException in org.apache.axis.deployment.wsdd |
Subclasses of ConfigurationException in org.apache.axis.deployment.wsdd | |
class |
WSDDException
|
class |
WSDDNonFatalException
|
Methods in org.apache.axis.deployment.wsdd that throw ConfigurationException | |
void |
WSDDUndeployment.undeployFromRegistry(WSDDDeployment registry)
|
Handler |
WSDDTargetedChain.makeNewInstance(EngineConfiguration registry)
|
Handler |
WSDDService.makeNewInstance(EngineConfiguration registry)
|
void |
WSDDGlobalConfiguration.deployToRegistry(WSDDDeployment registry)
|
Document |
WSDDDocument.getDOMDocument()
|
void |
WSDDDocument.deploy(WSDDDeployment registry)
|
void |
WSDDDeployment.deployToRegistry(WSDDDeployment target)
|
Handler |
WSDDDeployment.getHandler(javax.xml.namespace.QName name)
|
Handler |
WSDDDeployment.getTransport(javax.xml.namespace.QName name)
|
SOAPService |
WSDDDeployment.getService(javax.xml.namespace.QName name)
|
SOAPService |
WSDDDeployment.getServiceByNamespaceURI(String namespace)
|
void |
WSDDDeployment.configureEngine(AxisEngine engine)
|
void |
WSDDDeployment.writeEngineConfig(AxisEngine engine)
|
TypeMapping |
WSDDDeployment.getTypeMapping(String encodingStyle)
|
TypeMappingRegistry |
WSDDDeployment.getTypeMappingRegistry()
|
Handler |
WSDDDeployment.getGlobalRequest()
|
Handler |
WSDDDeployment.getGlobalResponse()
|
Hashtable |
WSDDDeployment.getGlobalOptions()
|
Iterator |
WSDDDeployment.getDeployedServices()
Get an enumeration of the services deployed to this engine |
Handler |
WSDDDeployableItem.getInstance(EngineConfiguration registry)
|
protected Handler |
WSDDDeployableItem.makeNewInstance(EngineConfiguration registry)
Creates a new instance of this deployable. |
Handler |
WSDDChain.makeNewInstance(EngineConfiguration registry)
Creates a new instance of this Chain |
Uses of ConfigurationException in org.apache.axis.transport.http |
Methods in org.apache.axis.transport.http that throw ConfigurationException | |
protected void |
AxisServlet.reportAvailableServices(javax.servlet.http.HttpServletResponse response,
PrintWriter writer,
javax.servlet.http.HttpServletRequest request)
This method lists the available services; it is called when there is nothing to execute on a GET |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |