org.apache.axis2.description
Class RobustOutOnlyAxisOperation

java.lang.Object
  extended byorg.apache.axis2.description.AxisOperation
      extended byorg.apache.axis2.description.InOutAxisOperation
          extended byorg.apache.axis2.description.OutInAxisOperation
              extended byorg.apache.axis2.description.RobustOutOnlyAxisOperation
All Implemented Interfaces:
DescriptionConstants, ParameterInclude, org.apache.wsdl.WSDLConstants

public class RobustOutOnlyAxisOperation
extends OutInAxisOperation


Field Summary
 
Fields inherited from class org.apache.axis2.description.AxisOperation
SOAP_ACTION, STYLE_DOC, STYLE_MSG, STYLE_RPC
 
Fields inherited from interface org.apache.axis2.description.DescriptionConstants
CLASSLOADER_KEY, CONTEXTPATH_KEY, EXECUTION_CHAIN_KEY, EXECUTION_FAULT_CHAIN_KEY, EXECUTION_OUT_CHAIN_KEY, IN_FAULTFLOW_KEY, INFLOW_KEY, MESSAGE_RECEIVER_KEY, MODULEREF_KEY, OPERATION_KEY, OUT_FAULTFLOW_KEY, OUTFLOW_KEY, PARAMETER_KEY, PHASES_KEY, SERVICE_CLASS, SERVICE_CLASS_NAME, STYLE_KEY
 
Fields inherited from interface org.apache.wsdl.WSDLConstants
MEP_CONSTANT_IN_ONLY, MEP_CONSTANT_IN_OPTIONAL_OUT, MEP_CONSTANT_IN_OUT, MEP_CONSTANT_INVALID, MEP_CONSTANT_OUT_IN, MEP_CONSTANT_OUT_ONLY, MEP_CONSTANT_OUT_OPTIONAL_IN, MEP_CONSTANT_ROBUST_IN_ONLY, MEP_CONSTANT_ROBUST_OUT_ONLY, MEP_URI_IN_ONLY, MEP_URI_IN_OPTIONAL_OUT, MEP_URI_IN_OUT, MEP_URI_OUT_IN, MEP_URI_OUT_ONLY, MEP_URI_OUT_OPTIONAL_IN, MEP_URI_ROBUST_IN_ONLY, MEP_URI_ROBUST_OUT_ONLY, MESSAGE_LABEL_IN, MESSAGE_LABEL_IN_VALUE, MESSAGE_LABEL_OUT, MESSAGE_LABEL_OUT_VALUE, WSDL_1_1, WSDL_2_0, WSDL_MESSAGE_DIRECTION_IN, WSDL_MESSAGE_DIRECTION_OUT, WSDL_USE_ENCODED, WSDL_USE_LITERAL, WSDL1_1_NAMESPACE, WSDL2_0_NAMESPACE
 
Constructor Summary
RobustOutOnlyAxisOperation()
           
RobustOutOnlyAxisOperation(QName name)
           
 
Methods inherited from class org.apache.axis2.description.OutInAxisOperation
addMessageContext, createClient
 
Methods inherited from class org.apache.axis2.description.InOutAxisOperation
addMessage, getMessage, getPhasesInFaultFlow, getPhasesOutFaultFlow, getPhasesOutFlow, getRemainingPhasesInFlow, setPhasesInFaultFlow, setPhasesOutFaultFlow, setPhasesOutFlow, setRemainingPhasesInFlow
 
Methods inherited from class org.apache.axis2.description.AxisOperation
addModule, addModuleConfig, addParameter, deserializeParameters, engageModule, findForExistingOperationContext, findOperationContext, getAxisSpecifMEPConstant, getEngagedModules, getMessageExchangePattern, getMessageReceiver, getModuleConfig, getModuleRefs, getName, getParameter, getParameters, getParent, getPolicyInclude, getStyle, getWsamappingList, isControlOperation, isParameterLocked, registerOperationContext, setControlOperation, setMessageExchangePattern, setMessageReceiver, setName, setParent, setPolicyInclude, setStyle, setWsamappingList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RobustOutOnlyAxisOperation

public RobustOutOnlyAxisOperation()

RobustOutOnlyAxisOperation

public RobustOutOnlyAxisOperation(QName name)