| 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(QName operationQName)
Returns all the dispatchable operations matching the operation QName.
|
OperationDescription[] |
EndpointInterfaceDescription.getDispatchableOperations() |
OperationDescription |
EndpointInterfaceDescription.getOperation(Method seiMethod) |
OperationDescription[] |
EndpointInterfaceDescription.getOperation(QName operationQName)
Returns all the operations matching the operation QName associated with this endpoint
description.
|
OperationDescription |
EndpointInterfaceDescription.getOperation(String operationName) |
OperationDescription |
ParameterDescription.getOperationDescription() |
OperationDescription |
OperationRuntimeDescription.getOperationDescription() |
OperationDescription |
FaultDescription.getOperationDescription() |
OperationDescription[] |
EndpointInterfaceDescription.getOperationForJavaMethod(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(QName operationQName) |
OperationDescription[] |
EndpointInterfaceDescriptionImpl.getDispatchableOperations() |
OperationDescription |
EndpointInterfaceDescriptionImpl.getOperation(Method seiMethod)
Return an OperationDescription for the corresponding SEI method.
|
OperationDescription[] |
EndpointInterfaceDescriptionImpl.getOperation(QName operationQName)
Return an array of Operations given an operation QName.
|
OperationDescription |
EndpointInterfaceDescriptionImpl.getOperation(String operationName)
Return the OperationDesription (only one) corresponding to the OperationName passed in.
|
OperationDescription[] |
EndpointInterfaceDescriptionImpl.getOperationForJavaMethod(String javaMethodName)
Return the OperationDescriptions corresponding to a particular Java method name.
|
OperationDescription[] |
EndpointInterfaceDescriptionImpl.getOperations() |
| Constructor and Description |
|---|
OperationDescriptionValidator(OperationDescription toValidate) |
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.