public abstract class DelegatingWSDDEngineConfiguration extends Object implements WSDDEngineConfiguration
WSDDEngineConfiguration
implementation that delegates to the WSDDDeployment
returned by WSDDEngineConfiguration.getDeployment()
.PROPERTY_NAME
Constructor and Description |
---|
DelegatingWSDDEngineConfiguration() |
Modifier and Type | Method and Description |
---|---|
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(QName qname)
retrieve an instance of the named handler
|
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(String namespace)
Get a service which has been mapped to a particular namespace
|
Handler |
getTransport(QName qname)
retrieve an instance of the named transport
|
TypeMappingRegistry |
getTypeMappingRegistry()
Retrieve the TypeMappingRegistry for this engine.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDeployment
configureEngine, writeEngineConfig
public final Handler getHandler(QName qname) throws ConfigurationException
getHandler
in interface EngineConfiguration
qname
- XXXConfigurationException
- XXXpublic final SOAPService getService(QName qname) throws ConfigurationException
getService
in interface EngineConfiguration
qname
- XXXConfigurationException
- XXXpublic final SOAPService getServiceByNamespaceURI(String namespace) throws ConfigurationException
getServiceByNamespaceURI
in interface EngineConfiguration
namespace
- a namespace URIConfigurationException
- if there was an error resolving the
namespacepublic final Handler getTransport(QName qname) throws ConfigurationException
getTransport
in interface EngineConfiguration
qname
- XXXConfigurationException
- XXXpublic final TypeMappingRegistry getTypeMappingRegistry() throws ConfigurationException
EngineConfiguration
getTypeMappingRegistry
in interface EngineConfiguration
ConfigurationException
- if there was an error resolving the
registrypublic final Handler getGlobalRequest() throws ConfigurationException
getGlobalRequest
in interface EngineConfiguration
Handler
that globally handles requestsConfigurationException
- if there was some error fetching the
handlerpublic final Handler getGlobalResponse() throws ConfigurationException
getGlobalResponse
in interface EngineConfiguration
Handler
that globally handles responsesConfigurationException
- if there was some error fetching the
handlerpublic final Hashtable getGlobalOptions() throws ConfigurationException
getGlobalOptions
in interface EngineConfiguration
Hashtable
ConfigurationException
- if the global options could not be
returnedpublic final Iterator getDeployedServices() throws ConfigurationException
getDeployedServices
in interface EngineConfiguration
Iterator
over the ServiceDesc
objectsConfigurationException
- if the deployed services could not be
returnedServiceDesc
public final List getRoles()
getRoles
in interface EngineConfiguration
List
of the roles for this engineCopyright © The Apache Software Foundation. All Rights Reserved.