|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.axis.configuration.NullProvider
public class NullProvider
A do-nothing ConfigurationProvider
| Field Summary |
|---|
| Fields inherited from interface org.jboss.axis.EngineConfiguration |
|---|
PROPERTY_NAME |
| Constructor Summary | |
|---|---|
NullProvider()
|
|
| Method Summary | |
|---|---|
void |
configureEngine(AxisEngine engine)
Configure this AxisEngine using whatever data source we have. |
Iterator |
getDeployedServices()
Get an enumeration of the services deployed to this engine |
Hashtable |
getGlobalOptions()
Returns the global configuration options. |
Handler |
getGlobalRequest()
Returns a global request handler. |
Handler |
getGlobalResponse()
Returns a global response handler. |
Handler |
getHandler(javax.xml.namespace.QName qname)
retrieve an instance of the named handler |
SOAPService |
getService(javax.xml.namespace.QName qname)
retrieve an instance of the named service |
SOAPService |
getServiceByNamespaceURI(String namespace)
Get a service which has been mapped to a particular namespace |
Handler |
getTransport(javax.xml.namespace.QName qname)
retrieve an instance of the named transport |
TypeMapping |
getTypeMapping(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
EngineConfiguration
configureEngine in interface EngineConfigurationengine - the AxisEngine we'll deploy state to
ConfigurationException - if there was a problem
public void writeEngineConfig(AxisEngine engine)
throws ConfigurationException
EngineConfiguration
writeEngineConfig in interface EngineConfigurationengine - the AxisEngine from which to read state.
ConfigurationException - if there was a problem
public Hashtable getGlobalOptions()
throws ConfigurationException
EngineConfiguration
getGlobalOptions in interface EngineConfigurationConfigurationException
public Handler getGlobalResponse()
throws ConfigurationException
EngineConfiguration
getGlobalResponse in interface EngineConfigurationConfigurationException
public Handler getGlobalRequest()
throws ConfigurationException
EngineConfiguration
getGlobalRequest in interface EngineConfigurationConfigurationException
public TypeMappingRegistry getTypeMappingRegistry()
throws ConfigurationException
EngineConfiguration
getTypeMappingRegistry in interface EngineConfigurationConfigurationException
public TypeMapping getTypeMapping(String encodingStyle)
throws ConfigurationException
ConfigurationException
public Handler getTransport(javax.xml.namespace.QName qname)
throws ConfigurationException
EngineConfiguration
getTransport in interface EngineConfigurationqname - XXX
ConfigurationException - XXX
public SOAPService getService(javax.xml.namespace.QName qname)
throws ConfigurationException
EngineConfiguration
getService in interface EngineConfigurationqname - XXX
ConfigurationException - XXX
public SOAPService getServiceByNamespaceURI(String namespace)
throws ConfigurationException
EngineConfiguration
getServiceByNamespaceURI in interface EngineConfigurationnamespace - a namespace URI
ConfigurationException
public Handler getHandler(javax.xml.namespace.QName qname)
throws ConfigurationException
EngineConfiguration
getHandler in interface EngineConfigurationqname - XXX
ConfigurationException - XXX
public Iterator getDeployedServices()
throws ConfigurationException
getDeployedServices in interface EngineConfigurationConfigurationExceptionServiceDesc
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||