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

Uses in package org.apache.axis.description

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
Return an operation matching the given method name.
OperationDesc
ServiceDesc.getOperationByName(String methodName)
Return an operation matching the given method name.
OperationDesc[]
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.

Uses in package org.apache.axis.wsdl.fromJava

Methods with parameter type org.apache.axis.description.OperationDesc

QName
Method getRequestQName
QName
Method getResponseQName
BindingOperation
Emitter.writeBindingOperation(Definition def, Binding binding, Operation oper, OperationDesc desc)
Create a Binding Operation
void
Emitter.writeMessages(Definition def, Operation oper, OperationDesc desc, BindingOperation bindingOper)
Create a Message
BindingOperation
Emitter.writeOperation(Definition def, Binding binding, OperationDesc desc)
Create a Operation
Message
Emitter.writeRequestMessage(Definition def, OperationDesc oper, BindingOperation bindop)
Create a Request Message
Message
Emitter.writeResponseMessage(Definition def, OperationDesc desc, BindingOperation bindop)
Create a Response Message
String
Emitter.writeWrapperPart(Definition def, Message msg, OperationDesc oper, boolean request)
Write out the schema definition for a WRAPPED operation request or response.

Uses in package org.apache.axis.client

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

Uses in package org.apache.axis.deployment.wsdd

Constructors with parameter type org.apache.axis.description.OperationDesc

Constructor

Methods with return type org.apache.axis.description.OperationDesc

OperationDesc

Uses in package org.apache.axis

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.

Uses in package org.apache.axis.message

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

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.