public class WSDL11ActionHelper
extends java.lang.Object
| Constructor and Description |
|---|
WSDL11ActionHelper() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getActionFromFaultElement(javax.wsdl.Definition def,
javax.wsdl.PortType wsdl4jPortType,
javax.wsdl.Operation op,
javax.wsdl.Fault fault)
getActionFromFaultElement
|
static java.lang.String |
getActionFromInputElement(javax.wsdl.Definition def,
javax.wsdl.PortType wsdl4jPortType,
javax.wsdl.Operation op,
javax.wsdl.Input input)
getActionFromInputElement
|
static java.lang.String |
getActionFromOutputElement(javax.wsdl.Definition def,
javax.wsdl.PortType wsdl4jPortType,
javax.wsdl.Operation op,
javax.wsdl.Output output)
getActionFromOutputElement
|
static java.lang.String |
getFaultActionFromStringInformation(java.lang.String targetNamespace,
java.lang.String portTypeName,
java.lang.String operationName,
java.lang.String faultName) |
static java.lang.String |
getInputActionFromStringInformation(java.lang.String messageExchangePattern,
java.lang.String targetNamespace,
java.lang.String portTypeName,
java.lang.String operationName,
java.lang.String inputName) |
static java.lang.String |
getOutputActionFromStringInformation(java.lang.String messageExchangePattern,
java.lang.String targetNamespace,
java.lang.String portTypeName,
java.lang.String operationName,
java.lang.String outputName) |
public static java.lang.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 java.lang.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 java.lang.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 java.lang.String getInputActionFromStringInformation(java.lang.String messageExchangePattern,
java.lang.String targetNamespace,
java.lang.String portTypeName,
java.lang.String operationName,
java.lang.String inputName)
public static java.lang.String getOutputActionFromStringInformation(java.lang.String messageExchangePattern,
java.lang.String targetNamespace,
java.lang.String portTypeName,
java.lang.String operationName,
java.lang.String outputName)
public static java.lang.String getFaultActionFromStringInformation(java.lang.String targetNamespace,
java.lang.String portTypeName,
java.lang.String operationName,
java.lang.String faultName)
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.