Uses of Interface
org.apache.axis2.jaxws.description.OperationDescription
Packages that use OperationDescription
Package
Description
-
Uses of OperationDescription in org.apache.axis2.jaxws.description
Methods in org.apache.axis2.jaxws.description that return OperationDescriptionModifier and TypeMethodDescriptionEndpointInterfaceDescription.getDispatchableOperation(QName operationQName) Returns all the dispatchable operations matching the operation QName.EndpointInterfaceDescription.getDispatchableOperations()EndpointInterfaceDescription.getOperation(Method seiMethod) EndpointInterfaceDescription.getOperation(String operationName) EndpointInterfaceDescription.getOperation(QName operationQName) Returns all the operations matching the operation QName associated with this endpoint description.FaultDescription.getOperationDescription()OperationRuntimeDescription.getOperationDescription()ParameterDescription.getOperationDescription()EndpointInterfaceDescription.getOperationForJavaMethod(String javaMethodName) EndpointInterfaceDescription.getOperations()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 OperationDescriptionModifier and TypeMethodDescriptionEndpointInterfaceDescriptionImpl.getDispatchableOperation(QName operationQName) EndpointInterfaceDescriptionImpl.getDispatchableOperations()EndpointInterfaceDescriptionImpl.getOperation(Method seiMethod) Return an OperationDescription for the corresponding SEI method.EndpointInterfaceDescriptionImpl.getOperation(String operationName) Return the OperationDesription (only one) corresponding to the OperationName passed in.EndpointInterfaceDescriptionImpl.getOperation(QName operationQName) Return an array of Operations given an operation QName.EndpointInterfaceDescriptionImpl.getOperationForJavaMethod(String javaMethodName) Return the OperationDescriptions corresponding to a particular Java method name.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