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

Packages that use OperationDesc
org.jboss.axis   
org.jboss.axis.client   
org.jboss.axis.deployment.wsdd   
org.jboss.axis.description   
org.jboss.axis.message   
org.jboss.axis.providers.java   
org.jboss.axis.wsdl.fromJava   
 

Uses of OperationDesc in org.jboss.axis
 

Methods in org.jboss.axis that return OperationDesc
 OperationDesc MessageContext.getOperation()
          the current operation
 OperationDesc MessageContext.getOperationByQName(javax.xml.namespace.QName qname)
          get the first possible operation that could match a body containing an element of the given QName.
 OperationDesc[] MessageContext.getPossibleOperationsByQName(javax.xml.namespace.QName qname)
          getPossibleOperationsByQName Returns a list of operation descriptors that could may possibly match a body containing an element of the given QName.
 

Methods in org.jboss.axis with parameters of type OperationDesc
 void MessageContext.setOperation(OperationDesc operation)
          set the current operation
 

Uses of OperationDesc in org.jboss.axis.client
 

Methods in org.jboss.axis.client that return OperationDesc
 OperationDesc Call.getOperation()
           
 

Methods in org.jboss.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.jboss.axis.deployment.wsdd
 

Methods in org.jboss.axis.deployment.wsdd that return OperationDesc
 OperationDesc WSDDOperation.getOperationDesc()
           
 

Constructors in org.jboss.axis.deployment.wsdd with parameters of type OperationDesc
WSDDOperation(OperationDesc desc)
          Constructor
WSDDParameter(Element e, OperationDesc parent)
           
 

Uses of OperationDesc in org.jboss.axis.description
 

Methods in org.jboss.axis.description that return OperationDesc
 OperationDesc ServiceDesc.getOperationByElementQName(javax.xml.namespace.QName qname)
          Map an XML QName to an operation.
 OperationDesc ServiceDesc.getOperationByName(String methodName)
          Return an operation matching the given method name.
 OperationDesc[] ServiceDesc.getOperationsByName(String methodName)
          get all overloaded operations by name
 OperationDesc[] ServiceDesc.getOperationsByQName(javax.xml.namespace.QName qname)
          Return all operations which match this QName (i.e.
 

Methods in org.jboss.axis.description with parameters of type OperationDesc
 void ServiceDesc.addOperationDesc(OperationDesc operation)
           
static Object[] ParameterWrapping.unwrapRequestParameters(OperationDesc opDesc, Object reqStruct)
           
static Object ParameterWrapping.unwrapResponseParameter(OperationDesc opDesc, Object resStruct)
           
static Object ParameterWrapping.wrapRequestParameters(OperationDesc opDesc, Object[] inParams)
           
static Object ParameterWrapping.wrapResponseParameter(OperationDesc opDesc, Object outParam)
           
 

Uses of OperationDesc in org.jboss.axis.message
 

Methods in org.jboss.axis.message with parameters of type OperationDesc
 void RPCHandler.setOperation(OperationDesc myOperation)
           
 

Constructors in org.jboss.axis.message with parameters of type OperationDesc
RPCElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context, OperationDesc[] operations)
           
 

Uses of OperationDesc in org.jboss.axis.providers.java
 

Methods in org.jboss.axis.providers.java that return OperationDesc
 OperationDesc RPCInvocation.getOperation()
           
 OperationDesc RPCInvocation.getOperation(ServiceDesc serviceDesc, javax.xml.namespace.QName qname)
           
 

Uses of OperationDesc in org.jboss.axis.wsdl.fromJava
 

Methods in org.jboss.axis.wsdl.fromJava with parameters of type OperationDesc
protected  javax.xml.namespace.QName Emitter.getRequestQName(OperationDesc oper)
           
protected  javax.xml.namespace.QName Emitter.getResponseQName(OperationDesc oper)
           
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  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.Message Emitter.writeRequestMessage(javax.wsdl.Definition def, OperationDesc oper)
          Create a Request Message
protected  javax.wsdl.Message Emitter.writeResponseMessage(javax.wsdl.Definition def, OperationDesc desc)
          Create a Response Message
 void 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.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.