| 
 | ||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.axis.deployment.wsdd.WSDDConstants (src)
org.jboss.axis.deployment.wsdd.WSDDElement (src)
org.jboss.axis.deployment.wsdd.WSDDDeployment
WSDD deployment element
| Field Summary | 
| Fields inherited from interface org.jboss.axis.EngineConfiguration (src) | 
| PROPERTY_NAME | 
| Constructor Summary | |
| WSDDDeployment()Default constructor | |
| WSDDDeployment(org.w3c.dom.Element e)Create an element in WSDD that wraps an extant DOM element | |
| Method Summary | |
| protected  void | addHandler(WSDDHandler (src)  handler) | 
| protected  void | addService(WSDDService (src)  service) | 
| protected  void | addTransport(WSDDTransport (src)  transport) | 
|  void | configureEngine(AxisEngine (src)  engine)Configure this AxisEngine using whatever data source we have. | 
|  void | deployHandler(WSDDHandler (src)  handler)Put a WSDDHandler into this deployment, replacing any other WSDDHandler which might already be present with the same QName. | 
|  void | deployService(WSDDService (src)  service)Put a WSDDService into this deployment, replacing any other WSDDService which might already be present with the same QName. | 
|  void | deployToRegistry(WSDDDeployment (src)  target) | 
|  void | deployTransport(WSDDTransport (src)  transport)Put a WSDDTransport into this deployment, replacing any other WSDDTransport which might already be present with the same QName. | 
|  void | deployTypeMapping(WSDDTypeMapping (src)  typeMapping) | 
|  java.util.Iterator | getDeployedServices()Get an enumeration of the services deployed to this engine | 
|  WSDDDeployment (src)  | getDeployment() | 
| protected  QName (src)  | getElementName()Return the element name of a particular subclass. | 
|  AxisEngine (src)  | getEngine() | 
|  WSDDGlobalConfiguration (src)  | getGlobalConfiguration()Get our global configuration | 
|  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)  name)retrieve an instance of the named handler | 
|  SOAPService (src)  | getService(QName (src)  name)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 | 
|  WSDDService (src) [] | getServices()Return an array of the services in this deployment | 
|  Handler (src)  | getTransport(QName (src)  name)retrieve an instance of the named transport | 
|  TypeMapping (src)  | getTypeMapping(java.lang.String encodingStyle) | 
|  TypeMappingRegistry (src)  | getTypeMappingRegistry()Retrieve the TypeMappingRegistry for this engine | 
|  WSDDTypeMapping (src) [] | getTypeMappings() | 
|  WSDDService (src)  | getWSDDService(QName (src)  qname)Return the WSDD description for a given named service | 
|  void | registerNamespaceForService(java.lang.String namespace,
                            WSDDService (src)  service)Register a particular namepsace which maps to a given WSDDService. | 
|  void | removeNamespaceMapping(java.lang.String namespace)Remove a namespace -> WSDDService mapping. | 
|  void | setGlobalConfiguration(WSDDGlobalConfiguration (src)  globalConfig) | 
|  void | undeployHandler(QName (src)  qname)Remove a named handler | 
|  void | undeployService(QName (src)  qname)Remove a named service | 
|  void | undeployTransport(QName (src)  qname)Remove a named transport | 
|  void | writeEngineConfig(AxisEngine (src)  engine)Read the configuration from an engine, and store it somehow. | 
|  void | writeToContext(SerializationContext (src)  context)Write this element out to a SerializationContext | 
| Methods inherited from class org.jboss.axis.deployment.wsdd.WSDDElement (src) | 
| getChildElement, getChildElements, getDocumentation | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public WSDDDeployment()
public WSDDDeployment(org.w3c.dom.Element e)
               throws WSDDException (src) 
e - (Element) XXX
WSDDException (src)  - XXX| Method Detail | 
protected void addHandler(WSDDHandler (src) handler)
protected void addService(WSDDService (src) service)
protected void addTransport(WSDDTransport (src) transport)
public void deployHandler(WSDDHandler (src) handler)
handler - a WSDDHandler to insert in this deploymentpublic void deployTransport(WSDDTransport (src) transport)
transport - a WSDDTransport to insert in this deploymentpublic void deployService(WSDDService (src) service)
service - a WSDDHandler to insert in this deploymentpublic void undeployHandler(QName (src) qname)
qname - the QName of the handler to removepublic void undeployService(QName (src) qname)
qname - the QName of the service to removepublic void undeployTransport(QName (src) qname)
qname - the QName of the transport to remove
public void deployTypeMapping(WSDDTypeMapping (src)  typeMapping)
                       throws WSDDException (src) 
deployTypeMapping in interface WSDDTypeMappingContainer (src) WSDDException (src) protected QName (src) getElementName()
WSDDElement (src) 
getElementName in class WSDDElement (src) 
public void deployToRegistry(WSDDDeployment (src)  target)
                      throws ConfigurationException (src) 
ConfigurationException (src) 
public void writeToContext(SerializationContext (src)  context)
                    throws java.io.IOException
WSDDElement (src) 
writeToContext in class WSDDElement (src) java.io.IOExceptionpublic WSDDGlobalConfiguration (src) getGlobalConfiguration()
public void setGlobalConfiguration(WSDDGlobalConfiguration (src) globalConfig)
public WSDDTypeMapping (src) [] getTypeMappings()
public WSDDService (src) [] getServices()
public WSDDService (src) getWSDDService(QName (src) qname)
public Handler (src)  getHandler(QName (src)  name)
                   throws ConfigurationException (src) 
EngineConfiguration (src) 
getHandler in interface EngineConfiguration (src) name - XXX
ConfigurationException (src)  - XXX
public Handler (src)  getTransport(QName (src)  name)
                     throws ConfigurationException (src) 
EngineConfiguration (src) 
getTransport in interface EngineConfiguration (src) name - XXX
ConfigurationException (src)  - XXX
public SOAPService (src)  getService(QName (src)  name)
                       throws ConfigurationException (src) 
EngineConfiguration (src) 
getService in interface EngineConfiguration (src) name - XXX
ConfigurationException (src)  - XXX
public SOAPService (src)  getServiceByNamespaceURI(java.lang.String namespace)
                                     throws ConfigurationException (src) 
EngineConfiguration (src) 
getServiceByNamespaceURI in interface EngineConfiguration (src) namespace - a namespace URI
ConfigurationException (src) 
public 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 problem
public void writeEngineConfig(AxisEngine (src)  engine)
                       throws ConfigurationException (src) 
EngineConfiguration (src) 
writeEngineConfig in interface EngineConfiguration (src) engine - the AxisEngine from which to read state.
ConfigurationException (src)  - if there was a problem
public TypeMapping (src)  getTypeMapping(java.lang.String encodingStyle)
                           throws ConfigurationException (src) 
ConfigurationException (src) 
public TypeMappingRegistry (src)  getTypeMappingRegistry()
                                           throws ConfigurationException (src) 
EngineConfiguration (src) 
getTypeMappingRegistry in interface EngineConfiguration (src) ConfigurationException (src) 
public Handler (src)  getGlobalRequest()
                         throws ConfigurationException (src) 
EngineConfiguration (src) 
getGlobalRequest in interface EngineConfiguration (src) ConfigurationException (src) 
public Handler (src)  getGlobalResponse()
                          throws ConfigurationException (src) 
EngineConfiguration (src) 
getGlobalResponse in interface EngineConfiguration (src) ConfigurationException (src) 
public java.util.Hashtable getGlobalOptions()
                                     throws ConfigurationException (src) 
EngineConfiguration (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) 
public void registerNamespaceForService(java.lang.String namespace,
                                        WSDDService (src)  service)
namespace - a namespace URIservice - the target WSDDServicepublic void removeNamespaceMapping(java.lang.String namespace)
namespace - the namespace URI to unmappublic AxisEngine (src) getEngine()
public WSDDDeployment (src) getDeployment()
getDeployment in interface WSDDEngineConfiguration (src) | 
 | ||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||