| java.lang.Object org.apache.axis2.addressing.wsdl.WSDL11ActionHelper
WSDL11ActionHelper | public class WSDL11ActionHelper (Code) | | The WSDL11ActionHelper provides 3 static methods to determine the correct wsa:Action value from
a wsdl4j Input/Output/Fault object. It first attempts to access the wsaw:Action attribute and if
that is not found uses the WSDL11DefaultActionPatternHelper to generate and Action based on the
Default Action Pattern for WSDL1.1 at http://www.w3.org/TR/2006/WD-ws-addr-wsdl-20060216/#defactionwsdl11
|
Method Summary | |
public static String | getActionFromFaultElement(Definition def, PortType wsdl4jPortType, Operation op, Fault fault) | public static String | getActionFromInputElement(Definition def, PortType wsdl4jPortType, Operation op, Input input) | public static String | getActionFromOutputElement(Definition def, PortType wsdl4jPortType, Operation op, Output output) | public static String | getFaultActionFromStringInformation(String targetNamespace, String portTypeName, String operationName, String faultName) | public static String | getInputActionFromStringInformation(String messageExchangePattern, String targetNamespace, String portTypeName, String operationName, String inputName) | public static String | getOutputActionFromStringInformation(String messageExchangePattern, String targetNamespace, String portTypeName, String operationName, String outputName) |
getActionFromFaultElement | public static String getActionFromFaultElement(Definition def, PortType wsdl4jPortType, Operation op, Fault fault)(Code) | | getActionFromFaultElement
Parameters: def - the wsdl:definitions which contains the wsdl:portType Parameters: wsdl4jPortType - the wsdl:portType which contains the wsdl:operation Parameters: op - the wsdl:operation which contains the fault element Parameters: fault - the fault element to be examined to generate the wsa:Action either the wsaw:Action from the fault element or an action generated using the DefaultActionPattern |
getActionFromInputElement | public static String getActionFromInputElement(Definition def, PortType wsdl4jPortType, Operation op, Input input)(Code) | | getActionFromInputElement
Parameters: def - the wsdl:definitions which contains the wsdl:portType Parameters: wsdl4jPortType - the wsdl:portType which contains the wsdl:operation Parameters: op - the wsdl:operation which contains the input element Parameters: input - the input element to be examined to generate the wsa:Action either the wsaw:Action from the input element or an action generated using the DefaultActionPattern |
getActionFromOutputElement | public static String getActionFromOutputElement(Definition def, PortType wsdl4jPortType, Operation op, Output output)(Code) | | getActionFromOutputElement
Parameters: def - the wsdl:definitions which contains the wsdl:portType Parameters: wsdl4jPortType - the wsdl:portType which contains the wsdl:operation Parameters: op - the wsdl:operation which contains the output element Parameters: output - the input element to be examined to generate the wsa:Action either the wsaw:Action from the output element or an action generated using the DefaultActionPattern |
getFaultActionFromStringInformation | public static String getFaultActionFromStringInformation(String targetNamespace, String portTypeName, String operationName, String faultName)(Code) | | |
getInputActionFromStringInformation | public static String getInputActionFromStringInformation(String messageExchangePattern, String targetNamespace, String portTypeName, String operationName, String inputName)(Code) | | |
getOutputActionFromStringInformation | public static String getOutputActionFromStringInformation(String messageExchangePattern, String targetNamespace, String portTypeName, String operationName, String outputName)(Code) | | |
|
|