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 OperationDescMessageContext. getOperation()The current operation.OperationDescMessageContext. 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 voidMessageContext. 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 OperationDescCall. getOperation()Methods in org.apache.axis.client with parameters of type OperationDesc Modifier and Type Method Description voidCall. 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 OperationDescWSDDOperation. 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 OperationDescJavaServiceDesc. getOperationByElementQName(QName qname)Map an XML QName to an operation.OperationDescServiceDesc. getOperationByElementQName(QName qname)Map an XML QName to an operation.OperationDescJavaServiceDesc. getOperationByName(java.lang.String methodName)Return an operation matching the given method name.OperationDescServiceDesc. 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 voidJavaServiceDesc. addOperationDesc(OperationDesc operation)voidServiceDesc. addOperationDesc(OperationDesc operation)voidJavaServiceDesc. removeOperationDesc(OperationDesc operation)voidServiceDesc. 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 voidRPCHandler. 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 OperationDescRPCProvider. getOperationDesc(MessageContext msgContext, RPCElement body)Methods in org.apache.axis.providers.java with parameters of type OperationDesc Modifier and Type Method Description protected RPCElementRPCProvider. 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 QNameEmitter. getRequestQName(OperationDesc oper)Method getRequestQNameprotected QNameEmitter. getResponseQName(OperationDesc oper)Method getResponseQNameprotected javax.wsdl.BindingOperationEmitter. writeBindingOperation(javax.wsdl.Definition def, javax.wsdl.Binding binding, javax.wsdl.Operation oper, OperationDesc desc)Create a Binding Operationprotected voidEmitter. writeMessages(javax.wsdl.Definition def, javax.wsdl.Operation oper, OperationDesc desc, javax.wsdl.BindingOperation bindingOper)Create a Messageprotected javax.wsdl.BindingOperationEmitter. writeOperation(javax.wsdl.Definition def, javax.wsdl.Binding binding, OperationDesc desc)Create a Operationprotected javax.wsdl.MessageEmitter. writeRequestMessage(javax.wsdl.Definition def, OperationDesc oper, javax.wsdl.BindingOperation bindop)Create a Request Messageprotected javax.wsdl.MessageEmitter. writeResponseMessage(javax.wsdl.Definition def, OperationDesc desc, javax.wsdl.BindingOperation bindop)Create a Response Messagejava.lang.StringEmitter. 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.
-