|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis.configuration.NullProvider
A do-nothing ConfigurationProvider
Field Summary |
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. |
java.util.List |
getRoles()
Get a list of roles that this engine plays globally. |
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
EngineConfiguration
configureEngine
in interface EngineConfiguration
engine
- the AxisEngine we'll deploy state to
ConfigurationException
- if there was a problempublic void writeEngineConfig(AxisEngine engine) throws ConfigurationException
EngineConfiguration
writeEngineConfig
in interface EngineConfiguration
engine
- the AxisEngine from which to read state.
ConfigurationException
- if there was a problempublic java.util.Hashtable getGlobalOptions() throws ConfigurationException
EngineConfiguration
getGlobalOptions
in interface EngineConfiguration
Hashtable
ConfigurationException
- if the global options could not be
returnedpublic Handler getGlobalResponse() throws ConfigurationException
EngineConfiguration
getGlobalResponse
in interface EngineConfiguration
Handler
that globally handles responses
ConfigurationException
- if there was some error fetching the
handlerpublic Handler getGlobalRequest() throws ConfigurationException
EngineConfiguration
getGlobalRequest
in interface EngineConfiguration
Handler
that globally handles requests
ConfigurationException
- if there was some error fetching the
handlerpublic TypeMappingRegistry getTypeMappingRegistry() throws ConfigurationException
EngineConfiguration
getTypeMappingRegistry
in interface EngineConfiguration
ConfigurationException
- if there was an error resolving the
registrypublic TypeMapping getTypeMapping(java.lang.String encodingStyle) throws ConfigurationException
ConfigurationException
public Handler getTransport(QName qname) throws ConfigurationException
EngineConfiguration
getTransport
in interface EngineConfiguration
qname
- the QName
of the transport
Handler
implementing the transport
ConfigurationException
- if there was an error resolving the
transportpublic SOAPService getService(QName qname) throws ConfigurationException
EngineConfiguration
getService
in interface EngineConfiguration
qname
- the QName
identifying the
Service
Service
associated with qname
ConfigurationException
- if there was an error resolving the
qnamepublic SOAPService getServiceByNamespaceURI(java.lang.String namespace) throws ConfigurationException
EngineConfiguration
getServiceByNamespaceURI
in interface EngineConfiguration
namespace
- a namespace URI
ConfigurationException
- if there was an error resolving the
namespacepublic Handler getHandler(QName qname) throws ConfigurationException
EngineConfiguration
getHandler
in interface EngineConfiguration
qname
- the QName
identifying the
Handler
Handler
associated with qname
ConfigurationException
- if there was a failure in resolving
qname
public java.util.Iterator getDeployedServices() throws ConfigurationException
getDeployedServices
in interface EngineConfiguration
Iterator
over the ServiceDesc
objects
ConfigurationException
- if the deployed services could not be
returnedServiceDesc
public java.util.List getRoles()
getRoles
in interface EngineConfiguration
List
of the roles for this engine
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |