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

Packages that use OperationDesc
org.apache.axis   
org.apache.axis.client   
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()
          The current operation.
 OperationDesc[] MessageContext.getPossibleOperationsByQName(QName qname)
          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)
          get the first possible operation that could match a body containing an element of the given QName.
 

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

Uses of OperationDesc in org.apache.axis.client
 

Methods in org.apache.axis.client that return OperationDesc
 OperationDesc Call.getOperation()
           
 

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.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.
 OperationDesc[] JavaServiceDesc.getOperationsByName(java.lang.String methodName)
          get all overloaded operations by name
 OperationDesc JavaServiceDesc.getOperationByName(java.lang.String methodName)
          Return an operation matching the given method name.
 OperationDesc JavaServiceDesc.getOperationByElementQName(QName qname)
          Map an XML QName to an operation.
 OperationDesc[] JavaServiceDesc.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.removeOperationDesc(OperationDesc operation)
           
 void ServiceDesc.addOperationDesc(OperationDesc operation)
           
 void JavaServiceDesc.removeOperationDesc(OperationDesc operation)
           
 void JavaServiceDesc.addOperationDesc(OperationDesc operation)
           
 

Uses of OperationDesc in org.apache.axis.message
 

Methods in org.apache.axis.message that return OperationDesc
 OperationDesc[] RPCElement.getOperations()
           
 

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, org.apache.axis.encoding.DeserializationContext context, OperationDesc[] operations)
           
 



Copyright © 2003 Apache Web Services Project. A ll Rights Reserved.