| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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.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[] | 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. | 
|  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 | JavaServiceDesc.removeOperationDesc(OperationDesc operation) | 
|  void | JavaServiceDesc.addOperationDesc(OperationDesc operation) | 
|  void | ServiceDesc.removeOperationDesc(OperationDesc operation) | 
|  void | ServiceDesc.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,
           DeserializationContext context,
           OperationDesc[] operations) | |
| Uses of OperationDesc in org.apache.axis.providers.java | 
| Methods in org.apache.axis.providers.java that return OperationDesc | |
| protected  OperationDesc | RPCProvider.getOperationDesc(MessageContext msgContext,
                 RPCElement body) | 
| Methods in org.apache.axis.providers.java with parameters of type OperationDesc | |
| protected  RPCElement | RPCProvider.createResponseBody(RPCElement body,
                   MessageContext msgContext,
                   OperationDesc operation,
                   ServiceDesc serviceDesc,
                   java.lang.Object objRes,
                   SOAPEnvelope resEnv,
                   java.util.ArrayList outs) | 
| Uses of OperationDesc in org.apache.axis.wsdl.fromJava | 
| Methods in org.apache.axis.wsdl.fromJava with parameters of type OperationDesc | |
| protected  void | Emitter.writeMessages(javax.wsdl.Definition def,
              javax.wsdl.Operation oper,
              OperationDesc desc,
              javax.wsdl.BindingOperation bindingOper)Create a Message | 
| protected  javax.wsdl.BindingOperation | Emitter.writeOperation(javax.wsdl.Definition def,
               javax.wsdl.Binding binding,
               OperationDesc desc)Create a Operation | 
| protected  javax.wsdl.BindingOperation | Emitter.writeBindingOperation(javax.wsdl.Definition def,
                      javax.wsdl.Binding binding,
                      javax.wsdl.Operation oper,
                      OperationDesc desc)Create a Binding Operation | 
| protected  javax.wsdl.Message | Emitter.writeRequestMessage(javax.wsdl.Definition def,
                    OperationDesc oper,
                    javax.wsdl.BindingOperation bindop)Create a Request Message | 
| protected  QName | Emitter.getRequestQName(OperationDesc oper)Method getRequestQName | 
| protected  QName | Emitter.getResponseQName(OperationDesc oper)Method getResponseQName | 
|  java.lang.String | Emitter.writeWrapperPart(javax.wsdl.Definition def,
                 javax.wsdl.Message msg,
                 OperationDesc oper,
                 boolean request)Write out the schema definition for a WRAPPED operation request or response. | 
| protected  javax.wsdl.Message | Emitter.writeResponseMessage(javax.wsdl.Definition def,
                     OperationDesc desc,
                     javax.wsdl.BindingOperation bindop)Create a Response Message | 
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||