|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.addressing.wsdl.WSDL11DefaultActionPatternHelper
public class WSDL11DefaultActionPatternHelper
Generates a wsa:Action value using the Default Action Pattern defined at http://www.w3.org/TR/2006/WD-ws-addr-wsdl-20060216/#defactionwsdl11
Constructor Summary | |
---|---|
WSDL11DefaultActionPatternHelper()
|
Method Summary | |
---|---|
static java.lang.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 java.lang.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 java.lang.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 java.lang.String |
getFaultActionFromStringInformation(java.lang.String targetNamespace,
java.lang.String portTypeName,
java.lang.String operationName,
java.lang.String faultName)
|
protected 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)
|
protected 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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WSDL11DefaultActionPatternHelper()
Method Detail |
---|
public static java.lang.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 specified
protected 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 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 specified
protected 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 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 name
protected static java.lang.String getFaultActionFromStringInformation(java.lang.String targetNamespace, java.lang.String portTypeName, java.lang.String operationName, java.lang.String faultName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |