public interface OperationDescription
OperationDescription details CORRESPONDS TO: A single operation on an SEI (on both Client and Server) AXIS2 DELEGATE: AxisOperation CHILDREN: 0..n ParameterDescription 0..n FaultDescription (Note: Not fully implemented) ANNOTATIONS: WebMethod [181] SOAPBinding [181] Oneway [181] WebResult [181] RequestWrapper [224] ResponseWrapper [224] WSDL ELEMENTS: operation
Modifier and Type | Field and Description |
---|---|
static String |
AXIS_OPERATION_PARAMETER |
static String |
HEADER_PARAMETER_QNAMES
Paramater set on AxisOperation which contains an ArrayList of SOAP header QNames
corresponding to SEI parameters.
|
static final String HEADER_PARAMETER_QNAMES
static final String AXIS_OPERATION_PARAMETER
EndpointInterfaceDescription getEndpointInterfaceDescription()
FaultDescription[] getFaultDescriptions()
FaultDescription resolveFaultByExceptionName(String exceptionClassName)
ParameterDescription getParameterDescription(int parameterNumber)
ParameterDescription getParameterDescription(String parameterName)
ParameterDescription[] getParameterDescriptions()
boolean isListType()
AxisOperation getAxisOperation()
String getJavaMethodName()
String getJavaDeclaringClassName()
String[] getJavaParameters()
Method getSEIMethod()
Method getMethodFromServiceImpl(Class serviceImpl)
serviceImpl
- boolean isJAXWSAsyncClientMethod()
QName getName()
String getOperationName()
String getAction()
boolean isOneWay()
boolean isExcluded()
boolean isOperationReturningResult()
String getResultName()
String getResultTargetNamespace()
String getResultPartName()
boolean isResultHeader()
Class getResultType()
getResultActualType()
Class getResultActualType()
String getRequestWrapperClassName()
String getRequestWrapperTargetNamespace()
String getRequestWrapperLocalName()
String getRequestWrapperPartName()
String getResponseWrapperClassName()
String getResponseWrapperTargetNamespace()
String getResponseWrapperLocalName()
String getResponseWrapperPartName()
String[] getParamNames()
SOAPBinding.ParameterStyle getSoapBindingParameterStyle()
SOAPBinding.Style getSoapBindingStyle()
SOAPBinding.Use getSoapBindingUse()
OperationRuntimeDescription getOperationRuntimeDesc(String name)
void setOperationRuntimeDesc(OperationRuntimeDescription ord)
OperationDescription getSyncOperation()
AttachmentDescription getResultAttachmentDescription()
String getBindingInputNamespace()
String getBindingOutputNamespace()
boolean hasRequestSwaRefAttachments()
void setHasRequestSwaRefAttachments(boolean b)
sets
- the indicator of nested request swaRef attachments.boolean hasResponseSwaRefAttachments()
void setHasResponseSwaRefAttachments(boolean b)
sets
- the indicator of nested response swaRef attachments.Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.