站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档

Uses of Class org.apache.axis.description.OperationDesc (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档


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

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

Uses of OperationDesc in org.apache.axis
 

Methods in org.apache.axis that return OperationDesc
 OperationDesc MessageContext.getOperation()
          the current operation
 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.
 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.
 

Methods in org.apache.axis with parameters of type OperationDesc
 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
 OperationDesc Call.getOperation()
           
 

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

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

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

Uses of OperationDesc in org.apache.axis.description
 

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

Methods in org.apache.axis.description with parameters of type OperationDesc
 void ServiceDesc.addOperationDesc(OperationDesc operation)
           
 

Uses of OperationDesc in org.apache.axis.message
 

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

Constructors in org.apache.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.apache.axis.providers.java
 

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

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

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



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