public class WSDL11ActionHelper extends Object
Constructor and Description |
---|
WSDL11ActionHelper() |
Modifier and Type | Method and Description |
---|---|
static String |
getActionFromFaultElement(javax.wsdl.Definition def,
javax.wsdl.PortType wsdl4jPortType,
javax.wsdl.Operation op,
javax.wsdl.Fault fault)
getActionFromFaultElement
|
static String |
getActionFromInputElement(javax.wsdl.Definition def,
javax.wsdl.PortType wsdl4jPortType,
javax.wsdl.Operation op,
javax.wsdl.Input input)
getActionFromInputElement
|
static String |
getActionFromOutputElement(javax.wsdl.Definition def,
javax.wsdl.PortType wsdl4jPortType,
javax.wsdl.Operation op,
javax.wsdl.Output output)
getActionFromOutputElement
|
static String |
getFaultActionFromStringInformation(String targetNamespace,
String portTypeName,
String operationName,
String faultName) |
static String |
getInputActionFromStringInformation(String messageExchangePattern,
String targetNamespace,
String portTypeName,
String operationName,
String inputName) |
static String |
getOutputActionFromStringInformation(String messageExchangePattern,
String targetNamespace,
String portTypeName,
String operationName,
String outputName) |
public static String getActionFromInputElement(javax.wsdl.Definition def, javax.wsdl.PortType wsdl4jPortType, javax.wsdl.Operation op, javax.wsdl.Input input)
def
- the wsdl:definitions which contains the wsdl:portTypewsdl4jPortType
- the wsdl:portType which contains the wsdl:operationop
- the wsdl:operation which contains the input elementinput
- the input element to be examined to generate the wsa:Actionpublic static String getActionFromOutputElement(javax.wsdl.Definition def, javax.wsdl.PortType wsdl4jPortType, javax.wsdl.Operation op, javax.wsdl.Output output)
def
- the wsdl:definitions which contains the wsdl:portTypewsdl4jPortType
- the wsdl:portType which contains the wsdl:operationop
- the wsdl:operation which contains the output elementoutput
- the input element to be examined to generate the wsa:Actionpublic static String getActionFromFaultElement(javax.wsdl.Definition def, javax.wsdl.PortType wsdl4jPortType, javax.wsdl.Operation op, javax.wsdl.Fault fault)
def
- the wsdl:definitions which contains the wsdl:portTypewsdl4jPortType
- the wsdl:portType which contains the wsdl:operationop
- the wsdl:operation which contains the fault elementfault
- the fault element to be examined to generate the wsa:Actionpublic 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)
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.