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

Packages that use OperationDescription
org.apache.axis2.jaxws.description   
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 ParameterDescription.getOperationDescription()
           
 OperationDescription OperationRuntimeDescription.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.validator
 

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



Copyright © 2004-2009 Apache Software Foundation. All Rights Reserved.