org.jboss.axis.configuration
Class NullProvider

java.lang.Object
  extended byorg.jboss.axis.configuration.NullProvider
All Implemented Interfaces:
EngineConfiguration (src)

public class NullProvider
extends java.lang.Object
implements EngineConfiguration (src)

A do-nothing ConfigurationProvider


Field Summary
 
Fields inherited from interface org.jboss.axis.EngineConfiguration (src)
PROPERTY_NAME
 
Constructor Summary
NullProvider()
           
 
Method Summary
 void configureEngine(AxisEngine (src)  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 (src) getGlobalRequest()
          Returns a global request handler.
 Handler (src) getGlobalResponse()
          Returns a global response handler.
 Handler (src) getHandler(QName (src)  qname)
          retrieve an instance of the named handler
 SOAPService (src) getService(QName (src)  qname)
          retrieve an instance of the named service
 SOAPService (src) getServiceByNamespaceURI(java.lang.String namespace)
          Get a service which has been mapped to a particular namespace
 Handler (src) getTransport(QName (src)  qname)
          retrieve an instance of the named transport
 TypeMapping (src) getTypeMapping(java.lang.String encodingStyle)
           
 TypeMappingRegistry (src) getTypeMappingRegistry()
          Retrieve the TypeMappingRegistry for this engine
 void writeEngineConfig(AxisEngine (src)  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

NullProvider

public NullProvider()
Method Detail

configureEngine

public void configureEngine(AxisEngine (src)  engine)
                     throws ConfigurationException (src) 
Description copied from interface: EngineConfiguration (src)
Configure this AxisEngine using whatever data source we have.

Specified by:
configureEngine in interface EngineConfiguration (src)
Parameters:
engine - the AxisEngine we'll deploy state to
Throws:
ConfigurationException (src) - if there was a problem

writeEngineConfig

public void writeEngineConfig(AxisEngine (src)  engine)
                       throws ConfigurationException (src) 
Description copied from interface: EngineConfiguration (src)
Read the configuration from an engine, and store it somehow.

Specified by:
writeEngineConfig in interface EngineConfiguration (src)
Parameters:
engine - the AxisEngine from which to read state.
Throws:
ConfigurationException (src) - if there was a problem

getGlobalOptions

public java.util.Hashtable getGlobalOptions()
                                     throws ConfigurationException (src) 
Description copied from interface: EngineConfiguration (src)
Returns the global configuration options.

Specified by:
getGlobalOptions in interface EngineConfiguration (src)
Throws:
ConfigurationException (src)

getGlobalResponse

public Handler (src)  getGlobalResponse()
                          throws ConfigurationException (src) 
Description copied from interface: EngineConfiguration (src)
Returns a global response handler.

Specified by:
getGlobalResponse in interface EngineConfiguration (src)
Throws:
ConfigurationException (src)

getGlobalRequest

public Handler (src)  getGlobalRequest()
                         throws ConfigurationException (src) 
Description copied from interface: EngineConfiguration (src)
Returns a global request handler.

Specified by:
getGlobalRequest in interface EngineConfiguration (src)
Throws:
ConfigurationException (src)

getTypeMappingRegistry

public TypeMappingRegistry (src)  getTypeMappingRegistry()
                                           throws ConfigurationException (src) 
Description copied from interface: EngineConfiguration (src)
Retrieve the TypeMappingRegistry for this engine

Specified by:
getTypeMappingRegistry in interface EngineConfiguration (src)
Throws:
ConfigurationException (src)

getTypeMapping

public TypeMapping (src)  getTypeMapping(java.lang.String encodingStyle)
                           throws ConfigurationException (src) 
Throws:
ConfigurationException (src)

getTransport

public Handler (src)  getTransport(QName (src)  qname)
                     throws ConfigurationException (src) 
Description copied from interface: EngineConfiguration (src)
retrieve an instance of the named transport

Specified by:
getTransport in interface EngineConfiguration (src)
Parameters:
qname - XXX
Returns:
XXX
Throws:
ConfigurationException (src) - XXX

getService

public SOAPService (src)  getService(QName (src)  qname)
                       throws ConfigurationException (src) 
Description copied from interface: EngineConfiguration (src)
retrieve an instance of the named service

Specified by:
getService in interface EngineConfiguration (src)
Parameters:
qname - XXX
Returns:
XXX
Throws:
ConfigurationException (src) - XXX

getServiceByNamespaceURI

public SOAPService (src)  getServiceByNamespaceURI(java.lang.String namespace)
                                     throws ConfigurationException (src) 
Description copied from interface: EngineConfiguration (src)
Get a service which has been mapped to a particular namespace

Specified by:
getServiceByNamespaceURI in interface EngineConfiguration (src)
Parameters:
namespace - a namespace URI
Returns:
an instance of the appropriate Service, or null
Throws:
ConfigurationException (src)

getHandler

public Handler (src)  getHandler(QName (src)  qname)
                   throws ConfigurationException (src) 
Description copied from interface: EngineConfiguration (src)
retrieve an instance of the named handler

Specified by:
getHandler in interface EngineConfiguration (src)
Parameters:
qname - XXX
Returns:
XXX
Throws:
ConfigurationException (src) - XXX

getDeployedServices

public java.util.Iterator getDeployedServices()
                                       throws ConfigurationException (src) 
Get an enumeration of the services deployed to this engine

Specified by:
getDeployedServices in interface EngineConfiguration (src)
Returns:
something to iterate with
Throws:
ConfigurationException (src)
See Also:
ServiceDesc (src)