|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wso2.wsas.util.ParameterUtil
Utility class to manipulate Axis2 parameters
Constructor Summary | |
ParameterUtil()
|
Method Summary | |
static org.apache.axis2.description.Parameter |
createParameter(org.apache.axiom.om.OMElement parameterElement)
Create an Axis2 parameter using the given OMElement |
static org.apache.axis2.description.Parameter |
createParameter(java.lang.String name,
java.lang.String value)
Create an Axis2 operation based on key and value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ParameterUtil()
Method Detail |
public static org.apache.axis2.description.Parameter createParameter(org.apache.axiom.om.OMElement parameterElement) throws org.apache.axis2.AxisFault
parameterElement
- The OMElement of the parameter
org.apache.axis2.AxisFault
- If the parameterElement
is malformedpublic static org.apache.axis2.description.Parameter createParameter(java.lang.String name, java.lang.String value) throws org.apache.axis2.AxisFault
name
- value
-
org.apache.axis2.AxisFault
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |