Uses of Class
org.apache.axis.description.OperationDesc
-
-
Uses of OperationDesc in org.apache.axis
Methods in org.apache.axis that return OperationDesc Modifier and Type Method Description OperationDesc
MessageContext. getOperation()
The current operation.OperationDesc
MessageContext. getOperationByQName(QName qname)
get the first possible operation that could match a body containing an element of the given QName.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.Methods in org.apache.axis with parameters of type OperationDesc Modifier and Type Method Description 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 Modifier and Type Method Description OperationDesc
Call. getOperation()
Methods in org.apache.axis.client with parameters of type OperationDesc Modifier and Type Method Description 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 Modifier and Type Method Description OperationDesc
WSDDOperation. getOperationDesc()
Constructors in org.apache.axis.deployment.wsdd with parameters of type OperationDesc Constructor Description WSDDOperation(OperationDesc desc)
ConstructorWSDDParameter(org.w3c.dom.Element e, OperationDesc parent)
-
Uses of OperationDesc in org.apache.axis.description
Methods in org.apache.axis.description that return OperationDesc Modifier and Type Method Description OperationDesc
JavaServiceDesc. getOperationByElementQName(QName qname)
Map an XML QName to an operation.OperationDesc
ServiceDesc. getOperationByElementQName(QName qname)
Map an XML QName to an operation.OperationDesc
JavaServiceDesc. getOperationByName(java.lang.String methodName)
Return an operation matching the given method name.OperationDesc
ServiceDesc. getOperationByName(java.lang.String methodName)
Return an operation matching the given method name.OperationDesc[]
JavaServiceDesc. getOperationsByName(java.lang.String methodName)
get all overloaded operations by nameOperationDesc[]
ServiceDesc. getOperationsByName(java.lang.String methodName)
get all overloaded operations by nameOperationDesc[]
JavaServiceDesc. getOperationsByQName(QName qname)
Return all operations which match this QName (i.e.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 Modifier and Type Method Description void
JavaServiceDesc. addOperationDesc(OperationDesc operation)
void
ServiceDesc. addOperationDesc(OperationDesc operation)
void
JavaServiceDesc. removeOperationDesc(OperationDesc operation)
void
ServiceDesc. removeOperationDesc(OperationDesc operation)
-
Uses of OperationDesc in org.apache.axis.message
Methods in org.apache.axis.message that return OperationDesc Modifier and Type Method Description OperationDesc[]
RPCElement. getOperations()
Methods in org.apache.axis.message with parameters of type OperationDesc Modifier and Type Method Description void
RPCHandler. setOperation(OperationDesc myOperation)
Constructors in org.apache.axis.message with parameters of type OperationDesc Constructor Description 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 Modifier and Type Method Description protected OperationDesc
RPCProvider. getOperationDesc(MessageContext msgContext, RPCElement body)
Methods in org.apache.axis.providers.java with parameters of type OperationDesc Modifier and Type Method Description 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 Modifier and Type Method Description protected QName
Emitter. getRequestQName(OperationDesc oper)
Method getRequestQNameprotected QName
Emitter. getResponseQName(OperationDesc oper)
Method getResponseQNameprotected javax.wsdl.BindingOperation
Emitter. writeBindingOperation(javax.wsdl.Definition def, javax.wsdl.Binding binding, javax.wsdl.Operation oper, OperationDesc desc)
Create a Binding Operationprotected void
Emitter. writeMessages(javax.wsdl.Definition def, javax.wsdl.Operation oper, OperationDesc desc, javax.wsdl.BindingOperation bindingOper)
Create a Messageprotected javax.wsdl.BindingOperation
Emitter. writeOperation(javax.wsdl.Definition def, javax.wsdl.Binding binding, OperationDesc desc)
Create a Operationprotected javax.wsdl.Message
Emitter. writeRequestMessage(javax.wsdl.Definition def, OperationDesc oper, javax.wsdl.BindingOperation bindop)
Create a Request Messageprotected javax.wsdl.Message
Emitter. writeResponseMessage(javax.wsdl.Definition def, OperationDesc desc, javax.wsdl.BindingOperation bindop)
Create a Response Messagejava.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.
-