Uses of Interface
org.apache.axis2.jaxws.description.OperationDescription

Packages that use OperationDescription
org.apache.axis2.jaxws.description   
org.apache.axis2.jaxws.description.impl   
org.apache.axis2.jaxws.description.validator   
 

Uses of OperationDescription in org.apache.axis2.jaxws.description
 

Methods in org.apache.axis2.jaxws.description that return OperationDescription
 OperationDescription[] EndpointInterfaceDescription.getDispatchableOperation(javax.xml.namespace.QName operationQName)
          Returns all the dispatchable operations matching the operation QName.
 OperationDescription[] EndpointInterfaceDescription.getDispatchableOperations()
           
 OperationDescription EndpointInterfaceDescription.getOperation(java.lang.reflect.Method seiMethod)
           
 OperationDescription[] EndpointInterfaceDescription.getOperation(javax.xml.namespace.QName operationQName)
          Returns all the operations matching the operation QName associated with this endpoint description.
 OperationDescription EndpointInterfaceDescription.getOperation(java.lang.String operationName)
           
 OperationDescription OperationRuntimeDescription.getOperationDescription()
           
 OperationDescription ParameterDescription.getOperationDescription()
           
 OperationDescription FaultDescription.getOperationDescription()
           
 OperationDescription[] EndpointInterfaceDescription.getOperationForJavaMethod(java.lang.String javaMethodName)
           
 OperationDescription[] EndpointInterfaceDescription.getOperations()
           
 OperationDescription OperationDescription.getSyncOperation()
          For JAX-WS client-side async operations, this will return the corresponding sync OperationDescription.
 

Uses of OperationDescription in org.apache.axis2.jaxws.description.impl
 

Methods in org.apache.axis2.jaxws.description.impl that return OperationDescription
 OperationDescription[] EndpointInterfaceDescriptionImpl.getDispatchableOperation(javax.xml.namespace.QName operationQName)
           
 OperationDescription[] EndpointInterfaceDescriptionImpl.getDispatchableOperations()
           
 OperationDescription EndpointInterfaceDescriptionImpl.getOperation(java.lang.reflect.Method seiMethod)
          Return an OperationDescription for the corresponding SEI method.
 OperationDescription[] EndpointInterfaceDescriptionImpl.getOperation(javax.xml.namespace.QName operationQName)
          Return an array of Operations given an operation QName.
 OperationDescription EndpointInterfaceDescriptionImpl.getOperation(java.lang.String operationName)
          Return the OperationDesription (only one) corresponding to the OperationName passed in.
 OperationDescription[] EndpointInterfaceDescriptionImpl.getOperationForJavaMethod(java.lang.String javaMethodName)
          Return the OperationDescriptions corresponding to a particular Java method name.
 OperationDescription[] EndpointInterfaceDescriptionImpl.getOperations()
           
 

Uses of OperationDescription in org.apache.axis2.jaxws.description.validator
 

Constructors in org.apache.axis2.jaxws.description.validator with parameters of type OperationDescription
OperationDescriptionValidator(OperationDescription toValidate)
           
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.