org.apache.axis.deployment.wsdd
Class WSDDService

java.lang.Object
  |
  +--org.apache.axis.deployment.wsdd.WSDDElement
        |
        +--org.apache.axis.deployment.wsdd.WSDDDeployableItem
              |
              +--org.apache.axis.deployment.wsdd.WSDDService
All Implemented Interfaces:
DeployableItem, java.io.Serializable

public class WSDDService
extends WSDDDeployableItem
implements DeployableItem

See Also:
Serialized Form

Fields inherited from class org.apache.axis.deployment.wsdd.WSDDElement
children, element
 
Constructor Summary
WSDDService(org.w3c.dom.Element e)
           
 
Method Summary
 WSDDFaultFlow getFaultFlow(java.lang.String name)
           
 WSDDFaultFlow[] getFaultFlows()
           
 WSDDProvider getProvider()
           
 WSDDRequestFlow getRequestFlow()
           
 WSDDResponseFlow getResponseFlow()
           
 ServiceDescription getServiceDescription()
          Eventually need to fill this in with the code to actually return the Service Description object
 java.lang.String getServiceDescriptionURL()
           
 java.lang.String getType()
           
 WSDDTypeMapping getTypeMapping(java.lang.String name)
           
 WSDDTypeMapping[] getTypeMappings()
           
 Handler newInstance(DeploymentRegistry registry)
           
 
Methods inherited from class org.apache.axis.deployment.wsdd.WSDDDeployableItem
getName, getParameter, getParameters, getParametersTable, getQName
 
Methods inherited from class org.apache.axis.deployment.wsdd.WSDDElement
getElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.axis.deployment.DeployableItem
getQName
 

Constructor Detail

WSDDService

public WSDDService(org.w3c.dom.Element e)
            throws WSDDException
Method Detail

getType

public java.lang.String getType()
Overrides:
getType in class WSDDDeployableItem

getServiceDescriptionURL

public java.lang.String getServiceDescriptionURL()

getServiceDescription

public ServiceDescription getServiceDescription()
Eventually need to fill this in with the code to actually return the Service Description object

getTypeMappings

public WSDDTypeMapping[] getTypeMappings()

getTypeMapping

public WSDDTypeMapping getTypeMapping(java.lang.String name)

getRequestFlow

public WSDDRequestFlow getRequestFlow()

getProvider

public WSDDProvider getProvider()
                         throws java.lang.Exception

getResponseFlow

public WSDDResponseFlow getResponseFlow()

getFaultFlows

public WSDDFaultFlow[] getFaultFlows()

getFaultFlow

public WSDDFaultFlow getFaultFlow(java.lang.String name)

newInstance

public Handler newInstance(DeploymentRegistry registry)
                    throws java.lang.Exception
Specified by:
newInstance in interface DeployableItem


Copyright © 2001 Apache XML Project. All Rights Reserved.