|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.addressing.wsdl.WSDL11ActionHelper
public class WSDL11ActionHelper
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
Constructor Summary | |
---|---|
WSDL11ActionHelper()
|
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WSDL11ActionHelper()
Method Detail |
---|
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:Action
public 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:Action
public 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:Action
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)
public static String getFaultActionFromStringInformation(String targetNamespace, String portTypeName, String operationName, String faultName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |