| Package | Description |
|---|---|
| org.apache.axis2.jaxws.description | |
| org.apache.axis2.jaxws.description.impl | |
| org.apache.axis2.jaxws.description.validator |
| Modifier and Type | Method and Description |
|---|---|
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 |
FaultDescription.getOperationDescription() |
OperationDescription |
OperationRuntimeDescription.getOperationDescription() |
OperationDescription |
ParameterDescription.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.
|
| Modifier and Type | Method and Description |
|---|---|
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() |
| Constructor and Description |
|---|
OperationDescriptionValidator(OperationDescription toValidate) |
Copyright © 2004-2025 The Apache Software Foundation. All Rights Reserved.