|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.axis.configuration.FileProvider
A simple ConfigurationProvider that uses the Admin class to read + write XML files.
Field Summary |
Fields inherited from interface org.jboss.axis.EngineConfiguration (src) |
PROPERTY_NAME |
Constructor Summary | |
FileProvider(java.io.InputStream is)
Constructor which takes an input stream directly. |
|
FileProvider(java.lang.String filename)
Constructor which accesses a file in the current directory of the engine or at an absolute path. |
|
FileProvider(java.lang.String basepath,
java.lang.String filename)
Constructor which accesses a file relative to a specific base path. |
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 |
WSDDDeployment (src) |
getDeployment()
|
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 |
TypeMappingRegistry (src) |
getTypeMappingRegistry()
Retrieve the TypeMappingRegistry for this engine |
void |
setDeployment(WSDDDeployment (src) deployment)
|
void |
setInputStream(java.io.InputStream is)
|
void |
setSearchClasspath(boolean searchClasspath)
Determine whether or not we will look for a "*-config.wsdd" file on the classpath if we don't find it in the specified location. |
void |
writeEngineConfig(AxisEngine (src) engine)
Save the engine configuration. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FileProvider(java.lang.String filename)
public FileProvider(java.lang.String basepath, java.lang.String filename) throws ConfigurationException (src)
public FileProvider(java.io.InputStream is)
Method Detail |
public void setInputStream(java.io.InputStream is)
public WSDDDeployment (src) getDeployment()
getDeployment
in interface WSDDEngineConfiguration (src)
public void setDeployment(WSDDDeployment (src) deployment)
public void setSearchClasspath(boolean searchClasspath)
searchClasspath
- true if we should search the classpathpublic void configureEngine(AxisEngine (src) engine) throws ConfigurationException (src)
EngineConfiguration (src)
configureEngine
in interface EngineConfiguration (src)
engine
- the AxisEngine we'll deploy state to
ConfigurationException (src)
- if there was a problempublic void writeEngineConfig(AxisEngine (src) engine) throws ConfigurationException (src)
writeEngineConfig
in interface EngineConfiguration (src)
engine
- the AxisEngine from which to read state.
ConfigurationException (src)
- if there was a problempublic Handler (src) getHandler(QName (src) qname) throws ConfigurationException (src)
getHandler
in interface EngineConfiguration (src)
qname
- XXX
ConfigurationException (src)
- XXXpublic SOAPService (src) getService(QName (src) qname) throws ConfigurationException (src)
getService
in interface EngineConfiguration (src)
qname
- XXX
ConfigurationException (src)
- XXXpublic SOAPService (src) getServiceByNamespaceURI(java.lang.String namespace) throws ConfigurationException (src)
getServiceByNamespaceURI
in interface EngineConfiguration (src)
namespace
- a namespace URI
ConfigurationException (src)
public Handler (src) getTransport(QName (src) qname) throws ConfigurationException (src)
getTransport
in interface EngineConfiguration (src)
qname
- XXX
ConfigurationException (src)
- XXXpublic TypeMappingRegistry (src) getTypeMappingRegistry() throws ConfigurationException (src)
EngineConfiguration (src)
getTypeMappingRegistry
in interface EngineConfiguration (src)
ConfigurationException (src)
public Handler (src) getGlobalRequest() throws ConfigurationException (src)
getGlobalRequest
in interface EngineConfiguration (src)
ConfigurationException (src)
public Handler (src) getGlobalResponse() throws ConfigurationException (src)
getGlobalResponse
in interface EngineConfiguration (src)
ConfigurationException (src)
public java.util.Hashtable getGlobalOptions() throws ConfigurationException (src)
getGlobalOptions
in interface EngineConfiguration (src)
ConfigurationException (src)
public java.util.Iterator getDeployedServices() throws ConfigurationException (src)
getDeployedServices
in interface EngineConfiguration (src)
ConfigurationException (src)
ServiceDesc
(src)
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |