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

Packages that use OperationDesc
org.apache.axis   
org.apache.axis.client   
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.getPossibleOperationsByQName(QName qname)
          getPossibleOperationsByQName Returns a list of operation descriptors that could may possibly match a body containing an element of the given QName.
 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.client
 

Methods in org.apache.axis.client with parameters of type OperationDesc
 void Call.setOperation(OperationDesc operation)
          Hand a complete OperationDesc to the Call, and note that this was done so that others don't try to mess with it by calling addParameter, setReturnType, etc.
 

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

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

Constructors in org.apache.axis.deployment.wsdd with parameters of type OperationDesc
WSDDOperation(OperationDesc desc)
          Constructor
WSDDParameter(org.w3c.dom.Element e, OperationDesc parent)
           
 

Uses of OperationDesc in org.apache.axis.description
 

Methods in org.apache.axis.description that return OperationDesc
 OperationDesc[] ServiceDesc.getOperationsByName(java.lang.String methodName)
          get all overloaded operations by name
 OperationDesc ServiceDesc.getOperationByName(java.lang.String methodName)
          Return an operation matching the given method name.
 OperationDesc ServiceDesc.getOperationByElementQName(QName qname)
          Map an XML QName to an operation.
 OperationDesc[] ServiceDesc.getOperationsByQName(QName qname)
          Return all operations which match this QName (i.e.
 

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

Uses of OperationDesc in org.apache.axis.message
 

Methods in org.apache.axis.message with parameters of type OperationDesc
 void RPCHandler.setOperation(OperationDesc myOperation)
           
 

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[] operations)
           
 



Copyright © 2002 Apache XML Project. All Rights Reserved.