public class WSDL11DefaultActionPatternHelper extends Object
Constructor and Description |
---|
WSDL11DefaultActionPatternHelper() |
Modifier and Type | Method and Description |
---|---|
static String |
generateActionFromFaultElement(javax.wsdl.Definition def,
javax.wsdl.PortType wsdl4jPortType,
javax.wsdl.Operation op,
javax.wsdl.Fault fault)
Generate the Action for a Fault using the Default Action Pattern
Pattern is defined as [target namespace][delimiter][port type name][delimiter][operation name][delimiter]Fault[delimiter][fault name]
|
static String |
generateActionFromInputElement(javax.wsdl.Definition def,
javax.wsdl.PortType wsdl4jPortType,
javax.wsdl.Operation op,
javax.wsdl.Input input)
Generate the Action for an Input using the Default Action Pattern
Pattern is defined as [target namespace][delimiter][port type name][delimiter][input name]
|
static String |
generateActionFromOutputElement(javax.wsdl.Definition def,
javax.wsdl.PortType wsdl4jPortType,
javax.wsdl.Operation op,
javax.wsdl.Output output)
Generate the Action for an Output using the Default Action Pattern
Pattern is defined as [target namespace][delimiter][port type name][delimiter][output name]
|
protected static String |
getFaultActionFromStringInformation(String targetNamespace,
String portTypeName,
String operationName,
String faultName) |
protected static String |
getInputActionFromStringInformation(String messageExchangePattern,
String targetNamespace,
String portTypeName,
String operationName,
String inputName) |
protected static String |
getOutputActionFromStringInformation(String messageExchangePattern,
String targetNamespace,
String portTypeName,
String operationName,
String outputName) |
public static String generateActionFromInputElement(javax.wsdl.Definition def, javax.wsdl.PortType wsdl4jPortType, javax.wsdl.Operation op, javax.wsdl.Input input)
def
- is required to obtain the targetNamespacewsdl4jPortType
- is required to obtain the portType nameop
- is required to generate the input name if not explicitly specifiedinput
- is required for its name if specifiedprotected static String getInputActionFromStringInformation(String messageExchangePattern, String targetNamespace, String portTypeName, String operationName, String inputName)
public static String generateActionFromOutputElement(javax.wsdl.Definition def, javax.wsdl.PortType wsdl4jPortType, javax.wsdl.Operation op, javax.wsdl.Output output)
def
- is required to obtain the targetNamespacewsdl4jPortType
- is required to obtain the portType nameop
- is required to generate the output name if not explicitly specifiedoutput
- is required for its name if specifiedprotected static String getOutputActionFromStringInformation(String messageExchangePattern, String targetNamespace, String portTypeName, String operationName, String outputName)
public static String generateActionFromFaultElement(javax.wsdl.Definition def, javax.wsdl.PortType wsdl4jPortType, javax.wsdl.Operation op, javax.wsdl.Fault fault)
def
- is required to obtain the targetNamespacewsdl4jPortType
- is required to obtain the portType nameop
- is required to obtain the operation namefault
- is required to obtain the fault nameCopyright © 2004–2016 The Apache Software Foundation. All rights reserved.