org.apache.axis.deployment.wsdd
Class WSDDDeployment
java.lang.Object
|
+--org.apache.axis.deployment.wsdd.WSDDElement
|
+--org.apache.axis.deployment.wsdd.WSDDDeployment
- All Implemented Interfaces:
- java.io.Serializable
- public class WSDDDeployment
- extends WSDDElement
WSDD deployment element
- Author:
- James Snell
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDDDeployment
public WSDDDeployment(org.w3c.dom.Element e)
throws WSDDException
getName
public java.lang.String getName()
getTargetNamespace
public java.lang.String getTargetNamespace()
getGlobalConfiguration
public WSDDGlobalConfiguration getGlobalConfiguration()
getTypeMappings
public WSDDTypeMapping[] getTypeMappings()
getTypeMapping
public WSDDTypeMapping getTypeMapping(java.lang.String name)
getChains
public WSDDChain[] getChains()
getChain
public WSDDChain getChain(java.lang.String name)
getHandlers
public WSDDHandler[] getHandlers()
getHandler
public WSDDHandler getHandler(java.lang.String name)
getTransports
public WSDDTransport[] getTransports()
getTransport
public WSDDTransport getTransport(java.lang.String name)
getServices
public WSDDService[] getServices()
getService
public WSDDService getService(java.lang.String name)
Copyright © 2001 Apache XML Project. All Rights Reserved.