|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.apache.axis.configuration.NullProvider
A do-nothing ConfigurationProvider
| Fields inherited from interface org.apache.axis.EngineConfiguration |
PROPERTY_NAME |
| Constructor Summary | |
NullProvider()
|
|
| Method Summary | |
void |
configureEngine(AxisEngine engine)
Configure this AxisEngine using whatever data source we have. |
java.util.Iterator |
getDeployedServices()
Get an enumeration of the services deployed to this engine |
java.util.Hashtable |
getGlobalOptions()
Returns the global configuration options. |
Handler |
getGlobalRequest()
Returns a global request handler. |
Handler |
getGlobalResponse()
Returns a global response handler. |
Handler |
getHandler(QName qname)
retrieve an instance of the named handler |
SOAPService |
getService(QName qname)
retrieve an instance of the named service |
SOAPService |
getServiceByNamespaceURI(java.lang.String namespace)
Get a service which has been mapped to a particular namespace |
Handler |
getTransport(QName qname)
retrieve an instance of the named transport |
TypeMapping |
getTypeMapping(java.lang.String encodingStyle)
|
TypeMappingRegistry |
getTypeMappingRegistry()
Retrieve the TypeMappingRegistry for this engine |
void |
writeEngineConfig(AxisEngine engine)
Read the configuration from an engine, and store it somehow. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NullProvider()
| Method Detail |
public void configureEngine(AxisEngine engine)
throws ConfigurationException
EngineConfigurationconfigureEngine in interface EngineConfigurationorg.apache.axis.EngineConfigurationengine - the AxisEngine we'll deploy state toConfigurationException - if there was a problem
public void writeEngineConfig(AxisEngine engine)
throws ConfigurationException
EngineConfigurationwriteEngineConfig in interface EngineConfigurationorg.apache.axis.EngineConfigurationengine - the AxisEngine from which to read state.ConfigurationException - if there was a problem
public java.util.Hashtable getGlobalOptions()
throws ConfigurationException
EngineConfigurationgetGlobalOptions in interface EngineConfiguration
public Handler getGlobalResponse()
throws ConfigurationException
EngineConfigurationgetGlobalResponse in interface EngineConfiguration
public Handler getGlobalRequest()
throws ConfigurationException
EngineConfigurationgetGlobalRequest in interface EngineConfiguration
public TypeMappingRegistry getTypeMappingRegistry()
throws ConfigurationException
EngineConfigurationgetTypeMappingRegistry in interface EngineConfiguration
public TypeMapping getTypeMapping(java.lang.String encodingStyle)
throws ConfigurationException
public Handler getTransport(QName qname)
throws ConfigurationException
EngineConfigurationgetTransport in interface EngineConfigurationorg.apache.axis.EngineConfigurationqname - XXXConfigurationException - XXX
public SOAPService getService(QName qname)
throws ConfigurationException
EngineConfigurationgetService in interface EngineConfigurationorg.apache.axis.EngineConfigurationqname - XXXConfigurationException - XXX
public SOAPService getServiceByNamespaceURI(java.lang.String namespace)
throws ConfigurationException
EngineConfigurationgetServiceByNamespaceURI in interface EngineConfigurationorg.apache.axis.EngineConfigurationnamespace - a namespace URI
public Handler getHandler(QName qname)
throws ConfigurationException
EngineConfigurationgetHandler in interface EngineConfigurationorg.apache.axis.EngineConfigurationqname - XXXConfigurationException - XXX
public java.util.Iterator getDeployedServices()
throws ConfigurationException
getDeployedServices in interface EngineConfigurationorg.apache.axis.EngineConfigurationServiceDesc
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||