Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.axis.configuration.NullProvider
Fields inherited from interface org.apache.axis.EngineConfiguration | |
PROPERTY_NAME |
Method Summary | |
void |
|
Iterator |
|
Hashtable | |
Handler | |
Handler | |
Handler |
|
List |
|
SOAPService |
|
SOAPService |
|
Handler |
|
TypeMapping |
|
TypeMappingRegistry | |
void |
|
public void configureEngine(AxisEngine engine) throws ConfigurationException
- Specified by:
- configureEngine in interface EngineConfiguration
public Iterator getDeployedServices() throws ConfigurationException
Get an enumeration of the services deployed to this engine
- Specified by:
- getDeployedServices in interface EngineConfiguration
public Hashtable getGlobalOptions() throws ConfigurationException
- Specified by:
- getGlobalOptions in interface EngineConfiguration
public Handler getGlobalRequest() throws ConfigurationException
- Specified by:
- getGlobalRequest in interface EngineConfiguration
public Handler getGlobalResponse() throws ConfigurationException
- Specified by:
- getGlobalResponse in interface EngineConfiguration
public Handler getHandler(QName qname) throws ConfigurationException
- Specified by:
- getHandler in interface EngineConfiguration
public List getRoles()
Get a list of roles that this engine plays globally. Services within the engine configuration may also add additional roles.
- Specified by:
- getRoles in interface EngineConfiguration
- Returns:
- a
List
of the roles for this engine
public SOAPService getService(QName qname) throws ConfigurationException
- Specified by:
- getService in interface EngineConfiguration
public SOAPService getServiceByNamespaceURI(String namespace) throws ConfigurationException
- Specified by:
- getServiceByNamespaceURI in interface EngineConfiguration
public Handler getTransport(QName qname) throws ConfigurationException
- Specified by:
- getTransport in interface EngineConfiguration
public TypeMappingRegistry getTypeMappingRegistry() throws ConfigurationException
- Specified by:
- getTypeMappingRegistry in interface EngineConfiguration
public void writeEngineConfig(AxisEngine engine) throws ConfigurationException
- Specified by:
- writeEngineConfig in interface EngineConfiguration