| Frames | No Frames |
Constructors with parameter type org.apache.axis.description.OperationDesc | |
Constructor
| |
Methods with return type org.apache.axis.description.OperationDesc | |
| OperationDesc | |
Methods with parameter type org.apache.axis.description.OperationDesc | |
| void | 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. |
Methods with return type org.apache.axis.description.OperationDesc | |
| OperationDesc | |
Constructors with parameter type org.apache.axis.description.OperationDesc | |
RPCElement.RPCElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context, OperationDesc[] operations) | |
Methods with parameter type org.apache.axis.description.OperationDesc | |
| void | |
Methods with return type org.apache.axis.description.OperationDesc | |
| OperationDesc[] | |
Methods with parameter type org.apache.axis.description.OperationDesc | |
| QName | Method getRequestQName
|
| QName | Method getResponseQName
|
| BindingOperation | Create a Binding Operation
|
| void | Emitter.writeMessages(Definition def, Operation oper, OperationDesc desc, BindingOperation bindingOper) Create a Message
|
| BindingOperation | Create a Operation
|
| Message | Create a Request Message
|
| Message | Create a Response Message
|
| String | Write out the schema definition for a WRAPPED operation request or
response. |
Methods with parameter type org.apache.axis.description.OperationDesc | |
| void | Set the current operation. |
Methods with return type org.apache.axis.description.OperationDesc | |
| OperationDesc | The current operation. |
| OperationDesc | get the first possible operation that could match a
body containing an element of the given QName. |
| OperationDesc[] | Returns a list of operation descriptors that could may
possibly match a body containing an element of the given QName. |
Methods with parameter type org.apache.axis.description.OperationDesc | |
| void | |
| void | |
| void | |
| void | |
Methods with return type org.apache.axis.description.OperationDesc | |
| OperationDesc | Map an XML QName to an operation. |
| OperationDesc | Map an XML QName to an operation. |
| OperationDesc | JavaServiceDesc.getOperationByName(String methodName) Return an operation matching the given method name. |
| OperationDesc | ServiceDesc.getOperationByName(String methodName) Return an operation matching the given method name. |
| OperationDesc[] | JavaServiceDesc.getOperationsByName(String methodName) get all overloaded operations by name
|
| OperationDesc[] | ServiceDesc.getOperationsByName(String methodName) get all overloaded operations by name
|
| OperationDesc[] | Return all operations which match this QName (i.e. |
| OperationDesc[] | Return all operations which match this QName (i.e. |
Methods with parameter type org.apache.axis.description.OperationDesc | |
| RPCElement | RPCProvider.createResponseBody(RPCElement body, MessageContext msgContext, OperationDesc operation, ServiceDesc serviceDesc, Object objRes, SOAPEnvelope resEnv, ArrayList outs) |
Methods with return type org.apache.axis.description.OperationDesc | |
| OperationDesc | |