Uses of Class
org.apache.axis.description.OperationDesc

Packages that use OperationDesc
org.apache.axis   
org.apache.axis.deployment.wsdd   
org.apache.axis.description   
org.apache.axis.message   
 

Uses of OperationDesc in org.apache.axis
 

Methods in org.apache.axis that return OperationDesc
 OperationDesc MessageContext.getOperation()
           
 OperationDesc MessageContext.getOperationByQName(QName qname)
           
 

Methods in org.apache.axis with parameters of type OperationDesc
 void MessageContext.setOperation(OperationDesc operation)
           
 

Uses of OperationDesc in org.apache.axis.deployment.wsdd
 

Methods in org.apache.axis.deployment.wsdd that return OperationDesc
 OperationDesc WSDDOperation.getOperationDesc()
           
 

Uses of OperationDesc in org.apache.axis.description
 

Methods in org.apache.axis.description that return OperationDesc
 OperationDesc ServiceDesc.getOperationDescByName(java.lang.String methodName)
           
 OperationDesc ServiceDesc.getOperationByElementQName(QName qname)
           
 

Methods in org.apache.axis.description with parameters of type OperationDesc
 void ServiceDesc.addOperationDesc(OperationDesc operation)
           
 

Uses of OperationDesc in org.apache.axis.message
 

Constructors in org.apache.axis.message with parameters of type OperationDesc
RPCElement(java.lang.String namespace, java.lang.String localName, java.lang.String prefix, org.xml.sax.Attributes attributes, DeserializationContext context, OperationDesc operation)
           
 



Copyright © 2001 Apache XML Project. All Rights Reserved.